CheckPlayer gets an update

getify | CheckPlayer | Tuesday, July 1st, 2008

CheckPlayer v0.6-alpha6 v0.6-alpha5 v0.6-alpha4 v0.6-alpha3 has been released, which fixes all the known bugs *except for one new one, related to plugin updating in FF3*, and adds a couple of minor new features.

  1. The “flensed_base_path” parameter now no longer needs to be specified, as it is auto-detected from the loading of the script itself. However, you can still use it, and may need to if it’s being used in a strange environment like inside a CMS with weird path issues or whatever.
  2. DoSWF() now supports an extension to the “targetElem” (formerlly labeled “replaceElemIdStr”) parameter, which allows an author more control over how the SWF is added to the DOM. The default “replace” behavior (as SWFObject’s embedSWF() does) is maintained. However, an object can alternatively be passed for this parameter, with a named key property of either “replaceId” (same behavior) or “appendToId”, which mimics more the SWFObject 1.5 behavior, which is that it will append the SWF as a child of the targetElem. Also, a value of null or false can be passed for this parameter, which simply adds the SWF to the end of the BODY (essentially the same as passing appendToId:bodyId). The goal is to give the author more flexibility in SWF authoring. Note: Existing code will work the same as before and doesn’t need to be changed.
  3. Numerous minor bug fixes (and regression bugs) were addressed in this release. This should be the most stable CheckPlayer release so far.

I strongly encourage everyone to upgrade to this new release of CheckPlayer for optimum performance.

Bookmark and Share

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

You must be logged in to post a comment.