Can’t figure out why video is not playing

flashflvvideo

I used the longtail flv player setup wizard to embed a video on a web page. It worked on the wizard but not after I copied and pasted into my page. Does anyone see anything obvious? The thumbnail for the screenshot works and is in the same location as the flv file.

???????

Link is here

Best Answer

I'm fairly confident it's throwing a wobbly at the fact that you're including the flv file as:

so.addVariable('file','http://www.thurstonchamber.com/WorkForAll/ICANCap.flv');

Try just reducing it to:

 so.addVariable('file', 'ICANCap.flv');

and seeing if that work.

Related Topic