FLVPlayback component problem
My flvplayback component works fine untill it is opened on my website, then the skin and controls are missing. I am doing it externally as a progressive download from a web servor. They are not missing online when I view the swf alone from my servor but only within the main site it is being loaded into.
Here is the script I am using:
on (release) {
_root.container.loadMovie("http://www.website.com/directory/name.swf");
}
Any suggestions?
|