Hello, thanks in advance for help

I'm getting the error SWFObject not defined in my error console

it points me to this code

SWFObject("http://www.site.com/drupal/sites/default/modules/swftools/shared/flash_m...","single","260","160","7");

which resides in this block of code...

var s1 = new SWFObject("http://www.site.com/drupal/sites/default/modules/swftools/shared/flash_media_player/mediaplayer.swf","single","260","160","7"); s1.addParam("allowfullscreen","true"); s1.addVariable("file","http://www.site.com/files/test2.flv"); s1.addVariable("width","260"); s1.addVariable("height","160"); s1.write("player1");

which I placed in my page

Comments

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

Not sure why this would have been, but SWF Object is working fine on test set ups here, so as there have been no follow up posts in nearly a year I'm setting this to closed. Open again if it's still an issue.