multimediamkt
November 11th, 2002, 11:14 PM
A flash movie has six differents scenes ;
This movie , letīs call it a.swf , is embeded on a html file which is
a.htm;
Is it possible from another external movie clip , sitemap.swf ,
which is on another html file , to cause to open "a.swf" on the scenes I want ?
Let me explain what I mean , a.swf has scenes 1 , 2 , 3, 4 , 5 and 6 ;
sitemap.swf would have 6 buttons to access those scenes ;
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="250" height="50">
<param name=movie value="http://sites.uol.com.br/vazzola/mmktxtdance.swf">
<param name=quality value=high>
<embed src="http://sites.uol.com.br/vazzola/mmktxtdance.swf"
quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="250" height="50">
</embed>
</object>
This movie , letīs call it a.swf , is embeded on a html file which is
a.htm;
Is it possible from another external movie clip , sitemap.swf ,
which is on another html file , to cause to open "a.swf" on the scenes I want ?
Let me explain what I mean , a.swf has scenes 1 , 2 , 3, 4 , 5 and 6 ;
sitemap.swf would have 6 buttons to access those scenes ;
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="250" height="50">
<param name=movie value="http://sites.uol.com.br/vazzola/mmktxtdance.swf">
<param name=quality value=high>
<embed src="http://sites.uol.com.br/vazzola/mmktxtdance.swf"
quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="250" height="50">
</embed>
</object>