Click to See Complete Forum and Search --> : Dreamweaver and Flash links


ananuku
09-07-2003, 06:15 PM
Hello, I need some help regarding a general and probably very simple question, except I just cannot seem to find the solution.

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:

<embed src="Flash/TopBanner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="130">
</embed>

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?

Thank you,

Ananuku

96turnerri
09-09-2003, 08:49 PM
just change the source to SCENE2.SWF and the size accordingly

ananuku
09-09-2003, 09:35 PM
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.

What I need to do is target the second scene of the movie to open and not the first scene.

96turnerri
09-10-2003, 05:20 AM
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

ananuku
09-10-2003, 11:22 AM
Thanks for trying. I'll just have to keep searching the forums.

96turnerri
09-10-2003, 12:54 PM
not a problem if i find something i give u a buzz

Aronya1
09-11-2003, 03:29 PM
What about using the scene to create a second movie (without changing the existing movie), then linking to that second movie?