A Flash Developer Resource Site

Search:

Type: Posts; User: percepi

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,452

    Include files are lifesavers for us -- but...

    Include files are lifesavers for us -- but remember, we have a big complex project with a team of four working on it at the same time. There are three major advantages to it in my view.

    1) We use...
  2. Replies
    1
    Views
    399

    Have a solution. Believe it or not, ...

    Have a solution. Believe it or not,
    #include "library\foo.as"
    works on both platforms.
  3. Replies
    5
    Views
    1,452

    solution!

    Have a solution. Believe it or not,
    #include "library\foo.as"
    works on both platforms.

    Is there an icon for "big relief"?
  4. Replies
    5
    Views
    1,452

    No luck. Neither #include "library/:foo.as"...

    No luck. Neither
    #include "library/:foo.as"
    nor
    #include "./library/foo.as"
    works.

    I am starting to think that Macromedia is expecting a file name only on the mac, and is not checking for...
  5. Replies
    5
    Views
    1,452

    Our team is developing a pretty complex Flash5...

    Our team is developing a pretty complex Flash5 application. The source resides on the company network, and it has a bunch of #include statements referring to actionscript files in various subfolders....
  6. Replies
    1
    Views
    399

    Our team is developing a pretty complex Flash5...

    Our team is developing a pretty complex Flash5 application. The source resides on the company network, and it has a bunch of #include statements referring to actionscript files in various subfolders....
  7. Replies
    1
    Views
    1,540

    I had the same problem, and it drove me nuts,...

    I had the same problem, and it drove me nuts, until I traced it very thoroughly and realized that it wasn't the xml.loaded, but my code that was supposed to wait for it to do so.
    This is what...
  8. Replies
    1
    Views
    475

    I have a couple of different movieclips playing...

    I have a couple of different movieclips playing in the same movie. Each of them has a button with on (keyPress) for the same character, with different actions. I am finding that it is unpredictable...
  9. Replies
    3
    Views
    597

    I may have been spoiled by other source code...

    I may have been spoiled by other source code editors (such as MS VB and Director 8), but I find coding in Flash very frustrating.

    The font used makes number one and lowercase L look exactly alike;...
  10. Thread: XML loaded ?

    by percepi
    Replies
    2
    Views
    512

    Let's say your file name is a.xml. Try this...

    Let's say your file name is a.xml. Try this code:

    my_xml=new XML();
    my_xml.load("a.xml");
    if (not my_xml.loaded) {
    // here you have put some code that will force you
    ...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center