all groups > flash (macromedia) > september 2007 >
You're in the

flash (macromedia)

group:

How to load flash swf on demand


How to load flash swf on demand joeg235
9/30/2007 7:31:37 PM
flash (macromedia):
On my wedsite I have four flash.swf movies that load as soon as the page opens.
I would like to change this and have the movies only load when the user clicks
the play button.
Can someone point me to how to do this?

thanks
Re: How to load flash swf on demand kglad
9/30/2007 7:57:52 PM
Re: How to load flash swf on demand joeg235
9/30/2007 8:02:43 PM
Re: How to load flash swf on demand joeg235
9/30/2007 8:03:12 PM
Do you mean Form buttons in the HTML page? or in the flash file iteself?
Re: How to load flash swf on demand kglad
9/30/2007 8:12:25 PM
Re: How to load flash swf on demand joeg235
9/30/2007 8:27:57 PM
Re: How to load flash swf on demand joeg235
9/30/2007 8:28:04 PM
Re: How to load flash swf on demand kglad
10/1/2007 12:04:08 AM
to have button1 load swf1.swf, you can use:



tl=this;
dep=0;
button1.onPress=function(){
tl.createEmptyMovieClip("mc1",dep++);
tl.mc1.loadMovie("swf1.swf");
AddThis Social Bookmark Button