Thanks Sebastian, this helped a lot. I looked again at the samples and
documentation and I got how it works. I have gotten confused with the
labels, but it is so easy after all. I just loaded the xml, assigned a id of
some sort in the deeplink value - which is read back in when you insert the
correct url. http://www.alfavito.gr/work/sincetomorrow/#/4
Issue solved, thanks!

Panos




2008/8/6 sebastian <[EMAIL PROTECTED]>

> Hi,
>
> instead of having the the system 'go to' a label, simply have it trigger
> something else, it could set a variable, or call a function, or do
> anything you want it to do.
>
> the point is, when you call the URL in question, the flash reads it,
> stores it as a variable and then give you the option of deciding what to
> do with it.
>
> look at the example to see how it is done, it's literally spelled out
> for you in the source-examples; all you need to do is add your
> function/procedure you want to call.
>
> this function will then be called every time the URL changes.
>
> best of luck,
>
> seb.
>
> PanosB B wrote:
> > Thanks for your responses. The thing is that I just dont get the logic
> > behind it.. Could anyone explain it in simple steps?
> > I have read the documentation, which basically describe the
> > swfaddressEvent and swfaddress classes, but I  still dont get the steps.
> > What does it need to declare a deeplink from flash? I mean, ok, I set a
> > value with SWFAddress.setValue(deepLink); and a title maybe, but how do
> > i read them back in when a user hits the exact url? Am I missing sth?
> >
> > thanks again :-)
> >
> > P
> >
> > 2008/7/29 Tyler Larson <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> >
> >
> >     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]
> >>>     <mailto:[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] <mailto:[email protected]>
> >>>         > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >>>
> >>>
> >>>         _______________________________________________
> >>>         osflash mailing list
> >>>         [email protected] <mailto:[email protected]>
> >>>         http://osflash.org/mailman/listinfo/osflash_osflash.org
> >>>
> >>>
> >>>     _______________________________________________
> >>>     osflash mailing list
> >>>     [email protected] <mailto:[email protected]>
> >>>     http://osflash.org/mailman/listinfo/osflash_osflash.org
> >>
> >>     _______________________________________________
> >>     osflash mailing list
> >>     [email protected] <mailto:[email protected]>
> >>     http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> >
> >     _______________________________________________
> >     osflash mailing list
> >     [email protected] <mailto:[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