Author Topic: JW player skin for FLV player  (Read 9928 times)

0 Members and 1 Guest are viewing this topic.

Offline waynenort

  • Newbie
  • *
  • Posts: 21
    • View Profile
JW player skin for FLV player
« on: August 28, 2009, 05:02:49 PM »
Hi,

Have just added the V@no helpful hint FLV player plugin at http://www.4homepages.de/forum/index.php?topic=23885.0
It uses the JW player from longtailvideo.com.
On the longtail site it has skins available to make the FLV player look better. at http://www.longtailvideo.com/addons/skins/30/Metarby-10?q=.
The site gives this code to add into the flv.html file

Code: [Select]
si.addParam('flashvars', 'skin=/path/to/skinfile/skin.swf');
But it doesn't direct the downloaded skin.swf to the flv player. This extra piece of code also stops the player from running.
Why?

Thank Wayne

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: JW player skin for FLV player
« Reply #1 on: August 29, 2009, 02:28:50 AM »
maybe your path to skin.swf is wrong. it must be relative, internet path.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline waynenort

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: JW player skin for FLV player
« Reply #2 on: August 29, 2009, 02:55:44 AM »
Ended up going about it slightly different. Turns out the Flash source for JW player is available from their site.
Wanted to change some of the players AS functions. So at the same time - replaced the skin in the original .fla file.

Cheers, Wayne

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: JW player skin for FLV player
« Reply #3 on: August 29, 2009, 04:06:50 AM »
For those who might be interested in easier way then editing .fla source ;) this how to make it work:

Code: [Select]
  s1.addParam('flashvars','file=<?=urlencode("{media_src}")?>&autostart=true&skin=metarby10.swf');
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)