noConflict
option is now restricted to strings that contain the term jQuery
.
lib.jQuery
or myjQueryRocks
.
--
You received this message because you are subscribed to the Google Groups "jPlayer: HTML5 Audio & Video for jQuery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jplayer+u...@googlegroups.com.
To post to this group, send email to jpl...@googlegroups.com.
Visit this group at http://groups.google.com/group/jplayer?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
OK I hear you both...
I had been using the 3rd number purely to distinguish between commits and so there was a reference in the release notes to how things developed and in what order. In many ways, the 3rd number is just my development changes that have been made public. With a use with caution warning on them. Some of the 3rd number updates are simply changing a default true to a default false. While others can be the whole keyboard control system. The bleeding edge changes have often only been tested specifically to their change... While I run many more tests on the minor updates (2nd number).
I hear you both though and I will begin introducing other tags with appropriate levels. For example, I might start introducing the 3rd number changes tags and then remove them once the 2nd number update occurs.
While on that thought, I will be removing the older tags pre 2.3.0 soon, since they have a security hole in them. That way they can no longer be downloaded in error.
For instance, I have backported to jPlayer 2.1 your fixes for all the security issues that were discovered since 2.1.0 was released. Debian requires this in the stable distribution.
playing
,
waiting
,
canplay
and
canplaythrough
.
I am relatively new to this. I am working on an audio player and I realize that you cannot autostart an audio player on a mobile device, but how about on a "regular" web page, i.e. one being viewed from a desktop/laptop? I have a client that has a slideshow with music and he would like to be able to view the slideshow with music starting automatically on the website and he is OK with having people click a play button on a mobile device. I have found other solutions that allow you to specify something along the lines of "autostart: true" and the player then starts on a PC but does not on a mobile device, however there were other issues with both of the solutions I found. I could not find anyplace to add this parameter to jPlayer 2.3.0. Any suggestions? Thanks.
--
waiting
event timer on setMedia
.
Thus fixing erroneous waiting
event generation when setMedia
, then play
, then setMedia
.Bah! The package.json file was not correctly updated. It still says 2.3.3 in it. There are so many things to do now just to change 6 lines of code! i will correct that in the next update.
cssSelectorAncestor
after instancing now updates the GUI to the current state.
Bug reported by kusch in Issue #83.
seekBar
or volumeBar
,
and the click refers to itself through the event.currentTarget
.
I think part of my problem was that I treat ever little change as a version. Maybe I need to relax a bit and treat the master as dev to 2.4 feature and just record in the release notes the 2.4_pre.5 did XYZ.
I'm thinking, or dropping adding the version number to the master development branch in this manner.