Dreamweaver and Flash links

liunx

Guest
Hello, I need some help regarding a general and probably very simple question, except I just cannot seem to find the solution.<br />
<br />
I want to target a specific scene (not the first scene) in a Flash movie from a link in an html file. For instance, lets say the scene is called SCENE2 and the flash file which is embedded in the html document looks like this:<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"Flash/TopBanner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="130"><br />
</embed><br />
<br />
So, it's really the second scene of the TopBanner.swf I want to play rather than the first one. What sort of code would I need to add?<br />
<br />
Thank you,<br />
<br />
Ananuku<!--content-->just change the source to SCENE2.SWF and the size accordingly<!--content-->Hi there. Thank you for your reply. Your solution suggests that SCENE2 is its own movie, but it is actually the name of the second scene in the movie. <br />
<br />
What I need to do is target the second scene of the movie to open and not the first scene.<!--content-->hmmm, i dont know to be honest i cant seem to get it to work either, personally i would just copy scene to over and make it a second movie then if you wish to play them 'back to back' just use commands to load next movie when first has finished hope this helps<!--content-->Thanks for trying. I'll just have to keep searching the forums.<!--content-->not a problem if i find something i give u a buzz<!--content-->What about using the scene to create a second movie (without changing the existing movie), then linking to that second movie?<!--content-->
 
Back
Top