English 中文(简体)
JW Player problems
原标题:
  • 时间:2010-01-12 12:25:43
  •  标签:
  • jwplayer

Havin problems with the JW player on here

ferrazzilimoct dot com

Pause button doesnt seem to work, and player doesnt work in some browsers either, here is the code:

<script type= text/javascript  src= http://ferrazzilimoct.com/wp-content/uploads/2010/01/swfobject.js ></script>

<div id= mediaspace >This text will be replaced if video works</div>

<script type= text/javascript >
  var so = new SWFObject( http://ferrazzilimoct.com/wp-content/uploads/2010/01/player.swf , mpl , 498 , 380 , 9 );
  so.addParam( allowfullscreen , true );
  so.addParam( allowscriptaccess , always );
  so.addParam( wmode , opaque );
  so.addVariable( file , http://ferrazzilimoct.com/wp-content/uploads/2010/01/Ferrazzi_v021.swf );
  so.write( mediaspace );
</script>
问题回答

Seems like its working now. Are you still having an issue?





相关问题
Need help to create playlist from DB for JW Player

I m thinking of using JW Player to show some videos. Currently I m using this test XML file which works great. But now I need to change this with data from a database. First I thought I could output ...

Help! Validation issue with slideshow?

Hi I m trying to validate my website but it complains about my slideshow Is this because its using html? Should I ignore it? validator link <embed src="http://artygirl.co.uk/imagerotator/...

javascript flashvar question with JW Player

I don t know if I ll be able to get this answer here, but I m trying to get the JW Player to toggle between high and low quality settings. Here is my code: <script type="text/javascript"> var ...

JW Player - Video works in chrome, not firefox or IE

See working link. On the homepage I have two videos (#intro_video & #video_container) which under chrome I have no problems, but in firefox and IE the video doesn t play. It s loading the preview ...

JW Player problems

Havin problems with the JW player on here ferrazzilimoct dot com Pause button doesnt seem to work, and player doesnt work in some browsers either, here is the code: <script type= text/javascript ...

JWPlayer playing video

I am currently using JWPlayer to play FLV video on a web page. How do I seek to specific parts of the video: (a) While it is playing? (b) Before it has loaded? Generally speaking - what is the best ...

jwplayer and tinymce

I would like to get jw player to play nicely with tinymce. Currently, tinymce just strips the embed code out, or converts it to ... which breaks it. first aim is to even allow the jw player code a ...

热门标签