Well I am not panos and no more illegal stuff im getting his mail im a cop
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chi Kin lam Sent: Tuesday, July 29, 2008 9:25 AM To: Open Source Flash Mailing List Subject: Re: [osflash] Deeplinking 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 <[EMAIL PROTECTED]> 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 > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
<<image001.png>>
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
