A Flash Developer Resource Site

Search:

Type: Posts; User: designforce

Page 1 of 11 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,803

    Thanks for the info

    Thank you both for your input.

    I will post my results here.

    Cheers!
  2. Replies
    4
    Views
    1,803

    Load MySQL query into swf

    Greetings all,

    Hoping someone can help with my probem.

    I have data being loaded into MySQL database from my swf and I am attempting to read back specific data which will be used to determine if...
  3. Thanks for the input and advice. I will probably...

    Thanks for the input and advice. I will probably use XML for the question data as you mentioned.

    Cheers!
  4. Thanks for the input and advice. I will probably...

    Thanks for the input and advice. I will probably use XML for the question data as you mentioned.

    Cheers!
  5. Help getting from timeline code to classes..

    Greetings,

    I am writing as I am hoping to get away from timeline coding and into classes, but can't seem to get there.

    Here is what I have:

    Functions like this in frame 1, layer 1, that...
  6. Replies
    0
    Views
    753

    Open folder / file from datagrid

    Greetings all,

    Got this from the adobe site and it works fine. I am trying to do two things:

    1. Open a directory on my local network, call it X Drive
    2. Click a cell in the datagrid to launch...
  7. Replies
    0
    Views
    648

    Local File Browser - Works but......

    Greetings all,

    I am using this code to open a local directory:

    my_btn.addEventListener(MouseEvent.CLICK,browseIt);

    function browseIt(e:Event)
    {
    var showIt:FileFilter = new...
  8. Replies
    2
    Views
    7,002

    Display and access local directory

    Greetings all,

    I am trying to display the contents of a local network (WIN) directory so instructors can locate their folder and access the content. Content consists of audio/video, graphics, and...
  9. Replies
    3
    Views
    4,651

    There is this...

    Greetings all,

    I too am exploring android development and have found a few items such as

    this book from APress: http://www.apress.com/book/view/9781430232735
    which has not been released yet....
  10. Resolved

    Was able to get PHP installed and working with Oracle.

    See link: http://www.oracle.com/technology/pub/notes/technote_php_instant.html

    Hope this helps someone else.
  11. Detect flv completion

    This might be useful:

    my_flvPb is the name of my flv player


    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
    // YOUR CODE...
  12. Detect flv completion

    This might be useful:

    my_flvPb is the name of my flv player

    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
    // YOUR CODE HERE...
  13. [RESOLVED] Insert data into Oracle database

    Greetings all,

    I am hoping someone may be able to help me get data from my .swf to an Oracle database via .asp.

    I do this all the time with PHP/MySql but have no experience with .asp/Oracle.
    ...
  14. This may help

    Greetings,

    I too have been moving to AS3 and here is what I came up with as I call many audio files from library

    I establish a new array, tsound in this case.

    var tsound:Array = new Array;
    ...
  15. File for review

    This is a CS4 AS2 FILE

    Here is the color code I forgot to put in file:


    _inst3._txt.htmlText = "><font color='#00DD00'>This</font> is <b><u>underlined bold</b></i>"

    Test to see the results.
  16. Just trying to make things easy

    Learn by doing I always say.

    Funny though, I have developed many projects, all with this method and have never had a problem.

    I used to embed the font in the library but you will notice that...
  17. Try this

    Greetings,

    You need to have a dynamic text field for each font style, regular, bold, italic, bold italic.

    I have each of these 4 dynamic text fields in a MC exported in frame 1.

    Hope this...
  18. Replies
    0
    Views
    356

    CS4 - Edit User Interface/Workspace

    Greetings,

    I am posting in the hopes someone will know if this is possible.

    What I want to do:

    I want to remove certain menu items from the Window Menu and others such as:

    Motion...
  19. Thanks for the suggestions

    I shall give it a go and post back the outcome.


    Thanks for your guidance Northcode, it is always appreciated.

    Cheers!
  20. Detect number of copies opened on a network

    Greetings all,

    I am wondering if there is anyway to detect the number of times a file is open.

    This is to control the number of instances of a program being used at once in a server...
  21. Replies
    3
    Views
    5,067

    Try this....

    You could try Versiown which is free. I tworks on Flash 6, 7, 8, and 10 (CS4) projectors (I haven't tried on flash 9 projectors, skipped that one). You can change the name which appears in the title...
  22. Replies
    2
    Views
    446

    Flash8 Thanks

    Thanks for the info, I shall give it a go.

    Cheers!
  23. Replies
    2
    Views
    446

    Flash8 Search multiple arrays for a value

    Greetings all,

    I am attempting to search multiple arrays (over 300) for a specific value which will then determine if that question is to be loaded. I have used these over the years as the quizzes...
  24. [RESOLVED] Google Lists Fk As A Harmful Site

    Greetings all,

    Today I noticed that google is blocking many sites because they deem them unsafe. I searched for actionscript and of course FK came up in the search. But, it was listed as a harmful...
  25. Just a thought....

    I too had problems several months back.

    I used the Table maintenace options available. I ran Check table then Analyze table and finally Optimize table as there were no errors from the first two...
Results 1 to 25 of 273
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center