Rezen
Rezen

Reputation: 435

Passing Javascript from Flash

I was trying to call a Javascript function using Flash. The function is called when the user clicks on the Enter Site button. The Firebug console registers the button as being clicked returning 'closeIntro is not defined'. The function is defined at the top so I'm not quite sure what is going on.

Site having issue. http://sandbox.solutionsbydesign.com/greenway_wp/

Site I pulled snippet from blog.codefidelity.com/?p=15

Upvotes: 0

Views: 67

Answers (1)

pepkin88
pepkin88

Reputation: 2756

I suggest you using ExternalInterface class and not doing intros for websites in general (first link found on google)(second link)(third link).

Upvotes: 1

Related Questions