hello peeps I was just reading a post about anchors from over here <a href="http://www.noscope.com/journal/2004/04/named-anchors" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.noscope.com/journal/2004/04/named-anchors
</a><br>I was wondering if something like that could be applied to flash movies with containers loading other movies...?
<span class="gmail_quote"></span><span></span><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);"> <br><br><br></span>
<div style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);" dir="ltr" align="left"><font face="Arial" size="2">a good example... if you go to this url <a href="http://www.2advanced.com/#casestudies/byproject" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.2advanced.com/#casestudies/byproject
</a>
it will skip all the intros and go directly to the that section of the flash
movie. <br>sometimes its a little more</font><span><font face="Arial" size="2"> complex when the
flash movie uses a container to load other swfs.. e.g jumi.swf, about.swf,
buy.swf jumi swf contains a holder where all the other swfs are supposed to
be loaded into. i cant figure out how to deeplink that. I am baffled! any help would be great. <br><br>//My main movie loads into here:<br></font></span><br>mcl.loadClip
("/Site/swfs<div>/sites_main.swf",holder);<br><br>//My functions, button example<br><br>b1.onRelease = function() {<br> loader._visible = true;<br> mcl.loadClip("/Site/swfs<div id="mb_0">/Site_some.swf",holder);
<br>}</div><br></div><br></div>