Flash loading script

Out of context: Reply #12

  • Started
  • Last post
  • 23 Responses
  • PonyBoy0

    if you're loading anytihng in externally...

    ... create an empty movieclip... then use the movieClipLoaderClass...
    ... piece of cake w/that!!!!... has all the methods and variables you need...

    ... you'd just need to build your site in one swf... create a 'main' swf that just creates an empty movieclip and uses the movieclip loader class... 'onLoadInit' (one of the methods of that class) triggers any events once the external file is completely loaded... 'onLoadProgress' updates as the movieclip data loades... this is where you'd that loaded/total*constant equation...

    • I see. Actually makes sense to do it this way, if you want to update your portfolio often.SoulFly

View thread