Link to home
Start Free TrialLog in
Avatar of whyvon13
whyvon13

asked on

Call a javascript function onclick in flash

Hello, i have a flash banner where i need to call a javascript function onclick from a button
right now the actionscript is attached to a simple button-
 looks like this
 
on (release) {
getURL(http://www.thisismylink.com, "_blank");
}
 
so instead of the geturl i need to call this js function
 
MMX.Facebook.connect() 

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of TheDauntless
TheDauntless
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of whyvon13
whyvon13

ASKER

perfect!