This is not true, you should check out the as3 demo on asual.
I've added dynamic SWFAddress location stuff within my framework. 
http://code.google.com/p/htmlwrapper/
but there is simpler ways to deeplink from xml, just read the docs and look at the other examples that come with the project.
-Tyler

On Jul 29, 2008, at 12:24 PM, Chi Kin lam wrote:

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),

<Picture 3.png>

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

_______________________________________________
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

Reply via email to