FLV playback problem
I'm working on intergrationg a flv video into an existing SWF on our website. I've got everything working locally (using publish preview); and all of my links in my ActionScript refer to files already on our web server.
The problem is that whenever I upload the swf file to the server, the flv doesnt load. Is this something with security? My code is:
on (release){
this.vid.loadMovie("http://www.stealthhydroponics.com/images/splash_vid.swf"); }
any help?
|