Flash Video Player

Working with Flash CS3 and HTML frames

by admin on August 25, 2008 · 0 comments

in Flash CS3, Mix, Tutorials

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 …

Read more

Share This Post

Related posts

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">

Older post: Header

Newer post: Storing data to DataBase mySQL