Menu

SVN Commit Log


Commit Date  
[r340] by evrijkom@adobe.com

Adding support for IDownloadable to ContentElements:

* Introducting ContentDownloadableTrait.
* Adding bytesLoaded and bytesTotal getters to ContentLoader. The latter fires a BytesTotalChange event, that ContentDownloadableTrait listens to.
* Updating ContentElement to instantiate the new trait.

Extending Example player:

* Adding 'bytesDownloaded:' and 'bytesTotal' fields to the UI.
* Hiding/showing the fields according to the Downloadable trait being available or not.
* Added plumbing to update the values.

Changes to previous commits:

* DownloadableTrait: CTOR: removed 'target', for we want the trait to always be the dispatcher of its own events.
* SoundDownloadableTrait: made class internal, removed 'target' from CTOR, added listener for Sound's OPEN event to ensure getting 'bytesTotal', and changing events to be dispatched on changing the value from/to NaN.
* BytesTotalChangeEvent: added 'clone' method.
* MediaPlayer: added code to start the downloadable timer on the Downloadble trait being added/removed. At 'onDownloadTimer', now also dispatching changes from/to NaN.
* BytesDownloadEvent: renamed to BytesDownloadEventChange, and made it about bytes downloaded only, using our newValue/oldValue convention. Added 'clone' method.

2009-10-23 13:54:24 Tree
[r339] by weizhang@adobe.com

1. IDownloadable support
2. PluginSample is integrated with IDownloadable.as
3. unit tests fix up

2009-10-23 02:00:46 Tree
[r338] by briggs@adobe.com

Dual-buffering example: Reduce buffer size on pause.

2009-10-23 00:12:29 Tree
[r337] by cnewman@akamai.com

Fix for bug FM-108 Local progressive URL not working with MediaPlayer. Modified the URL class to handle relative paths correctly.

2009-10-22 23:26:55 Tree
[r336] by briggs@adobe.com

Minor API change: Use Vector not Array for MediaElement.get traitTypes. Approved by dev team. Should be no impact to sample apps, unit tests, or test apps.

2009-10-21 23:52:10 Tree
[r335] by briggs@adobe.com

Fix brace.

2009-10-21 23:50:27 Tree
[r334] by evrijkom@adobe.com

Removing old prototype code.

2009-10-21 14:12:46 Tree
[r333] by evrijkom@adobe.com

Increasing timer interval in attempt to fix unit test on the build server.

2009-10-21 09:32:45 Tree
[r332] by briggs@adobe.com

Dual threshold buffering example: Reduce buffer time after a seek.

2009-10-20 23:06:53 Tree
[r331] by briggs@adobe.com

Refactor MediaInfo/MediaFactory relationship to make factory aspects distinct from media definitions. Remove MediaElement.initialize and all of its implementations, dynamic instantiation is now handled by a client creation function. Update all dependent code (sample apps, plugins, unit tests, etc.).

2009-10-20 21:39:31 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.