[SWFObject] Deeplinking w/ Anchors into containers

Ade Olufeko adeave at gmail.com
Tue Oct 31 14:38:52 PST 2006


thanks for responding Geoff.. hmmm ..
so maybe something..

something like
//holder is the instance for the container
//artists will be the anchor tag
so.addVariable("hash", holder, artists);   ?

then
// root.hash var

what the var is supposed to be, would it be the fuction the buttons are
using?
sorry....i  am a little lost..




On 10/31/06, Geoff Stearns <geoff at deconcept.com> wrote:
>
> sure, you just need to pass in the hash to the flash movie when it loads,
> which is really easy:
> so.addVariable("hash", document.location.hash);
>
> then take the _root.hash var when the movie starts and use that to load
> the appropriate swf.
>
>
>
> On Oct 31, 2006, at 5:18 PM, Ade Olufeko wrote:
>
> hello peeps I was just reading a post about anchors from over here http://www.noscope.com/journal/2004/04/named-anchors
>
> I was wondering if something like that could be applied to flash movies
> with containers loading other movies...?
>
>
> a good example... if you go to this url http://www.2advanced.com/#casestudies/byproject
>   it will skip all the intros and go directly to the that section of the
> flash movie.
> sometimes its a little more 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.
>
> //My main movie loads into here:
>
> mcl.loadClip ("/Site/swfs/sites_main.swf",holder);
>
> //My functions, button example
>
> b1.onRelease = function() {
>     loader._visible = true;
>     mcl.loadClip("/Site/swfs/Site_some.swf",holder);
> }
>
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>
>
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20061031/2b88e4ef/attachment-0005.htm>


More information about the Swfobject mailing list