Log of /contributions/modules/swftools/swftools.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.20.2.16.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 2 23:05:22 2009 UTC
(7 weeks, 4 days ago)
by
stuartgreenfield
Branch:
DRUPAL-6--3
Changes since
1.20.2.16.2.4: +25 -6 lines
Diff to
previous 1.20.2.16.2.4
, to
branch point 1.20.2.16
Preliminary support for linking to media using a CCK textfield. Does not support remote swf files as the height/width detection fails, but good for files that use a media player. Also supports streaming media - specify the server and the file separated by a space. Initial support for the getID3 module to allow extraction of data from files and use in playlists. Not fully in place yet.
Revision
1.20.2.16.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 22 21:40:21 2009 UTC
(2 months ago)
by
stuartgreenfield
Branch:
DRUPAL-6--3
Changes since
1.20.2.16.2.1: +76 -4 lines
Diff to
previous 1.20.2.16.2.1
, to
branch point 1.20.2.16
CCK playlist formatter function changed so it now passes the description as a title to make better playlist presentation. Experimental support for associating a thumbnail image with a piece of content using a CCK formatter. At the moment only works with a single upload.
Revision
1.20.2.16.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 22 19:50:04 2009 UTC
(2 months ago)
by
stuartgreenfield
Branch:
DRUPAL-6--3
Changes since
1.20.2.16: +3 -3 lines
Diff to
previous 1.20.2.16
Branch DRUPAL-6--3 created to manage code that is being developed to support playlists and advanced features in FlowPlayer3. Branch DRUPAL-6--2 contains the current stable release code and will be used for critical bug fixes. Any fixes applied to branch DRUPAL-6--2 will also have to be committed to DRUPAL-6--3 until a release is made from the new branch. HEAD is being reserved for work on SWF Tools 7.
Revision
1.20.2.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 16 21:13:06 2009 UTC
(3 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.20.2.17: +2 -2 lines
Diff to
previous 1.20.2.17
, to
branch point 1.20
#525832 - SWFTOOLS_DEFAULT_HTML_ALT should be translatable. As an initial fix this has been implemented in the constant definition, but some checks are needed to see if we should be translating at each point of use.
Revision
1.20.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 18 23:30:52 2009 UTC
(7 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-5
Branch point for:
DRUPAL-6--3
Changes since
1.20.2.15: +57 -3 lines
Diff to
previous 1.20.2.15
, to
branch point 1.20
#424378 - When using the CCK formatters it is now possible so specify an alternate handler for the case of a single file being passed to a playlist. This is primarily of use when handling images where a single image can now be displayed as a plain image, instead of being placed in a slideshow.
Revision
1.20.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 18 00:09:04 2009 UTC
(7 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.20.2.14: +13 -9 lines
Diff to
previous 1.20.2.14
, to
branch point 1.20
#411348 - FlowPlayer3 canvas size is now configurable on the settings page and can also be set through an input filter.
The available embedding methods are now cached, rather than having to be built from scratch on every call. This should improve performance quite a bit, especially when JavaScript is being added to every page.
Page and filter caches now flushed when FlowPlayer3 settings page is seen so that changes to player configuration are reflected.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 30 22:19:12 2009 UTC
(7 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.36: +58 -9 lines
Diff to
previous 1.36
Enhanced support for CCK filefields - multiple filefields will can be converted to a playlist using the 'SWF Tools - playlist' formatter.
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 18 23:27:43 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.35: +67 -5 lines
Diff to
previous 1.35
#404076 by stormsweeper, Amitaibu: Integrated support for CCK filefield by enabling a formatter that attaches to filefields to allow the content to be rendered via SWF Tools.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 18 12:43:28 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.34: +10 -7 lines
Diff to
previous 1.34
Fix new file_url building code - now it broke the playlist routine - this function needs more work!
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 17 23:18:10 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.32: +71 -37 lines
Diff to
previous 1.32
In response to #348437 reported by stormsweeper two changes are implemented. Added status report to main Drupal status page, and SWF Tools status, to give a warning if the zlib library isn't present. This library is needed to read height and width data from compressed swf files. Secondly, player modules now report a default height and width, so if all else fails we can fall back on those so that media content will display correctly. As part of this the sizing function has been separated in to a new swftools_set_size() function to try and clarify the code.
Revision
1.20.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 17 23:13:22 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.20.2.7: +70 -36 lines
Diff to
previous 1.20.2.7
, to
branch point 1.20
In response to #348437 reported by stormsweeper two changes are implemented. Added status report to main Drupal status page, and SWF Tools status, to give a warning if the zlib library isn't present. This library is needed to read height and width data from compressed swf files. Secondly, player modules now report a default height and width, so if all else fails we can fall back on those so that media content will display correctly. As part of this the sizing function has been separated in to a new swftools_set_size() function to try and clarify the code.
Revision
1.20.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 16 22:13:45 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.20.2.5: +88 -48 lines
Diff to
previous 1.20.2.5
, to
branch point 1.20
Brought in support for playslists based on streamed media from HEAD. All media has to be on the same stream - at present you can't mix streamed and non-streamed content. Brought in support for a splash image with FlowPlayer3 - use image="image.jpg" in the input filter (as for Wijering4). Added support for product key for commercial FlowPlayers.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 13 00:05:33 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.27: +3 -3 lines
Diff to
previous 1.27
Proof of concept for hook_flowplayer3, to allow the FlowPlayer3 to be extended in an arbitrary manner by other modules. This code provides FlowPlayer3 - Embed, to allow the FlowPlayer3 JavaScript to be used for embedding FlowPlayer3 content.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 8 23:14:51 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.24: +3 -3 lines
Diff to
previous 1.24
Experimental support for color schemes, based on code cribbed from color.module. Seems to be working ok, but the color code has not been optimised yet.
Revision
1.20.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 8 09:09:49 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-2
Changes since
1.20: +3 -2 lines
Diff to
previous 1.20
#394858 - Autodetection of action was broken as a result of an intended
optimisation. Gone back to the old method.
#394486 - FlowPlayer3 default player set to latest version.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 17:43:44 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.21: +11 -1 lines
Diff to
previous 1.21
#384876 : If the playlist path was set to the top level of the file system, then when the admin page flushes the playlist cache it actually deletes all files!
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 16:45:46 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.20: +245 -169 lines
Diff to
previous 1.20
More code tidy up, renamed one of the hooks to try and get the code reading consistently, and FlowPlayer3 now supports streamed playlists.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 5 23:38:12 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.18: +7 -4 lines
Diff to
previous 1.18
Initial support for streaming media via rtmp servers. Supported in JW3 and FP3 for single files at the moment. Tested on Red5 media server only.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 1 16:51:00 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.17: +483 -224 lines
Diff to
previous 1.17
Quite a few 'behing the scenes' tweaks, and improvements to internal comments of SWF Tools. Refer to CHANGELOG.txt for details.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 25 23:45:57 2009 UTC
(8 months, 4 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.16: +22 -7 lines
Diff to
previous 1.16
More work on FlowPlayer 3. No longer requires the SWF Tools custom form handler for settings - just use the regular system settings form. Minor fix to core SWF Tools to cure some more notice errors.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 22 23:16:41 2009 UTC
(9 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.13: +9 -5 lines
Diff to
previous 1.13
FlowPlayer 3 files are now stored in shared/flowplayer3, and the filename is configurable on the settings page so it can handle new releases of the player. Download path on FlowPlayer 2 updated to Tucows archive. } else { constructs updated to Drupal coding standard.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 20 22:56:38 2009 UTC
(9 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.12: +43 -39 lines
Diff to
previous 1.12
Reinstate fix to sizing code that suppresses notice errors. Issue was with flash node passing a size of zero that prevented SWF Tools size detection routine from triggering.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 20 00:58:59 2009 UTC
(9 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.11: +35 -11 lines
Diff to
previous 1.11
Reverse patch to fix notice errors - in its current form it breaks flash node content that relies on auto detection of the player size.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 16 22:28:02 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.10: +3 -3 lines
Diff to
previous 1.10
More work on FlowPlayer3. Mostly fairly minor updates in this commit. Admin pages still not up and running.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 15 22:57:13 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.9: +25 -7 lines
Diff to
previous 1.9
More work on FlowPlayer3 - most player properties can now be passed via the <swf> tag. Configuration pages not created yet.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 12 22:51:52 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.8: +2 -2 lines
Diff to
previous 1.8
Further work on FlowPlayer3 support. Can now playback single / multiple FLV and MP3 files. Config settings not yet active.
Revision
1.3.2.4.2.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 2 20:54:49 2008 UTC
(13 months, 3 weeks ago)
by
stuartgreenfield
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--2-2
Changes since
1.3.2.4.2.67: +4 -3 lines
Diff to
previous 1.3.2.4.2.67
, to
branch point 1.3.2.4
#308172 - Extra / in url when using a remote media path. This is fixed. As a result of this bug fix some other issues with the remote media system were found. In particular, the players were no longer automatically detected for size. This is fixed.
Revision
1.3.2.4.2.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 22:15:41 2008 UTC
(15 months ago)
by
stuartgreenfield
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.61: +11 -1 lines
Diff to
previous 1.3.2.4.2.61
, to
branch point 1.3.2.4
Back port of FlowPlayer support from SWF Tools 6. Also added some more cache flushes to the admin pages as I was getting some inconsistent page results from cached filters being served when the player is changed.
Revision
1.3.2.4.2.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 23:08:06 2008 UTC
(15 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.58: +3 -2 lines
Diff to
previous 1.3.2.4.2.58
, to
branch point 1.3.2.4
Back port support for SWF Object 2 from the SWF Tools 6 branch. The SWF Object 2 module produces valid markup that passes W3C validation. A minor change to the regex that runs the SWF Filter means valid pages should be produced in most (but not all) circumstances now.
Revision
1.3.2.4.2.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 30 15:35:47 2007 UTC
(2 years, 5 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.44: +16 -10 lines
Diff to
previous 1.3.2.4.2.44
, to
branch point 1.3.2.4
* 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.
Revision
1.3.2.4.2.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 28 10:54:29 2007 UTC
(2 years, 5 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.40: +7 -2 lines
Diff to
previous 1.3.2.4.2.40
, to
branch point 1.3.2.4
* wijering forces a default width height rather than none, can be overridden
* ['src_path'] (server path) is added alongside ['src'] (http url) so that it can be checked for width and height is they are not already set.
Revision
1.3.2.4.2.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 24 15:34:16 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.34: +83 -86 lines
Diff to
previous 1.3.2.4.2.34
, to
branch point 1.3.2.4
* Moved $html_alt to $othervars['html_alt'] and added a setting in admin.
* Fixed js player paths to use new path call.
* Fixed flashvar calling in swftools and wijering
* Added swftools_playlist_from_upload_module() which does just that
* swftools_generate_playlist will now generate an md5 if no file name passed in
* added 'image' resolution to wijering flashvar callout.
Revision
1.3.2.4.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 22 14:23:36 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.33: +144 -14 lines
Diff to
previous 1.3.2.4.2.33
, to
branch point 1.3.2.4
* made a better playlist renderer. more modular. playlists not working though.
* thus reduced code in swftools_integrate. added stubs for rending or image gallery, file attachments and file/imagefields
* cleaned up some variable names, thanks @tanoshimi
* fixed repeat description, thanks @tanoshimi
Revision
1.3.2.4.2.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 16:42:04 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.29: +223 -154 lines
Diff to
previous 1.3.2.4.2.29
, to
branch point 1.3.2.4
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.
Revision
1.3.2.4.2.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 12 18:02:58 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.21: +86 -79 lines
Diff to
previous 1.3.2.4.2.21
, to
branch point 1.3.2.4
* restructure xml, no longer callback, xml file created on the fly
* integrated xml workflow properly for tools like simpleviewer which need all the vars to generate the xml to work
* swf_playlist is a new function with a slightly different syntax to swf(), allows you to pass an array of files for dynamic xml generation
* wijering modified to use new format.
* simpleviewer works for the first time. flash_gallery is mostly simpleviewer, so flashgallery support is on it's way except I think that
simpleviwere doesn't support gifs and pngs...
Revision
1.3.2.4.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 19:00:30 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.14: +343 -246 lines
Diff to
previous 1.3.2.4.2.14
, to
branch point 1.3.2.4
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.
Revision
1.3.2.4.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 1 12:49:40 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.11: +127 -269 lines
Diff to
previous 1.3.2.4.2.11
, to
branch point 1.3.2.4
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.
Revision
1.3.2.4.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 29 16:43:26 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.8: +34 -23 lines
Diff to
previous 1.3.2.4.2.8
, to
branch point 1.3.2.4
Added two flash players to shared/generic. With this, SWF Tools can handle
some techniques out of the box: mp3 and flv. These two players are not
very pretty, and don't have complex features like xml playlist handling, but
they are GPL and maintianed in Drupal repository. The goal is to allow
people to get running quickly, but then to use a professional 3rd-party
script when they are ready.
Revision
1.3.2.4.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 27 16:12:14 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.3: +38 -26 lines
Diff to
previous 1.3.2.4.2.3
, to
branch point 1.3.2.4
swf() now tries to determine action automatically based on filetype. Also tries a couple of methods to locate the file path. So now, with wijering.module and swfobject.module installed, swf('filepath.ext') works.
Revision
1.3.2.4.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 15 04:53:12 2007 UTC
(2 years, 7 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.3.2.4.2.1: +3 -3 lines
Diff to
previous 1.3.2.4.2.1
, to
branch point 1.3.2.4
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;
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 3 05:37:57 2007 UTC
(2 years, 9 months ago)
by
sime
Branch:
MAIN
The main API is mostly working for normal embedding. For example that you might put in a page:
print( swftools_display("sites/default/files/misc/music.mp3",
SWFTOOLS_MP3_DISPLAY,NULL,array('width'=>150,'height'=>20)));
The Lutman Flash replacement is 90% done. Flash_filter is about half done.
The Wijering Flash players are working, but need more config options.
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.