Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.
More code tidy up, renamed one of the hooks to try and get the code reading consistently, and FlowPlayer3 now supports streamed playlists.
Commit of branch DRUPAL-6--1 back to HEAD as part of plans to tidy up the tree!
Minor updates to module descriptions to start making UI look consistent.
First commit of SWF Tools 6 to new DRUPAL-6--1 branch.
* Added plugin for quicktime embedding, optionally with qtobject, not finished. Will not be released with DRUPAL-5--1-0. * Fixed flash_filter to work with the current API. * Made a nicer loop in swfobject js.
* Better support for caching/clearing xml playlist files. Option to force regeneration * Tweaked simpleviewer to work and accept variables correctly. * Added swftools_playlist_from_image_gallery() which does as it says. * Changed swftools_playlist_from_upload() name and made it return a playlist rather than rendered flash.
* conform to coding stanards, thanks http://drupal.org/project/coder
* Use direct reference to swfobject.js in swfobject.module
*** empty log message ***
* 1pixelout player working correctly * ufo one bug left
wftools.admin.inc * File settings, media path, asks for dir in /files or remote http:// and also only displays media path, must be set in settings.php * Files settings, playlists path asks for dir in /files * Files settings, allows alternate path for players, but only on same server * Restored "always add js" option, but with a better description regarding filter caching * Removed extensive descriptions regarding embedding params, add link to abode tech note * Altered and add settings to match abobe tech note (added align and salign). * Changed variable names swftools_movies_... to swftools_params_... to reflect the fact that they are mostly about object/embed params * Turned checkboxes into selects to save room and prefer text values over TRUE/FALSE * Fixed color setting only 6 chars, standard now is 7 to include #. swftools.module * Made swf_playlist require specific parameters, with file name and playlist data already prepared * ! swftools_integrate.module is broken due to this * Split "get_path" function into one each for playlists, media and players. slightly different logic for each, easier to follow now. * Added seperate "get url" style function specifically for media which correctly looks up the media_url variable and tests file existence. * Fixed object/embed attribute setting in swftools_swftools_embed, matching adobe tech note. * Removed redundant playlist callback functions swf() * Moved file resolving lower in swf(), so that it could be processed after playlist handling. Cleaned up the file resolving/checking with new functions described above * Added a "base" var checking which is generally just pointing at files, but you can override it with full url on $params * Corrected order of width/height overriding. * Added swftools_push_js, which can be used by any module to push js to the screen, or to just push the default embed. lutman.module * Made work with new swftools_push_js simpleviewer.admin.inc * Fixed color max text sizes * Fixed simpleviewer setting processing, correct assignment or variable types ! Feel that /images and /thumbs control is dodgy still swfobject.module * Properly uniquified the swfobjects div id. * Added extra params that were missing. wijering.module * Fixed color text lengths onepixelout.module, onepixelout.info, onepixelout.admin.inc * Added new flash player plugin: 1 Pixel Out. Not stable but not complex.
* Added time() to swfobject id * Added width and height to standard embed object properties Thanks once again to Stuart Greenfield
* fixed some docs of swfobject * Added basic structure of UFO (js not correct yet).
Final refactor of swf(). See documentation in code for new parameter order and how to. * Fixed swfobject first var problem. (Thanks Stuart Greenfield) * Fixed theme_swftools_embed() so that the ID is controllable. Classes alse reflect the methods in use. The inner uneditable <div> simple contains the minimal id/class for functionality. * Basic support for custom media players by passing a player path into the $methods->player parameter. * Flash_filter will be broken. * Only tested with wijering and swfobject. * Probably a few more things improved that I can't remember now.
SWFObject not applying bgcolor correctly
1. Split /admin code into separate includes. Quite significant for wijering.module which has 800 lines of admin form. 2. Fixed width-height inconsistency for swfobject embedding 3. Moved upload.module integration to swftools_integration.module where all integration code should go. You can now automatically render the attached files in a player. Tested with wijering. 4. Missing files are now flagged in the main admin pages. 5. Some typos fixed. Thanks @tanoshimi 6. Fixed apparent pass-by-reference issue with module_invoke. Change to user_call_func_array, seems to work.
XML support for swftools.module currently utilised by wijering.module. Activated imagerotator and mediaplayer playlists.
Rudimentary support for simpleviewer which is now not dependent on flash_gallery and has a configurable xml gallery path. The path could be a static gallery.xml file, or a path that generates one. flash_gallery will essentially override this setting and with its "image_gallery to xml" thing. TODO: clean up flash_gallery; maybe move generation to simpleviewer: flash_gallery passes array;
Fixed swfobject parameters which were being hard-coded
Rudimentary support for swfobject.
Bit of work on swfobject and simpleviewer
basic, not working, placeholders for swfoject and simpleviewer
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |