Flash & DW
Flash & DW
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- unfittoprint0
make a javascript function (like you would with normal interaction within HTML). Then you just have to call that function from Flash like:
myButton.onPress=function(){
getURL("javascript:myfunction...
}