PDA

View Full Version : detecting queries



rawnewdlz
December 6th, 2005, 12:05 PM
Just curious to know if its possible. I have a nav that is in flash and will be in many .asp pages. Could a corresponding button in the nav stay highlighted to represent where a user is by detecting what page it is on?

any help would be greatly appreciated.

rawnewdlz
December 7th, 2005, 10:31 PM
Is it impossible or is my thinking not rational?

unit009
December 7th, 2005, 10:36 PM
i'm assuming your flash nav is not going to be the ONLY navigation... correct?

you could set a variable on each page, and have flash check that variable.

rawnewdlz
December 7th, 2005, 10:50 PM
sounds good. I guess I should try to figure that out. thx 4 the help.

unit009
December 7th, 2005, 10:59 PM
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14253


down near the bottom there's pretty much what you're looking for i think.... as far as the html/js/flash workings.

then you'd just check that var when the navigation loads... the var being whatever page you're on currently.

rawnewdlz
December 8th, 2005, 03:36 AM
cool.