Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to develop a flash menu...

Status
Not open for further replies.

crystalb24

Programmer
Aug 31, 2004
75
US
...that will auto-update based on what page is being viewed.

I have a flash menu that is conceptually designed to work as follows:

It's a 7 chevron menu - same menu on every page - with each chevron containing a link to the corresponding page. When page 1 is being viewed the corresponding chevron is shaded, etc..

Right now it is designed so that the flash menu calls on a text file to determine what page (and therefore what chevron) is to be affected.

Is there a way to have the asp page containing the flash file update the flash menu, either by having the flash file update automatically or by having the asp page update the text file, or anything else that I haven't considered?
 
you could try using the loadVars(); to get a querystring from asp.

1. get asp to tell flash what page its on in this format:
&thePage=thepage.asp

2. use the loadVars(); to get it into flash and say if this page = blah, then that shaded = true etc.

you might have to use the RGB(); function for this!



Regards,

Martin

Gaming Help And Info:
 
Tried to send your files back individually and then just tried to mail you a link but both mails were returned.

The zip file on one of my servers Click to retrieve it

Hope you can get it.


Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top