/[drupal]/contributions/modules/swftools/swfobject2/swfobject2.module
ViewVC logotype

Log of /contributions/modules/swftools/swfobject2/swfobject2.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4.2.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 18:36:03 2009 UTC (4 weeks, 4 days ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.4.2.1.2.1: +5 -13 lines
Diff to previous 1.4.2.1.2.1 , to branch point 1.4.2.1 , to next main 1.4.2.2
Sync latest work on SWF Tools with CVS.

Revision 1.4.2.1.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.4.2.1: +35 -5 lines
Diff to previous 1.4.2.1
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.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 21:52:18 2009 UTC (3 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.4.2.1: +35 -5 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to next main 1.9
#511682 - Short filter tip changed to show [swf] syntax instead of <swf> syntax.
#450126 - If swfobject2.js isn't available locally then load it by referring to http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js. Status pages will report the js as missing, but it won't prevent the method being used.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 22:01:11 2009 UTC (7 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-5
Branch point for: DRUPAL-6--3
Changes since 1.4: +32 -3 lines
Diff to previous 1.4
#414708 - Request to add accessible controls to the Wijering player.

Revision 1.9 - (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.8: +44 -17 lines
Diff to previous 1.8
Enhanced support for CCK filefields - multiple filefields will can be converted to a playlist using the 'SWF Tools - playlist' formatter.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 15:24:37 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Stop FlowPlayer merging all its settings in to the configuration string.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 19:59:17 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Accidentally committed a version that wasn't intended. This (hopefully) completes the reversion of the error.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 19:48:00 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 16:45:47 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.4: +46 -19 lines
Diff to previous 1.4
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.4 - (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
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-2, DRUPAL-6--2-3, DRUPAL-6--2-4
Branch point for: DRUPAL-6--2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
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.3 - (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.2: +2 -2 lines
Diff to previous 1.2
Quite a few 'behing the scenes' tweaks, and improvements to internal comments of SWF Tools. Refer to CHANGELOG.txt for details.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 16:27:38 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-2, DRUPAL-5--2-4
Changes since 1.1.4.4: +11 -7 lines
Diff to previous 1.1.4.4 , to branch point 1.1 , to next main 1.9
#163097 - Fixes SWF Object 2 so that if a specific id is passed then this is used to name the div and the object, allowing better support for javascript interaction. The original bug report was filed against SWF Tools 5, but have fixed in SWF Tools 6 first!

#305383 - Fixes 1 Pixel Out admin page so it shows that colours are needed in 0xRRGGBB format, and correct input boxes to accept this many characters!

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 16:21:16 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-5--2-3, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--2-1
Changes since 1.1.2.9: +11 -7 lines
Diff to previous 1.1.2.9 , to branch point 1.1 , to next main 1.9
#163097 - Fixes SWF Object 2 so that if a specific id is passed then this is used to name the div and the object, allowing better support for javascript interaction. The original bug report was filed against SWF Tools 5, but have fixed in SWF Tools 6 first!

#305383 - Fixes 1 Pixel Out admin page so it shows that colours are needed in 0xRRGGBB format, and correct input boxes to accept this many characters!

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 19:42:15 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.1: +93 -0 lines
Diff to previous 1.1
Commit of branch DRUPAL-6--1 back to HEAD as part of plans to tidy up the tree!

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 21:34:08 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1
Changes since 1.1.4.3: +12 -5 lines
Diff to previous 1.1.4.3 , to branch point 1.1
Back port of changes to SWF Object 2 from SWF Tools 6. Now assigns an id to the object to prevent "Done, with errors" when using JW Media Player 4 on IE6. Flash vars now passed as an array and formatted with JSON, instead of passing as string. Results in slightly clearer mark up in the event of debugging being needed!

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 13:36:28 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Minor updates to module descriptions to start making UI look consistent.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 22:30:00 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +6 -5 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Fixes for direct embedding and SWF Object 2 to get rid of the "Done, with errors" warning when viewing JW Media Player 4 on IE6.
Direct embededing code updated slightly so that IE7 now sees the inner object, leaving the outer object for just IE6.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 21:58:20 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +8 -5 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Fix to SWF Object 2 as it was not working correctly with cached filters.

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 21:55:01 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.4.2: +7 -4 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Back port of JW Media Player 4 support to SWF Tools 5.
Fix to SWF Object 2 as it was not working correctly with cached filters.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 21:44:57 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +8 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Commit of SWF Tools with support for FlowPlayer. This module is in early stages of development and is more "proof of concept" at this time.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:40:26 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.4.1: +82 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Recommit of Drupal 5 version of SWFObject 2.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:35:30 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +2 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Accidentally wrote the Drupal 5 versions of SWFObject2 to the Drupal 6 branch!

Revision 1.1.2.4 - (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-6--1
Changes since 1.1.2.3: +9 -10 lines
Diff to previous 1.1.2.3 , to branch point 1.1
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.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 22:42:46 2008 UTC (15 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +34 -28 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Nightly update of SWF Tools 6. This commit alters SWF Object 2 so that it now produces standards compliant code (passes W3C validation for XHTML 1.0 Strict)

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 23:47:38 2008 UTC (15 months, 4 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +4 -9 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Latest update of development work for SWF Tools 6. Handling of private files improved, settings pages re-arranged slightly to improve(?) layout. Support for SWF Object 2 added. Running fairly well locally.

Revision 1.1.4.1
Fri Jul 25 22:55:16 2008 UTC (16 months ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1: +0 -0 lines
FILE REMOVED
file swfobject2.module was added on branch DRUPAL-5 on 2008-08-16 13:40:26 +0000

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 22:55:16 2008 UTC (16 months ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1: +82 -0 lines
Diff to previous 1.1
Oops - first commit to DRUPAL-6--1 included some modules that aren't ready - re-commit to prevent them being activated!

Revision 1.1
Fri Jul 25 22:55:16 2008 UTC (16 months ago) by stuartgreenfield
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
FILE REMOVED
file swfobject2.module was initially added on branch DRUPAL-6--1.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2