Link to home
Start Free TrialLog in
Avatar of greenchilli
greenchilli

asked on

JW Flash Video Player

Why doesn't the Embed function work on the JW media player?
I need to share this video.

http://www.brainiaclive.co.uk/video_player.cfm

Cheers
Avatar of Emad Gawai
Emad Gawai
Flag of United Arab Emirates image

in the above link, the movie plays/works
yes it does
make sure your pc has flash/swf addons installed
Avatar of greenchilli
greenchilli

ASKER

Thanks, though I meant more in terms of allowing users to embed the video into their site.

If you click on the little arrow when paused, the player gives you access to a script, this should then allow you to embed the player into your site. However it doesn't seem to do anything.

I just wondered it anyone had used JW player before and could point me in the right direction.?
example.png
Here the JW code I'm using:
<!-- VIDEO PLAYER STARTS -->		
<script type="text/javascript" src="http://www.brainiaclive.co.uk/mediaplayer-viral/swfobject.js"></script>
 
<div class="player" id="player">Please <a href="http://get.adobe.com/flashplayer/" target="_blank">Download Flash</a> to view this content.<br />
  <br />
  <a href="http://get.adobe.com/flashplayer/" target="_blank"><img src="images/flash-button.jpg" width="100" height="100" /></a> </div>
 
<script type="text/javascript">
var so = new SWFObject('http://www.brainiaclive.co.uk/mediaplayer-viral/player-viral.swf','mpl','470','320','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://www.brainiaclive.co.uk/mediaplayer-viral/Brainiac-title0_1.flv');
so.write('player');
 
</script>
<!-- VIDEO PLAYER ENDS -->	

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Emad Gawai
Emad Gawai
Flag of United Arab Emirates image

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
Thanks for your input.
I still wasn't able to get the embed link working. Having spent some time messing around with it I found You Tube to be an easier option.