just to explain the png image with my current structure<br> the code in the image,thats is what is sitting on frame 1 of the
container swf which has an instance of holder...  <br>
<br>
so let me guess, the vars are supposed to be written on that same line
, is this where S.O is supposed to use? or it will write the variables into that
frame.. I am a lost designer right now.   All really need to figure out is where the( _root.has) is supposed to go and how other buttons sitting on the container can trigger a url # when the appropriate button to load a swf is clicked.. looking at the diagram may explain it.. 
<br><br><div><span class="gmail_quote">On 10/31/06, <b class="gmail_sendername">Geoff Stearns</b> <<a href="mailto:geoff@deconcept.com">geoff@deconcept.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">well, the code i gave would just pass in the hash value as is...<div><br></div><div>so you would have a var called _root.hash that would be equal to "#/something/somethingelse/whateverelse"</div><div>
<br></div><div>- you don't have to format it that way, and if you want to you can use name/value pairs instead, and then use the getQueryParam() method build into swfobject to pull out individual values. an example of that would look like:
</div><div><br></div><div>your url is yourpage.html#foo=bar&foo2=bar2</div><div><br></div><div>then your js/swfobject code would look like:</div><div><br></div><div>so.addVariable("foo", getQueryParamValue("foo"));
</div><div>so.addVariable("foo2", getQueryParamValue("foo2"));</div><div><br></div><div>which would then give you 2 vars on the root of your movie, one called "foo" with a value of "bar" and one called "foo2" with a value of "bar2"
</div><div><br></div><div>once you have the vars into your swf, it's up to you what you do with them... you treat them just like you would any other variable.</div><div><span class="e" id="q_10ea08ff3d32d362_1"><div><br></div>
<div><br></div><div><br></div><div><br><div><div>On Oct 31, 2006, at 5:38 PM, Ade Olufeko wrote:</div><br><blockquote type="cite">thanks for responding Geoff.. hmmm .. <br>so maybe something.. <br><br>something like <br>//holder is the instance for the container
<br>//artists will be the anchor tag<br>so.addVariable("<span style="font-weight: bold;"> hash</span>", holder, artists);   ?  <br><br>then<br>// root.hash var <br><br>what the var is supposed to be, would it be the fuction the buttons are using? 
<br>sorry....i  am a little lost..<br><br><br><br><br><div> <span class="gmail_quote">On 10/31/06, <b class="gmail_sendername">Geoff Stearns</b> <<a href="mailto:geoff@deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
geoff@deconcept.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div>sure, you just need to pass in the hash to the flash movie when it loads, which is really easy:
<div><br></div><div>so.addVariable("hash", document.location.hash);</div><div><br></div><div>then take the _root.hash var when the movie starts and use that to load the appropriate swf. </div><div><br></div><div>
<br></div><div><br><div><div><span><div>On Oct 31, 2006, at 5:18 PM, Ade Olufeko wrote:</div><br></span></div><blockquote type="cite"><div><span> 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>/Site_some.swf",holder); <br>}</div><br></div><br></div></span></div><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">SWFObject mailing list</div><div style="margin: 0px;">
 <a href="mailto:SWFObject@lists.deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">SWFObject@lists.deconcept.com</a></div><div style="margin: 0px;"><a href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</a></div> </blockquote></div><br></div></div> <br>_______________________________________________<br>SWFObject mailing list<br><a href="mailto:SWFObject@lists.deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
SWFObject@lists.deconcept.com</a><br> <a href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
</a><br><br><br> </blockquote></div><br><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">SWFObject mailing list</div><div style="margin: 0px;"><a href="mailto:SWFObject@lists.deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
SWFObject@lists.deconcept.com</a></div><div style="margin: 0px;"><a href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
</a></div> </blockquote></div><br></div></span></div></div>
<br>_______________________________________________<br>SWFObject mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="_blank">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</a><br><br><br>
</blockquote></div><br>