A Flash Developer Resource Site

Search:

Type: Posts; User: michaelcorvin

Search: Search took 0.04 seconds.

  1. a script in this movie is causing flash player to run slowly...

    Hello,
    I'm externally loading some pretty large swfs (4MB - 5MB) into my main swf using a preloader from a tutorial on this site.
    http://www.kirupa.com/developer/actionscript/moviecliploader2.htm
    ...
  2. script causing flash player to run slowly error

    Hello,
    I'm externally loading some pretty large swfs (4MB - 5MB) into my main swf using a preloader. as the swfs are loading i'm getting a pop-up window saying
    "A script in this movie is causing...
  3. Replies
    0
    Views
    481

    flash 9 player running slowly error

    Hello,
    I'm externally loading some pretty large swfs (4MB - 5MB) into my main swf using a preloader. as the swfs are loading i'm getting a pop-up window saying
    "A script in this movie is causing...
  4. sorry, i'm an idiot. i was using...

    sorry, i'm an idiot. i was using attachVideo(pizzaStream) for all three FLVs.
  5. sorry, i'm an idiot. i was using...

    sorry, i'm an idiot. i was using attachVideo(pizzaStream) for all three FLVs.
  6. sorry, i'm an idiot. i was using...

    sorry, i'm an idiot. i was using attachVideo(pizzaStream) for all three FLVs.
  7. [RESOLVED] Playing multiple FLVs simultaneously

    var grinders:NetConnection = new NetConnection();
    // Criar uma conexão de fluxo local:
    grinders.connect(null);
    // Cria um objeto NetStream e define uma função onStatus():
    var...
  8. [RESOLVED] Playing multiple FLVs simultaneously

    var grinders:NetConnection = new NetConnection();
    // Criar uma conexão de fluxo local:
    grinders.connect(null);
    // Cria um objeto NetStream e define uma função onStatus():
    var...
  9. [RESOLVED] how to play multiple FLVs simultaneously.

    i am trying to play multiple FLVs simultaneously. I found the code below that lets me play and loop a single flv just fine, but when i try to play several by repeating and modifying the same code,...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center