Here is a tutorial that many of you will find very useful.
I have received several private messages on the forum with requests for help on how to work with a Flash CS3 menu and frames in HTML.
With Actionscript 2.0 worked fine using the method getURL ();
With Actionscript 3.0 will have many problems.
For example, suppose that we have a page main.html that contains 2 frames (nav.html and content.html).
Then we have other 5 html pages: frame_1.html, frame_2.html, frame_3.html, frame_4.html, frame_5.html.
The frame nav.html contains a menu flash on the left side.
The frame content.html will be the portion of html page that displays one of 5 pages we want to call.
I noticed on the web there are many tutorials on how to do this with JavaScript, but with a Flash menu in how to do?
To achieve the aim, we must call a javascript function from the Flash menu using Actionscript 3.0 .
Let’s see …







{ 0 comments… add one now }