Philly Flash Camp slides & code
Connecting Flash and Javascript using ExternalInterface
View more presentations from BeautifulInterfaces.
And my example files:
demo.fla
demo.html
[Edit: I forgot to mention that my html file is using the swfobject.js library to embed the Flash object. It may be acquired here.]
November 12th, 2009 at 9:15 am
I published the demo.swf file as well as the demo.html file to get the object code. I copied and pasted the object code into the provided HTML source file were it says Flash object will go here, but it’s not working. Is there a step I missed?
November 12th, 2009 at 5:21 pm
Hi Greg,
I am using the swfobject.js library to embed the Flash object. You will need to have the swfobject.js file in the same directory.
It may be gotten here: http://code.google.com/p/swfobject/.
Thanks for pointing this out, I had forgotten about that dependency.