Menu

SVN Commit Log


Commit Date  
[r343] by briggs@adobe.com

Fix inconsistency in NetStreamSwitchableTrait's storage of currentIndex (now it's consistently on the base class). Disable one specific unit test which is related to MockNetStream. (Note that this unit test works when running against the network.) Will fix later.

2009-10-23 23:33:31 Tree
[r342] by cnewman@akamai.com

Fix for FM-165, the getter for currentIndex was removed from NetStreamSwitchable trait. Added it back.

2009-10-23 17:40:38 Tree
[r341] by weizhang@adobe.com

1. Put TODO in CompositeMediaTraitFactory.as where IDownloadable is not supported yet
2. Add a comment to net/NetStreamDownloadableTrait.as to indicate that due to the nature of NetStream class, BytesTotalChangeEvent is not dispatched by the class.
3. Move dispatch BytesTotalChangeEvent to postProcess.

2009-10-23 17:33:10 Tree
[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
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.