Author Topic: JW Player replacing You Tube player [UPDATED]  (Read 6845 times)

0 Members and 1 Guest are viewing this topic.

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: JW Player replacing You Tube player.....
« Reply #15 on: October 30, 2009, 06:28:35 PM »
Well from your other post, I see you are using my template "Dark Videos II".

I remember changing the code slightly to make it work for the template(To make it "valid" xhtml) and this could be causing a conflict with the other code.


Don't know if that's the problem, but just thought I throw that in the loop. ;)

Offline Jeff

  • Global Moderator
  • Sr phpd Member
  • *****
  • Posts: 359
  • Karma: 5
  • Need help? Feel free to ask.
    • View Profile
Re: JW Player replacing You Tube player [UPDATED]
« Reply #16 on: November 20, 2009, 07:41:30 AM »
Updated and fixed

Offline Panda

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Re: JW Player replacing You Tube player [UPDATED]
« Reply #17 on: April 09, 2010, 11:00:21 PM »
I changed out my player as well to JW Player but it won't play when viewing my site in Internet Explorer 8. It works fine when I view it in FireFox. Is there something I can do to make it work in IE? Also the recent videos viewed player doesn't work in IE either but fine in  FireFox. Plz help.

Offline svarog

  • phpd Basic Member
  • **
  • Posts: 30
  • Karma: 0
    • View Profile
little modification on jw player
« Reply #18 on: April 29, 2010, 10:40:44 AM »
I make little modification on jw player that do the following:

1. Autostart video.
2. Display preview image in the player - when video is stop.(if delete autostart it show at page load).
3. Show video info in the info tab of the player menu: Title, Author, Date Added, Description, Image Thumbnail.

To make modification open players.tpl and replace code between <!--[if !IE]> --> and <!--[if IE]> --> with
Code: [Select]
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='300'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='wmode' value='transparent'>
<param name='flashvars' value='author={$video[video].creator}&description={$video[video].description}&date={$video[video].date}&file=http://www.youtube.com/v/{if $video[video].file eq""}{$videoid}{else}{$video[video].file}{/if}&image={$video[video].picture}&title={$video[video].name}&autostart=true&icons=false&menu=false' />
  <embed
type='application/x-shockwave-flash'
id='single2'
name='single2'
src='player-viral.swf'
width='470'
height='300'
bgcolor='undefined'
allowscriptaccess='always'
allowfullscreen='true'
wmode='transparent'
flashvars='author={$video[video].creator}&description={$video[video].description}&date={$video[video].date}&file=http://www.youtube.com/v/{if $video[video].file eq""}{$videoid}{else}{$video[video].file}{/if}&image={$video[video].picture}&title={$video[video].name}&autostart=true&icons=false' />
   </object>
<!-- <![endif]-->

Options:
1. To disable autostart make it =false.
2. To show play an load icons make icons=true.
3. To disable img just delete: &image={$video[video].picture}.

And the bad news - nothing of this work in IE of course >:( . I can't say why.

Well i hope you liked.

Offline spespam

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
    • View Profile
Re: JW Player replacing You Tube player [UPDATED]
« Reply #19 on: May 03, 2010, 11:28:08 PM »
cool but is still the project going to be released or is it down?