evworldeditor
10-03-2002, 04:26 PM
My subject line probably doesn't make any sense, but essentially what I want to do is similar to Frames in HTML.
I want to be able to click on a dynamically generated text link (a news headline) in a "headline window" and have the associated news story be displayed in a separate "story window", both of which are part of the same Flash Movie.
As I understand it, the headline link would look something like this:
<A HREF="asfunction:loadnews,storyid">HEADLINE</A>
Loadnews is the function that causes the news story identified by its storyid number to be displayed in the "story window."
My question is, How do I write the function "loadnews" ?
Are there any examples out there that do something like this?
Thanks,
Bill
I want to be able to click on a dynamically generated text link (a news headline) in a "headline window" and have the associated news story be displayed in a separate "story window", both of which are part of the same Flash Movie.
As I understand it, the headline link would look something like this:
<A HREF="asfunction:loadnews,storyid">HEADLINE</A>
Loadnews is the function that causes the news story identified by its storyid number to be displayed in the "story window."
My question is, How do I write the function "loadnews" ?
Are there any examples out there that do something like this?
Thanks,
Bill