Let me ask how to program an html page to move to a new web page on user’s clicking an item of an embedded flash movie?
But , in detail, I actually want to do a little different thing. I want that the parent html page remains there ,instead I want a child html frame has a new page after user’s clicking the list item of the embedded flash movie.
Thank you very much in advance.
For an individual element in the Flash animation, use getURL(“http://…”) with the onClick mouseEvent in Flash.
As for the ‘child’ html frame, adding target=”_blank” to an anchor tag will open the link in a new tab. If you wanted it in an iframe you could alter the iframe src.