Software Details:
Version: 1.1.1
Upload Date: 5 Jun 15
Distribution Type: Freeware
Downloads: 71
The plugin works with jQuery selectors, by telling the plugin what document to use and where to place it on the page.
Features:
- params - An object that defines the paramaters to be passed into the Flash movie. This can include the Flashvars.
- flashvars - A string or an object that defines the data or variables to be passed into the Flash movie.
- expressInstaller - Temporarily assigns the expressInstaller to the specified path and filename.
- hasVersion - Temporarily assigns the version of the Flash plugin required to display the Flash movie.
- width - Sets the width of the Flash movie.
- height - Sets the height of the Flash movie.
- swf - Sets the path and filename of the Flash movie.
- $(selector).flash() - A function which inserts a standards-friendly jQuery'd flash object into the selector.
- $.flash() - A function which returns a standards-friendly jQuery'd flash object.
- $.flash.expressInstaller - A string you can modify containing the path and filename of the express installer.
- $.flash.activeX - A boolean value of whether the browser uses Flash via activeX.
- $.flash.hasVersion() - A function which returns a boolean value of whether the user has installed the Flash plugin of at least the specified version.
- $.flash.version - An object containing the major, minor, and build numbers of the user's Flash plugin.
- $.flash.available - A boolean value of whether the user has the Flash plugin available for use.
What is new in this release:
- Added encodeParams feature so you can control if params are encoded.
- Realized I don't care for caffiene since I stopped drinking it.
What is new in version 1.0.9:
- Support for the 10.1 player. Adobe has ever-so-slightly changed the format of the description string, so we have updated and ever-so-slightly changed the version number.
Requirements:
- JavaScript enabled on client side
- jQuery 1.2.6 to 1.3.2
Comments not found