Link to home
Start Free TrialLog in
Avatar of Webspeeder
WebspeederFlag for United States of America

asked on

Unable to display a flash video in IE with jQuery prettyPhoto (lightbox) plugin

I'm trying to display video in flash with IE and I get an actionscript error. If I click "continue", the video plays but I want to get rid of the error.

Here is the error.

Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2036: Load Never Completed. URL: http://174.106.172.17/SkinUnderPlayStopSeekMuteVol.swf"]

The name of the video is not the "skinunder ...", I don't know where that comes from.

Any help or suggestions would be greatly appreciated.
Avatar of mitzilla
mitzilla

I believe that flash creates a player control swf for the "skin" of the player (SkinUnderPlayStopSeekMuteVol.swf) and places it in the same area as the main flash swf. Do you see this in your local development area? If so perhaps try and placing that file with your document on the server.
Avatar of Webspeeder

ASKER

That file does exist, it's in the same directory as the videos. Where should I place it?
ASKER CERTIFIED SOLUTION
Avatar of mitzilla
mitzilla

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial