Tuesday, March 30, 2010

[svn:fx-trunk] 10845: For VideoElement...

Revision: 10845

Author: rfrishbe@adobe.com

Date: 2009-10-02 15:55:13 -0700 (Fri, 02 Oct 2009)

Log Message:

***********

For VideoElement and VideoPlayer, rather than having to load up the video source always, there's now a way just to load up an image. This will help for cases, like Design View, where you just want a preview of a component and how it looks without necessarily loading up the whole video source. The way to do this is through a new mx_internal property, thumbnailSource. This gets pushed in to a BitmapImage object, so any type of source that BitmapImage supports will be supported by this property.

QE notes: Please add some tests for this

Doc notes: -

Bugs: SDK-22261

Reviewer: Deepa

Tests run: checkintests, mustella VideoElement/VideoPlayer

Is noteworthy for integration: Yes

Ticket Links:

************

http://bugs.adobe.com/jira/browse/SDK-22261

Modified Paths:

**************

flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as

flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as

flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as

No comments:

Post a Comment