Active
Project:
jQuery Media
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2009 at 00:48 UTC
Updated:
18 Mar 2009 at 18:36 UTC
Hi,
I've been trying for weeks to insert a skin to my JW player using the jq Media module. I tried to insert "&skin=/path" to param and flashvar. But nothing works.
I also tried to install swfobject to implement the skin through that as suggested here:
http://www.longtailvideo.com/addons/implementing_skins.html
But seems like swfobject doesnt get used at all.
Does anyone have suggestions on how to insert the skin?
Thanks.
Comments
Comment #1
mattez commentedTry in admin/settings/jquery_media > Advanced settings > Flashvars set "skin:'http://www.full.url/to/skin.swf"
Comment #2
cholden commentedsweet. Works just perfect! Thanks alot.
When i use logo='path' it works as well. But do you know if it's possible to apply both a skin and a logo. I tried the following, but didnt work.
logo:'http://path'&skin:'http://path'
Comment #3
-Anti- commentedHi,
Sorry to hijack the thread. This sounds interesting.
I am messing about with Camtasia.
When I save video as flash, the camtasia player's buttons and 'look' get saved separately as swf.
At the moment, I just upload the actual video part and use the jw player with jquerymedia module.
However, reading this thread, am I right in saying that if I upload the other
swf file that camtasia creates, the video will be 'skinned' with the camtasia
buttons rather than the jw player toolbar?
Thanks.
Comment #4
mattez commentedRTFM :)
From description of flasvars input:
So do not join more flasvars with "&", but setup them solo separated with ",".
This solution works, but it got one limitation (bug) in module core code.
Flashvars input filed is limited to 130 characters.
Comment #5
mattez commented