communication with Flash movie, how?

J

Jeff

hi

asp.net 2.0
actionscript 3.0, Flash CS4 Pro

In my webproject I want to embed a flash movie. That flash movie is the menu
system of the website. Based on different menu items selected I want the
flashmovie to move to different frames inside the flash movie....

So if the user loads Default.aspx then show frame 1 of the flashmovie... if
user loads page Default2.aspx then show frame 10 in the flash movie..

I'm gonna put this flashmovie in the masterpage. I reckon I have to have
some code in the masterpage, controlling what frame to show in the
flashmovie, not sure how to do it.....

any suggestions?
 
H

Hillbilly

AFIK ASP.NET does not support controlling a swf file format in the manner
you mention. You should get into an Adobe newsgroup and ask about this as
there are some .NET Developers there who have had to develop the
work-arounds.
 
B

bruce barker

you communicate to flash via javascript or the object parameters. as
navigating to a new page will reload the flash file, you can just use
the object parameters to set the frame.

note: the master page is just a control on the main page and is
regenerated on each navigation.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top