I thought it would be easy, but its not working. In object / embed code, I try to load .swf via url but nothing loads. for example: name = "movie" Value = "HTTP: //localhost/mySite/Flash/Flash.swf"
If I run the pages locally from the flash folder and pass through: name = "movie" Value = "Flash.swf" ... it works fine
I thought this might be a security issue, so I tried changing name = "allowScriptAccess" value = "always", but that didn't help.
Any help is appreciated - thanks.
source
share