Philly Flash Camp slides & code

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.]

2 Responses to “Philly Flash Camp slides & code”

  1. Greg Says:

    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?

  2. admin Says:

    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.