Menu

Commit [r1371]  Maximize  Restore  History

ChromeLibrary update:

* Unbinding chrome font and visuals from the ChromeLibrary project,
* Introducing asset loaders, that can load imagery and fonts either from file, or from embedded tags,
* Introducing AssetsManager, a class that loads a set of assets, exposing loaded assets by a string identifier,
* Introducing a number of 'resource' classes, used by assets loaders to determine the type of asset to load,
* Introducing a number of 'asset' classes, used by assets loaders to export their loaded content to, as well as by widgets to reference an asset.
* Introducing AssetsParser, a class that translates XML formatted assets definitions into a set of resource classes.
* Introducing Scale9Bitmap that allows usage of a scale9 rectangle on bitmaps,
* Changing all widgets to be LayoutTargetSprite derived, enabling them to be laid out using the OSMF layout APIs.
* Extending Widget with child management functions, allowing any widget to have children.
* Introducing WidgetsParser, a class that translates XML formatted widget definitions into a set of Widget classes.
* Introducing Configuration, a class that loads an XML file that contains asset- and widget definitions, and sets up an assets manager if so desired.
* Updating both OSMFPlayer and ControlBarPlugin projects to provide their own chrome visuals and fonts using the new configuration system. OSMFPlayer uses run-time asset loading (meaning that all assets are to be uploaded to server alongside the player SWF), and ControlBarPlugin uses embedded resources.

evrijkom@adobe.com 2010-03-22

<< < 1 2 3 4 5 6 > >> (Page 4 of 6)
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Asset.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetLoader.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetResource.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetsManager.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapAsset.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapResource.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/DisplayObjectAsset.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontAsset.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontResource.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Scale9Bitmap.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolAsset.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolResource.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/AssetsParser.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/Configuration.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/LayoutAttributesParser.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/WidgetsParser.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/ScrubberEvent.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/ChromeMetadata.as
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets
added /osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AuthenticationDialog.as
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Asset.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetLoader.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetResource.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetsManager.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapAsset.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapResource.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/DisplayObjectAsset.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontAsset.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontResource.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Scale9Bitmap.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolAsset.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolResource.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/AssetsParser.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/Configuration.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/LayoutAttributesParser.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/WidgetsParser.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/ScrubberEvent.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/ChromeMetadata.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AuthenticationDialog.as Diff Switch to side-by-side view
Loading...
<< < 1 2 3 4 5 6 > >> (Page 4 of 6)
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.