<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">sure, you just need to pass in the hash to the flash movie when it loads, which is really easy:<DIV><BR class="khtml-block-placeholder"></DIV><DIV>so.addVariable("hash", document.location.hash);</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>then take the _root.hash var when the movie starts and use that to load the appropriate swf.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Oct 31, 2006, at 5:18 PM, Ade Olufeko wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">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><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>