A Flash Developer Resource Site

Search:

Type: Posts; User: seraphangel

Search: Search took 0.02 seconds.

  1. seq.selected is to check whether the combo box...

    seq.selected is to check whether the combo box named seq is selected or not :)
    cause there's an option of playing the videos sequentially or randomly.
  2. Alright here's the code: First part of the...

    Alright here's the code:

    First part of the code, this part plays the videos.

    var xml:XML = new XML();
    xml.ignoreWhite = true;


    xml.onLoad = function(i) {
  3. how do I pass variables from function to function?

    hello, basically I have two functions.
    Function A has a loop in it and Function B has a loop inside as well. What I want to do is pass the variable from function A's loop to Function B's loop.
    ...
  4. Replies
    0
    Views
    2,232

    synchronizing video and image playback

    Hello, I would like to know how do I go about synchronizing the playback of a video and image slideshow?
    I am using one XML file as below:

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center