Groups | Blog | Home
all groups > macromedia flash sitedesign > march 2006 >

macromedia flash sitedesign : link from html to frame inside swf file


Netgate
3/27/2006 12:00:00 AM
Is it possible to make a link in a .html page to a specific frame within the .swf file? for example:
href="ymere.html" frame="ymere"
Many thanks in advance...

Wolf van Ween
3/27/2006 7:48:24 PM
Theoretically you would expect anchors to work, but in my experience they don't.
So the best solution is to have actionscript in the first frame that does a
simple gotoAndPlay(htmlFrame); where htmlFrame is a flashvar handed in by the
html page.
AddThis Social Bookmark Button