Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Timeline out of place and small line in divider

8 replies [Last post]
Reply

Hey,

I'm experiencing a bad behavior with our new JWPlayer Skin.
The timeline isn't at it's correct place in the Flash-Player.
Additional is where I placed the divider a small 1px line.
How can i solve this?

Thanks

Here is a screenshot http://imageshack.us/photo/my-images/828/bildschirmfoto20120203uw.png/ .
http://imageshack.us/photo/my-images/268/bildschirmfoto20120203u.png/

Reply

@Dominik -

Could you please post a link to a page which demonstrates the problem you're having? A screenshot usually isn't enough to diagnose the problem.

Reply

Hey,

you can see the problem at http://preview.core4.de/jwplayer/player_demo.html

Reply

I just saw, that the Skin isn't working in HTML5 mode.
I followed http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/16017/using-skins-in-html5-mod... and just leaved an unpacked version of the skin there.

Reply

@Dom -

The spaces you're seeing is your "divider.png" element. If you make that solid black, or include a controlbar background element, the empty spaces will disappear.

As for HTML5, there are a couple of missing things in your skin XML. First, you'll need to enclose your <element> tags with an <elements> tag:

<elements>
  <element name="..." />
</elements>

Also, you'll need to add in a background element (even if it's the blank "divider" element). This is because the HTML5 player relies on this element to figure out its size.

Reply

Thanks a lot!
The little 1px black divider is gone.
Also the Skin is applied to HTML5 version of the player.

But one little thing still hurts me.
The double showing Play-Icon on iOS devices.

On load it shows the skin-button, if I click on it, for a short time the iOS default play button is show.
When i then press finish in iOS player, it shows the iOS button again.

Is there a way so that it will show only one button on iOS devices?
As I know it isn't possible to edit the iOS button. Can I deactivate the skin button on iOS?

Reply

@Dominik -

The player uses the iOS touch controls while the player is playing, since the player's skinned controls aren't optimized for touch screens. Once the item is finished playing, the skinned play icon should reappear.

Reply

Means, there is no way to disable the skinned button and replace it with the default button on iOS devices?

Reply

Yes, that's correct.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options