Skip to main content
September 19, 2009
Question

button to load only a few frames within the timeline

  • September 19, 2009
  • 1 reply
  • 482 views

I am new to AS3 and was doing a little bit of research before diving in.

I wish I could just create external swfs to load with each button, but the CMS system that I am uploading to won't allow it~

so I HAVE to make the thing into one swf, but the file size is too large.

Is it possible to make a button that loads only a few frames within the timelime? and the next button will load another few?

this is what i found and it says i can't:

http://stackoverflow.com/questions/791422/how-to-stop-flash-file-swf-from-loading-actionscript-3

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 19, 2009

loading a swf file is an all or none issue.  once you start loading a swf, you can't stop it from proceeding to a complete load unless you unload the entire swf.