A Flash Developer Resource Site

Search:

Type: Posts; User: tomtom101

Search: Search took 0.23 seconds.

  1. Replies
    0
    Views
    619

    I'm desperate! Having a XML-document...

    I'm desperate!
    Having a XML-document representing a website navigation-structure with unknown level-depth makes me go crazy!

    I was trying this with an recursive function, doing sth. like:
    Begin...
  2. Replies
    2
    Views
    381

    It's supposed to be an array: this:...

    It's supposed to be an array:

    this:
    currentIndexArray = eval("Level"+level);
    currentIndexArray = new Array();

    should create an array (say 'level' is 1):
    Level1
    that can be accessed like a...
  3. Replies
    2
    Views
    381

    Hy, I'm trying this, where "level" is an...

    Hy,

    I'm trying this, where "level" is an integer:

    currentIndexArray = eval("Level"+level);
    currentIndexArray.push("somevalue");

    trace(currentIndexArray.length) IS ALWAYS EMPTY!!

    What's...
  4. Hello, I noticed that Flash opens browser...

    Hello,

    I noticed that Flash opens browser windows with GetURL very differently.
    I'm talking about a standalone Flash movie in a windows projector, which runs in fullscreen mode:
    When activating...
  5. Replies
    4
    Views
    436

    yes, I did. Again, sound.swf plays fine when...

    yes, I did. Again, sound.swf plays fine when running standalone.

    Thanks anyway...
  6. Replies
    4
    Views
    436

    Hi, my problem: I have have two movies,...

    Hi,

    my problem:
    I have have two movies, sound.swf and main.swf
    sound.swf contains following script in the first keyframe:
    ------
    sound = new Sound();
    sound.attachSound("loop"); ...
  7. Replies
    1
    Views
    286

    Hi, my problem: I have have two movies,...

    Hi,

    my problem:
    I have have two movies, sound.swf and main.swf
    sound.swf contains following script in the first keyframe:
    ------
    sound = new Sound();
    sound.attachSound("loop"); ...
  8. Replies
    0
    Views
    355

    sound.start(); DOES NOT!

    Hi,

    my problem:
    I have have two movies, sound.swf and main.swf
    sound.swf contains following script in the first keyframe:
    ------
    sound = new Sound();
    sound.attachSound("loop");...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center