PDA

View Full Version : how to control a flash movie from another mc ?



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>

lostinbeta
November 12th, 2002, 12:09 AM
No way that I know of except for having the buttons in one frame, and the movie in another, then have the buttons load a new .html page on the other side.

multimediamkt
November 12th, 2002, 12:45 AM
It was not a good deal to have used scenes , instead of scenes I should have used loadmovie ;
that was a two years and half site that I am updating now ;
remaking sometimes is harder ;











<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>

upuaut
November 12th, 2002, 04:10 AM
often much harder than starting from scratch.. too true. Of course content is the hardest part of a site, imo. As long as you've got that, you're probebly better off making it from scratch.

lostinbeta
November 12th, 2002, 04:13 AM
Tis true.

If I had all the content I needed, I would start from scratch and incorporate everything into the new version.

Kitiara
November 12th, 2002, 05:54 AM
Agreed, there's no way I've ever heard of being able to target objects in a completely different Flash movie.

multimediamkt
November 12th, 2002, 10:07 PM
My concept of design was wrong , I should never had worked with scenes but with a base movie and "sub movies" ;
In the way the thing it is site map canīt address scenes , it only gives idea of site content ;



<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/multi-media-mkt/mmktxtdance.swf">
<param name=quality value=high>
<embed src="http://sites.uol.com.br/multi-media-mkt/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>