[osflash] Deeplinking

Chi Kin lam keni011179 at gmail.com
Tue Jul 29 09:24:51 PDT 2008


Hi, Panos,

I guess deeplink has a down side when you are generating scripts  
(menu, content) from xml, or from external source (swf, img or so). As  
you can see swfAddress only work on scene (Frame label / no), unless  
all contents are preset on one fla like http://www.asual.com/ 
swfaddress/ did (see image),



Otherwise, it is kind of impossible to deeplink from xml generated  
content (code generated content in one frame) like this:

for (var i:int = 0; i<=xml.length(); i++) {
	makeMenu();
}

Or, someone have already cracked this? My thinking is that when you  
are using swfAddress, somehow you can go round with the function of:


function formatTitle(title) {
	return 'SWFAddress Website' + (title != '/' ? ' / ' +  
toTitleCase(replace(title.substr(1, title.length - 2), '/', ' / ')) :  
'');
}

each time when you click on a button, you somehow can return a string  
with the exact file link and the targeted movieclip for the swfAddress  
as to load (I am also thinking array may be also useful). While it is  
just a though, so, anyone?

Interesting task, will see if I am hardcore for this!!

Keni

On 30 Jul 2008, at 00:27, PanosB B wrote:

> thanks gerry but I've seen them, and read the pdf with the  
> functions. But, I dont know how to implement them dynamically  
> exactly..
>
> P
>
> 2008/7/29 Gerry Creighton <gerry at thespikeranch.com>
> Look up SWFAddress. That is how you use deep linking.
> http://www.asual.com/swfaddress/
>
> -Gerry
>
>
> On Jul 29, 2008, at 11:09 AM, PanosB B wrote:
>
> > Hello all,
> >
> > I have been trying to find out how deeplinking works- havent found
> > anything helpfull in the web- so I started looking the sample files
> > of swf adress website. But still, I cant get my head to comprehend
> > how to use deeplinking in portfolio-style flash that loads from an
> > xml file the contents. The only thing that these tutorials use are
> > frame label to do sth with the javascript..or I think so.
> > The point is, that i want to find a project directly giving the
> > exact url.
> >
> > Anyone can give some general guidelines, or show me a tutorial about
> > it?
> >
> > Thanks a lot
> >
> > Panos
> > _______________________________________________
> > osflash mailing list
> > osflash at osflash.org
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20080730/fa5d6866/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 3.png
Type: image/png
Size: 7250 bytes
Desc: not available
Url : http://osflash.org/pipermail/osflash_osflash.org/attachments/20080730/fa5d6866/attachment-0001.png 


More information about the osflash mailing list