Re: Passing URL to flash
Re: Passing URL to flash
- Subject: Re: Passing URL to flash
- From: WebObjects <email@hidden>
- Date: Fri, 26 Nov 2004 22:07:45 -0800
Sébastien,
I was posed with creating a dynamic flash menu about a year ago. Here is a
look at what it looks like (the menu running down the left side of the site)
http://www.ucihs.uci.edu/
I read in from a text file that could easily be retrieved from a Direct
Action URL in lieu of a file. My thought in your case is to use the 'Action
Script' of Flash to get the pertinent data from your session/application via
a Direct Action.
The Action Script I used went something like
loadVariables("menustructure.txt", this);
I do recall there being some security restrictions about the 'loadVariables'
function, perhaps limiting it to a file at the base URL of the .swf - so
you'll have to do some homework.
Hope this helps. And of course I'm happy to contribute more detail of my
pains with this, should you like.
Best Regards,
-Bill Reynolds
on 11/26/04 05:41, Sébastien Gruhier at email@hidden wrote:
> Hello
>
> I have a menu made of WOHyperlink built by a WORepetion. All links
> are connected to an Action,
> I would like to change it by something in Flash.
> My question is how to pass to flash the URLs generated by the page?
>
> Any ideas or anyone has done this before?
> I have tried some tricks but without any success :(
>
> Thank you in advance
> Se
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden