[svn:osmf:] 12819: Integrate refactored composite PlayTrait.

Revision: 12819
Revision: 12819
Author:   [email protected]
Date:     2009-12-10 17:10:17 -0800 (Thu, 10 Dec 2009)
Log Message:
Integrate refactored composite PlayTrait.  Update and expand unit tests.
Modified Paths:
    osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
    osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePlayTrait.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElement.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestPlayTraitAsSubclass.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicMediaElement.as
Added Paths:
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithP layTrait.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithPla yTrait.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicPlayTrait.as

Similar Messages

  • [svn:osmf:] 12895: Integrate refactored composite seek trait.

    Revision: 12895
    Revision: 12895
    Author:   [email protected]
    Date:     2009-12-13 22:17:33 -0800 (Sun, 13 Dec 2009)
    Log Message:
    Integrate refactored composite seek trait.  Update unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/TemporalProxySeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekTraitAsSubclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicMediaElement.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSeekTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithS eekTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithSee kTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicSeekTrait.as

  • [svn:osmf:] 12986: Integrate refactored composite view trait ( merger of view and spatial traits).

    Revision: 12986
    Revision: 12986
    Author:   [email protected]
    Date:     2009-12-15 23:31:57 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Integrate refactored composite view trait (merger of view and spatial traits).  Implementation is untested, unit tests still to be refactored.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as

  • [svn:osmf:] 12404: Initial refactoring of composition layer to support traits as base classes .

    Revision: 12404
    Revision: 12404
    Author:   [email protected]
    Date:     2009-12-02 17:53:20 -0800 (Wed, 02 Dec 2009)
    Log Message:
    Initial refactoring of composition layer to support traits as base classes.  So far only the composite audible and bufferable traits have been changed, the others are commented out.
    Modified Paths:
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/.flexLibProperties
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Compo siteAudibleTrait.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Compo siteBufferableTrait.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Compo siteElement.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Compo siteMediaTraitFactory.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Paral lelElement.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Seria lElement.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Trait Aggregator.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Trait AggregatorEvent.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Trait Loader.as
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/traits/Bufferable Trait.as
    Added Paths:
        osmf/branches/briggs-prototype-traits/framework/MediaFramework/org/osmf/composition/Trait AggregationHelper.as

    You have to create a datasource on WebLogicb with the JNDI name: jdbc/ADFDBDS
    The steps involved to create a datasource can be found here: http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e13952/taskhelp/jdbc/jdbc_datasources/CreateDataSources.html

  • [svn:osmf:] 10249: Integrate from public trunk:

    Revision: 10249
    Author:   [email protected]
    Date:     2009-09-14 16:45:52 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Integrate from public trunk:
    Fix a few bugs related to the interaction between IPlayable, IPausable, and ITemporal within a SerialElement, specifically around ensuring that the transition from child to child happens in the various permutations of these traits.  Introduce a helper class for managing this logic, as it can happen in both CompositePlayableTrait and CompositeTemporalTrait.  This lays the groundwork for a MediaElement which only implements IPlayable (e.g. to ping a tracking server) working within a serial composition.  Beef up unit tests so that these cases don't get broken in the future.
    Modified Paths:
        osmf/branches/briggs-prototype/framework/MediaFramework/org/openvideoplayer/composition/C ompositePlayableTrait.as
        osmf/branches/briggs-prototype/framework/MediaFramework/org/openvideoplayer/composition/C ompositeTemporalTrait.as
        osmf/branches/briggs-prototype/framework/MediaFrameworkFlexTest/org/openvideoplayer/compo sition/TestSerialElement.as
    Added Paths:
        osmf/branches/briggs-prototype/framework/MediaFramework/org/openvideoplayer/composition/S erialElementTransitionManager.as

  • [svn:osmf:] 14103: Integrate with API change.

    Revision: 14103
    Revision: 14103
    Author:   [email protected]
    Date:     2010-02-10 11:00:19 -0800 (Wed, 10 Feb 2010)
    Log Message:
    Integrate with API change.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    To repeat myself from here http://forums.adobe.com/message/3177311#3177311 ...
    As your on windows I'd advise the following setup
    TortoiseSVN or GIT (your choice)
    This will integrate TortoiseSVN/GIT into Windows Explorer; you should install BOTH the 32bit and 64bit versions; the 64bit version is needed for windows explorer to display the menus the 32bit one is needed to use it within your 32bit applications (most of Adobe Suite is 32bit).
    TortoiseSVN - http://tortoisesvn.net/downloads
    TortoiseGIT  - http://code.google.com/p/tortoisegit/downloads/list?can=3&q=&colspec=Filename+Summary+Uplo aded+Size+DownloadCount
    Dreamweaver Extension to Add GIT or SVN Context Menus (right click menus)
    GIT Weaver
    http://github.com/ChrisMcKee/gitweaver/#readme  >> Download ( http://github.com/ChrisMcKee/gitweaver/downloads )
    SVN Weaver
    http://github.com/ChrisMcKee/svnweaver#readme  >> Download ( http://github.com/ChrisMcKee/svnweaver/downloads )
    Issue Tracking / Project Management
    If you want to start up with issue logging/project management I cant advise Redmine enough theres even a "Windows Stack" so you can install it as if you were installing MSN http://bitnami.org/stack/redmine
    and this integrates then with TortoiseSVN/GIT using a plugin http://code.google.com/p/redmine-projects/

  • [svn:osmf:] 13916: Added DynamicDRMTrait, Composite Unit tests for parallel and serial compositions.

    Revision: 13916
    Revision: 13916
    Author:   [email protected]
    Date:     2010-02-01 16:42:09 -0800 (Mon, 01 Feb 2010)
    Log Message:
    Added DynamicDRMTrait, Composite Unit tests for parallel and serial compositions.  Bug fixes in CompositeDRMTrait.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDRMTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicMediaElement.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementDRMTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestSerialElementDRMTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicDRMTrait.as

  • [svn:osmf:] 14595: Metadata refactoring revision: having LayoutMetadata return a NullMetadataSynthesizer so that child layout settings do not get copied to their parent .

    Revision: 14595
    Revision: 14595
    Author:   [email protected]
    Date:     2010-03-05 01:25:04 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Metadata refactoring revision: having LayoutMetadata return a NullMetadataSynthesizer so that child layout settings do not get copied to their parent.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutMetadata.as

    I've only encountered two instances where the PUT operation failed on certain files. One, the server does not like the particular file type, and two, when the file was open in another program.
    Other than that, I could only guess that it may have something else to do with the web server configuration and not DW.

  • [svn:osmf:] 10104: Integrate VAST code into the new VAST library project.

    Revision: 10104
    Author:   [email protected]
    Date:     2009-09-09 16:55:16 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Integrate VAST code into the new VAST library project.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as
    Added Paths:
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/DefaultVASTMediaF ileResolver.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/IVASTMediaFileRes olver.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAd.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdWrapper.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.a s
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTMediaFile.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.a s
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent .as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideo.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as

    bringrags wrote:
    We do indeed recommend replacing the osmf.swc from a Flex 4 project if you're going to use OSMF in Flex 4, but you may (will?) run into issues if you attempt to use Flex's VideoPlayer within that project.  Note also that you'll need to replace osmf.swc for each individual project (or edit your flex-config.xml file to point to the updated SWC).
    In terms of future plans, we are working closely with the Flex team to ensure that their next release ships with the latest OSMF version.  No ETA on that though.
    I have followed the recommendations and removed the old version of swc and replaced it with the release version. And so far the video and audio players work fine without errors.
    But looking at the flex-config.xml I see that it still points to the old version.
    <!-- OSMF SWC -->
        <runtime-shared-library-path>
    <path-element>libs/osmf.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.14159/osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url></policy-file-url>
    </runtime-shared-library-path>
    Could you elaborate a little bit more on editing this part of flex-config.xml?
    Thanks,
    FTQuest

  • [svn:osmf:] 14272: Integrate Akamai plugin with latest changes.

    Revision: 14272
    Revision: 14272
    Author:   [email protected]
    Date:     2010-02-18 22:14:21 -0800 (Thu, 18 Feb 2010)
    Log Message:
    Integrate Akamai plugin with latest changes.
    Modified Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetLoader. as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetStream. as

    Hi Geoff,
    you run into a known bug:
    https://bugs.adobe.com/jira/browse/ST-271
    You can track it to see when it will get fixed (I don't have a time frame for that).
    S.

  • [svn:osmf:] 13431: Integrate HelloWorld sample with API changes.

    Revision: 13431
    Revision: 13431
    Author:   [email protected]
    Date:     2010-01-11 18:05:51 -0800 (Mon, 11 Jan 2010)
    Log Message:
    Integrate HelloWorld sample with API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/.actionScriptProperties
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld2.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld3.as

    Silviu!
    I'm really sorry, but as all the office is trying to fix the problem, someone replaced the url content with the stuff that was pointing to the local machine.
    I've fix it, and the video player is available here again: http://pp.player.webtv.flumotion.com/params/apiKey/5PzLR2ULL3z2rumJ/videoId/60
    If there are other references to the localhost, please do not bother with them, as they do not affect player functionality.
    The stream that it uses is an RTMPE, so i'm afraid it will only works with this player. Anyway, the stream url is as follows: rtmpe://87.248.205.81/a4349/e2/veo7/ondemandrtmpe/mp4/med/first-person-mario-4d8741aa.mp4
    I really appreciate your help!
    Thank you!

  • [svn:osmf:] 12910: Refactor and integrate some additional composite trait unit tests.

    Revision: 12910
    Revision: 12910
    Author:   [email protected]
    Date:     2009-12-14 10:51:45 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Refactor and integrate some additional composite trait unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithAud ioTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithPla yTrait.as

    Revision: 12910
    Revision: 12910
    Author:   [email protected]
    Date:     2009-12-14 10:51:45 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Refactor and integrate some additional composite trait unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithAud ioTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithPla yTrait.as

  • [svn:osmf:] 12346: Refactor (and rename) MediaFrameworkStrings to support localization.

    Revision: 12346
    Revision: 12346
    Author:   [email protected]
    Date:     2009-12-01 17:18:16 -0800 (Tue, 01 Dec 2009)
    Log Message:
    Refactor (and rename) MediaFrameworkStrings to support localization.  Required for Flex branch.  Addresses bug FM-241.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-241
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundAdapter.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaErrorCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/HTMLGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/RegionGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/html/HTMLElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/html/HTMLLoadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutRendererBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/DefaultTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/LoadableMediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/CompositeMetadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/FacetGroup.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/Metadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/ManifestParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DroppedFramesRule.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingNetLoad er.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingResourc e.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingDetailCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginManager.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/tracking/Beacon.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoaderBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/BinarySearch.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelSwitchableTr ait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/content/TestContentLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/image/TestImageLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestMetadataUtils.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestManifestParser.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicStre amingResource.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/plugin/TestDynamicPluginLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/swf/TestSWFLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestLoaderBase.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/drm/TestDRMServices.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/video/TestVideoElement.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/AkamaiBasicStreaming PluginInfo.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/utils/OSMFStrings.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/TestOSMFStrings.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/utils/MediaFrameworkStrings.as

  • [svn:osmf:] 13225: PARB changes: Refactor DynamicStreamTrait.

    Revision: 13225
    Revision: 13225
    Author:   [email protected]
    Date:     2009-12-29 18:35:01 -0800 (Tue, 29 Dec 2009)
    Log Message:
    PARB changes: Refactor DynamicStreamTrait.  Rename SwitchEvent to DynamicStreamEvent.  Update unit tests and MBR sample app.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/traceproxy/TraceListene rProxyElement.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamDynamicStreamT rait.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/TemporalProxySeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DynamicStreamTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicNetS tream.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestNetStreamDy namicStreamTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestListenerProxyElementAsSu bclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestDynamicStreamTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicListenerProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicSeekTrait.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/DynamicStreamEvent.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/SwitchEvent.as

  • [svn:osmf:] 12989: Updating comments to remove or rename traits that were removed or renamed in the PARB refactoring that Brian did

    Revision: 12989
    Revision: 12989
    Author:   [email protected]
    Date:     2009-12-16 02:24:29 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Updating comments to remove or rename traits that were removed or renamed in the PARB refactoring that Brian did
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePlayTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/TraitAggregator.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaElementSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/AudioEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/BufferEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ContentProtectionEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/SeekEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/TimeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ViewEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/IPluginInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/tracking/BeaconElement.as

    Gah. So It looks like the first version of the song on your iPod is the definitive version of a song (as is the case in iTunes). So in order to ensure that the version you want plays, you have to:
    1. make that the only version in iTunes (or first in the file structure)
    2. update Genius
    3. sync your iPod
    BOO. Too much work (I'm still going to do it though...)
    I would really like a feature that allowed you to specify which song would be chosen (the existing rating system would seem to be easiest).
    Another solution I thought of still requires a lot of work. This is assuming you prefer It would go something like this:
    1. Create an directory structure at the root of your library that would prioritize tracks, such as:
    a) Albums (for full length albums)
    b) Collections (for best ofs etc.)
    c) EPs (for singles or remix albums)
    e) Live Performances
    -assuming you prefer album versions over remixes over live versions, or more directly:
    a) High Priority
    b) Low Priority
    2. Place Each Album or individual tracks in their appropriate folder.
    3. Reset your iPod
    4. Sync
    The directory structure will intrinsically place higher priority versions on you iPod first, making them a priority version there. Pain in the...

Maybe you are looking for

  • Text Menus in DVDSP4 or Photoshop?

    I'm creating a menu in DVDSP4 that goes through the history of the project.. it is just text with a "NEXT" arrow to navigate through the information.. what is the best way to make the background and text so that it looks crisp and professional as pos

  • Build with ant in a new way

    Hello everyone, I'm not sure if the title is proper, but I have a project to upgrade to weblogic 10, along with the upgrade I'm going to enhance the build files. Currently we have 450 ant file. There are many dependencies and all build files have har

  • SAP ECC SMQ2 error

    Hi experts, we're facing a weird situation in our system. There is a standard interface which uses Post Processing Desktop and it's showing on SMQ2 that the queue is stopped, but we cannot find the error message. Normally, when we have this situation

  • Bex browser in NW04s

    Hi All, SAP recommends that there will be no need to use BEx browser in BI 7.0(NW04s). BEx browser can be accessed using Portal. Does anybody know how to replicate BEx browser in Portal. I have tried using 'Role upload' option. But not all features o

  • Recruitment actions -- Actions on same day

    Hi, I have a requirement to configure actions ,which can be executed on the same date. Eg: Initial entry date 01.01.2008      Offer of contract 01.01.2008      Prepare for hiring 01.01.2008 Note:All the actions should exist in actions infotype(4000).