
Site build with adobe muse - spinning loader
A site build with adobe muse you get a strange behavior of the spinning loader.
Any Idea if it's the bug in jwplayer or adobe muse ?
http://adobemusetest.s3.amazonaws.com/index.html
A site build with adobe muse you get a strange behavior of the spinning loader.
Any Idea if it's the bug in jwplayer or adobe muse ?
http://adobemusetest.s3.amazonaws.com/index.html
Strange yes, it's got to be a style sheet conflict?
Try adding the following CSS
div.jwicon{
-webkit-transform-origin: center;
transform-origin: center;
}
Incidentally, I'm just finishing off the development of a collection of JW Player widgets for Adobe Muse which may be of interest. They make embedding JW Player, Playlists and other features much simpler to handle within the Muse environment.
Let me know if you'd like to try it out: james[at]haiku[dot]co[dot]uk.
James Herrieven
This is in fact a CSS conflict.
Cooper
Thank you jherrieven your CSS fix is working like a charm.
Glad you were able to resolve your issue -
Cooper