
Flash Player Doesn't Load
( Reposting because of wrong area, sorry =/ )
Hi, I'm having a problem loading videos on flash, I know HTML5 is better, but I have to play it on flash.
I'm pretty sure the swf file is on the same folder, and the mp4 file exists.
The object flash itself is created, just the mp4 doesn't load.
Running with primary html5 it works, but not on flash.
Browser: Chrome. It's not an Adobe Flash problem, because I can run other site's flash players, including JW 7 ones.
Here's my code:
var playerInstance = jwplayer('test');
playerInstance.setup({
file: 'static/mov_bbb.mp4',
width:"100%",
height:"100%",
primary: "flash"
});
playerInstance.play();
Could someone help me?
Ty,
Sidney