Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- Get flash to push data to javascript


cantona - 8:18 am on Jun 29, 2009 (gmt 0)


Thanks for the reply rocknbil.

For anyone else who stumbles on this ticket:

getURL() to execute a javascript function will work - it's no longer officially supported though because these days everything is done through ExternalInterface. So you'd do:

ExternalInterface.call("changeMyDropDownMenu","scotland");

where "changeMyDropDownMenu" is the function and "scotland" is the argument.

That said, getURL should still work, you can do

getURL("javascript:changMyDropDownMenu('scotland'));


Thread source:: http://www.webmasterworld.com/flash/3939443.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com