Jump to content
Search Community

Lightbulb

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lightbulb's Achievements

0

Reputation

  1. Hi. I've been using the extreemly awesome TweenMax class like a maniac, so now I feagured I wanted to try out the LoaderMax class. Please understand I'm a AS3 newb, missing some basics yet. In a new project of mine, I want to make a showreel DVD. The DVD will contain 6 videos, each to be loaded once a button is clicked and a animation has finished playing. I feagured to use an Array, so I can preload the videos before they get added? [button click]. The videos will be running directly from the DVD. With Netstream I would go about it like this, I think: TweenMax Animation plays and triggers onComplete TweenLite.to(mc, 1.5, {x:100, ease:Elastic.easeOut, delay:0.5, onComplete:myFunction}); function myFunction():void { myvideo.play(myvideoarray[3]); } I'm currently studying the GetLoader_Video file to learn some more. Could any of you give me a push in the right direction how I should go about this? Do I even need them toi load when streaming from a DVD? Cheers
×
×
  • Create New...