[svn:osmf:] 13488: Initial check-in of the SMIL plugin and sample app.

Revision: 13488
Revision: 13488
Author:   [email protected]
Date:     2010-01-13 17:19:43 -0800 (Wed, 13 Jan 2010)
Log Message:
Initial check-in of the SMIL plugin and sample app.
Added Paths:
    osmf/trunk/apps/samples/plugins/SMILSample/
    osmf/trunk/apps/samples/plugins/SMILSample/.actionScriptProperties
    osmf/trunk/apps/samples/plugins/SMILSample/.flexProperties
    osmf/trunk/apps/samples/plugins/SMILSample/.project
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/AC_OETags.js
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/history.css
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/history.js
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/historyFrame.html
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/index.template.html
    osmf/trunk/apps/samples/plugins/SMILSample/html-template/playerProductInstall.swf
    osmf/trunk/apps/samples/plugins/SMILSample/readme.txt
    osmf/trunk/apps/samples/plugins/SMILSample/src/
    osmf/trunk/apps/samples/plugins/SMILSample/src/SMILSample.css
    osmf/trunk/apps/samples/plugins/SMILSample/src/SMILSample.mxml
    osmf/trunk/plugins/SMILPlugin/
    osmf/trunk/plugins/SMILPlugin/.actionScriptProperties
    osmf/trunk/plugins/SMILPlugin/.project
    osmf/trunk/plugins/SMILPlugin/SMILPlugin.as
    osmf/trunk/plugins/SMILPlugin/html-template/
    osmf/trunk/plugins/SMILPlugin/html-template/AC_OETags.js
    osmf/trunk/plugins/SMILPlugin/html-template/history/
    osmf/trunk/plugins/SMILPlugin/html-template/history/history.css
    osmf/trunk/plugins/SMILPlugin/html-template/history/history.js
    osmf/trunk/plugins/SMILPlugin/html-template/history/historyFrame.html
    osmf/trunk/plugins/SMILPlugin/html-template/index.template.html
    osmf/trunk/plugins/SMILPlugin/html-template/playerProductInstall.swf
    osmf/trunk/plugins/SMILPlugin/org/
    osmf/trunk/plugins/SMILPlugin/org/osmf/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/ISMILMediaGenerator.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILProxyElement.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILDocument.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILElement.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILElementType.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILMediaElement.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILMetaElement.as
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/parser/
    osmf/trunk/plugins/SMILPlugin/org/osmf/smil/parser/SMILParser.as

Hi,
could you let us know what version of OEPE you were running prior to the upgrade along with the Eclipse version ? Also was the previous installation a full OEPE install or was it installed via the update site ?
thanks
Raj

Similar Messages

  • [svn:osmf:] 13561: Initial check-in of HTTP streaming implementation.

    Revision: 13561
    Revision: 13561
    Author:   [email protected]
    Date:     2010-01-17 22:21:46 -0800 (Sun, 17 Jan 2010)
    Log Message:
    Initial check-in of HTTP streaming implementation.
    Modified Paths:
        osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/manifest/F4MLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/DefaultMediaFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetClient.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamUtils.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/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/manifest/TestManifestParser.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamUtils.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/HTTPStreamingFileHandlerEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/HTTPStreamingIndexHandlerEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamRequest.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingFileHandlerBa se.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingIndexHandlerB ase.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingIndexInfoBase .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingNetStreamDyna micStreamTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingState.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/URLLoaderWithContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeFragmentRandomAcc essBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable. as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeSegmentRunTable.a s
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/Box.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/BoxInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/BoxParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/F4FConstants.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/FragmentDurationPair.a s
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/FullBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/GlobalRandomAccessEntr y.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FFileHa ndler.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexH andler.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexI nfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FStream Info.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/LocalRandomAccessEntry .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/MediaDataBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/SegmentFragmentPair.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVHeader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVParserState.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTag.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagAudio.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagScriptDataObject .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagVideo.as
        osmf/trunk/framework/MediaFrameworkFlexTest/assets/mp4_bytes.txt
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeBoots trapBox.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragm entRunTable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeSegme ntRunTable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestBoxParser. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestHTTPStream ingF4FFileHandler.as

    Hi.
    So far I have extended the VideoElement to support a extended NetStreamLoadTrait as you suggested.
    My code is the following:
    override protected function processLoadStateChange(
    newState:String, newContext:ILoadedContext):void
                if (newState == LoadState.READY)
                     var context:NetLoadedContext = newContext as NetLoadedContext;
                    netStream = context.stream;
                    if (    !isStreamingResource
                         && (  netStream.bytesTotal <= 0
                              || netStream.bytesTotal == uint.MAX_VALUE
                        netStream.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                else if (newState == LoadState.UNINITIALIZED)
                    netStream = null;
            private function onNetStatus(event:NetStatusEvent):void
                if (netStream.bytesTotal > 0)
                    dispatchEvent
                        ( new LoadEvent
                            ( LoadEvent.BYTES_TOTAL_CHANGE
                            , false
                             , false
                            , null
                            , netStream.bytesTotal
                    netStream.removeEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
    But no matter what I change, always a new Extended VideoElement is created, the playhead backs to 0.
    Can you explain more how you would modify the NetStreamLoadTrait or LoadTrait to work together with the seek?
    Thanks a lot,
    Chaim

  • [svn:osmf:] 16216: Initial check-in of VAST2 and VPAID sample libraries.

    Revision: 16216
    Revision: 16216
    Author:   [email protected]
    Date:     2010-05-19 10:30:45 -0700 (Wed, 19 May 2010)
    Log Message:
    Initial check-in of VAST2 and VPAID sample libraries.  Note that the previous implementation of VAST (and MAST) remains untouched, with the VAST2/VPAID-enabled implementations being added side-by-side with a "New" suffix.  In the long term, we plan to merge the duplicate libraries/plugins.
    Added Paths:
        osmf/trunk/apps/samples/libs/VASTNewSample/
        osmf/trunk/apps/samples/libs/VASTNewSample/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VASTNewSample/.project
        osmf/trunk/apps/samples/libs/VASTNewSample/readme.txt
        osmf/trunk/apps/samples/libs/VASTNewSample/src/
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.as
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/plugins/MASTSampleNew/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.project
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample-build-config.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.fla
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/AC_OETags.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.css
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/index.template.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/plugins/MASTSampleNew/publish_settings.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/readme.txt
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/MASTSample.as
        osmf/trunk/libs/samples/VASTNew/
        osmf/trunk/libs/samples/VASTNew/.actionScriptProperties
        osmf/trunk/libs/samples/VASTNew/.flexLibProperties
        osmf/trunk/libs/samples/VASTNew/.project
        osmf/trunk/libs/samples/VASTNew/org/
        osmf/trunk/libs/samples/VASTNew/org/osmf/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST1DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST2DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessedEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoadTrait.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoader.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/ICacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST1MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2ImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2TrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTMediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/VASTMetadata.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2MediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2Translator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDataObject.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDocument.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTInlineAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTMediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTResourceType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTUrl.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideo.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideoClick.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST1Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST2Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VASTParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/TagParserBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CreativeElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Element.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2InLineElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2LinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2NonLinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Time.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2TrackingData.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2WrapperElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/Errors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/ParserErrors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserErrorEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/IParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/ITagParserBase.as
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flex
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flexcov
        osmf/trunk/libs/samples/VASTNew/vast-build-config.xml
        osmf/trunk/libs/samples/VPAID/
        osmf/trunk/libs/samples/VPAID/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/.project
        osmf/trunk/libs/samples/VPAID/org/
        osmf/trunk/libs/samples/VPAID/org/osmf/
        osmf/trunk/libs/samples/VPAID/org/osmf/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.project
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/VPAIDElement.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDLoadEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/IVPAID.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/VPAIDMetadata.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/IVPAIDBase.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/VPAID_1_1.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDLoadTrait.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDTimeTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/
        osmf/trunk/plugins/samples/MASTPluginNew/.actionScriptProperties
        osmf/trunk/plugins/samples/MASTPluginNew/.project
        osmf/trunk/plugins/samples/MASTPluginNew/MASTPlugin.as
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/AC_OETags.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.css
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/historyFrame.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/index.template.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/playerProductInstall.swf
        osmf/trunk/plugins/samples/MASTPluginNew/org/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessedEvent. as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoadTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoader.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/MASTConditionManager.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTCondition.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTDocument.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTSource.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTarget.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTrigger.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/MASTParser.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/MASTPlayTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionOperator.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionType.as

    Hi Marius,
    I think this problem could be linked to the changes in the layout API and the order of the loading of the video elements.
    Please try to add layoutmetadata with index property to parallel videos so they render in the correct order, something like:
                var layout1:LayoutMetadata = new LayoutMetadata();
                layout1.index= 10 ;
                videoElement.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout1);
                var layout2:LayoutMetadata = new LayoutMetadata();
                 layout2.index= 20 ;
                 vpaidNonLinear.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout2);
    Tell me if that worked,
    S.

  • [svn:osmf:] 14409: First check-in of the new syndication library.

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

  • Problems with the SMIL-plugin

    I've played around a little bit with the SMIL-plugin and ran in to some problems that might be possible bugs. Hope somebody could shed some light on this.
    1. Adding the attribute clipBegin and/or clipEnd seems to be ignored in the creation of all elements in a dynamic streaming switch. This might even be ignored on a single video element, I haven't tried that out though. I have also tried to add the "s" (seconds) suffix in the time value, but according to the TimeUtil.parseTime comments a suffix such as "s" or "min" is not needed in the time value since seconds is the default value.
    Example code:
    <smil>
        <head>
            <meta base="rtmp://domain/application" />
        </head>
        <body>
        <switch>
            <video src="mp4:ncode/video_7018_430" system-bitrate="430000" clipBegin="50" />
            <video src="mp4:ncode/video_7018_800" system-bitrate="800000" clipBegin="50" />
            <video src="mp4:ncode/video_7018_1200" system-bitrate="1200000" clipBegin="50" />
            <video src="mp4:ncode/video_7018_1800" system-bitrate="1800000" clipBegin="50" />
            <video src="mp4:ncode/video_7018_2400" system-bitrate="2400000" clipBegin="50" />
          </switch>
        </body>
    </smil>
    2. Just adding a video element without a swith throws an error:
    ERROR : error ID=1009 detail=Error #1009: Cannot access a property or method of a null object reference.
    Thanks in advance!
    Daniel

    1. Looking at the code, I believe that clipBegin and clipEnd are not currently supported for dynamic streaming resources.  This seems like a bug, given that we support these attributes for non-MBR streams.  Can you file a bug?
    2. This is probably a bug too.  Can you post your SMIL file and/or file a bug?  Thanks!
    https://bugs.adobe.com/jira/browse/FM

  • [svn:fx-trunk] 15795: Initial check-in for removing unused rsls and the include-inheritance-dependencies-only features .

    Revision: 15795
    Revision: 15795
    Author:   [email protected]
    Date:     2010-04-28 14:01:58 -0700 (Wed, 28 Apr 2010)
    Log Message:
    Initial check-in for removing unused rsls and the include-inheritance-dependencies-only features.
    Changes to implement ?\226?\128?\147remove-unused-rsls feature. When the configuration option is true, RSLs associated with RSLs that are not used by the application are not loaded at runtime. The compiler logs the primary RSLs that are required with the number of failovers, if any.
    compiler/src/java/flex2/compiler/common/Configuration.java
                add ?\226?\128?\147remove-unused-rsls and ?\226?\128?\147include-inheritance-dependencies-only.
    compiler/src/java/flex2/compiler/CompilerSwcContext.java
                pass rslGroup to getSwcGroup.
    compiler/src/java/flex2/compiler/swc/SwcCache.java
                Add parameter to getSwcGroup to a group of rsls can be passed in.
    compiler/src/java/flex2/compiler/swc/SwcGroup.java
                Add a SwcGroup constructor that accepts a SwcGroup of Rsls. Use the RSLs to give preference to scripts that come from RSLs when duplicate scripts are merged.
    compiler/src/java/flex2/tools/CompcPreLink.java
    compiler/src/java/flex2/tools/PreLink.java
                Find the set of SWCs that are contributing code to the application. Use this set to restrict which RSLs are written to the generated root class. Log the RSLs that are required to give the user some feedback.
    compiler/src/java/flex2/tools_en.properties

    Ah, ok. I was in the assumption the PCI connect had something to do with the video connection. But it seems like Apple wanted to reinvented PCIe...
    I'm out of my territory here so feel free to ignore the following.
    These are the things I notice in your Xorg.0.log:
    [    19.474] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [    19.474] (==) modesetting(G0): RGB weight 888
    [    19.474] (==) modesetting(G0): Default visual is TrueColor
    [    19.474] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [    19.500] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [    19.526] (II) modesetting(G0): EDID for output VGA-1-0
    [    19.526] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    19.526] (==) modesetting(G0): DPI set to (96, 96)
    What the hell is modesetting doing there?
    And have you tried the nvidia blob? It could be that this is not well supported by nouveau. Maybe check up with their IRC / mailing list.

  • [svn:osmf:] 10580: Adding the MAST plugin and a MAST sample app.

    Revision: 10580
    Author:   [email protected]
    Date:     2009-09-24 17:02:28 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Adding the MAST plugin and a MAST sample app.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/.actionScriptProperties
    Added Paths:
        osmf/trunk/apps/samples/plugins/MASTSample/
        osmf/trunk/apps/samples/plugins/MASTSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSample/.project
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/AC_OETags.js
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/history/
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/history/history.css
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/history/history.js
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/index.template.html
        osmf/trunk/apps/samples/plugins/MASTSample/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/plugins/MASTSample/src/
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as
        osmf/trunk/plugins/MASTPlugin/
        osmf/trunk/plugins/MASTPlugin/.actionScriptProperties
        osmf/trunk/plugins/MASTPlugin/.project
        osmf/trunk/plugins/MASTPlugin/MASTPlugin.as
        osmf/trunk/plugins/MASTPlugin/html-template/
        osmf/trunk/plugins/MASTPlugin/html-template/AC_OETags.js
        osmf/trunk/plugins/MASTPlugin/html-template/history/
        osmf/trunk/plugins/MASTPlugin/html-template/history/history.css
        osmf/trunk/plugins/MASTPlugin/html-template/history/history.js
        osmf/trunk/plugins/MASTPlugin/html-template/history/historyFrame.html
        osmf/trunk/plugins/MASTPlugin/html-template/index.template.html
        osmf/trunk/plugins/MASTPlugin/html-template/playerProductInstall.swf
        osmf/trunk/plugins/MASTPlugin/org/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/MASTPluginInfo.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/adapter/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTDocumentProcessedEvent. as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoadedContext.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoader.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/managers/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/managers/MASTConditionManager.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/media/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCondition.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocument.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTSource.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTarget.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTrigger.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/parser/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/parser/MASTParser.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/traits/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/traits/MASTPlayableTrait.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/types/
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/types/MASTConditionOperator.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/types/MASTConditionType.as

    Hi dia_ladji,
    I'm not sure if you've run across this article yet (pdf): http://osmf.org/downloads/pdf/Walkthrough_4_%20UI_Control_bar_and_Layout_Management.pdf
    It seems like conditionally controlling the functionality of your UI controls based on the playing media's metadata is what your after, correct? Here's an overview of what the article covers:
    In this walkthrough we will see how to use the advanced layout controls offered by the
    OSMF components and how dynamically control the layout of interactive elements outside of
    the OSMF components conditionally based on the size of the content displayed by OSMF.
    Specifically we will use the MediaContainer advanced layout capabilities with MetaData for
    composite media loading and display, and see how to integrate custom graphical user
    interface controls to make a skinnable control bar, and make it functional by linking the user
    interactions with the MediaPlayer API, and adjusting the position of the control bar
    dynamically based off of the media content being displayed via events.
    My apologies if you've already seen this, or if I've misunderstood your question, but hope it helps!
    -Scott

  • HT1296 How do I back up the calendar and contacts from my iPhone5 to my new macbook pro(10.8.3)? I have backed up the phone, but it does not transfer the calendar or the contacts. If I check them in the sync area and the back up the phone again...

    How do I back up the calendar and contacts from my iPhone5 to my new macbook pro(10.8.3)? I have backed up the phone, but it does not transfer the calendar or the contacts. If I check them in the sync area and then back up the phone again will they transfer or be erased? I am a bit gun shy since my previous macbook pro committed suicide and I lost a ton of info there.

    Copy everything from your backup copy of your old computer.

  • I used my phone to scan in a $25.00. Once I saw my balance change to the $25.00 I threw the card away. I checked my balance the next day and it was $0. I made a purchase to check and my credit card on file was charged. No one has access to my phone

    I used my phone to scan in a $25.00 gift card. Once I saw my balance change to the $25.00 I threw the card away. I checked my balance the next day and it was $0. I made a purchase to just to double check and my credit card on file was charged. No one has access to my phone except for myself. How do I get the $25.00 back without the card?

    Call iTunes store support. No one here can do anything about it. This is a user forum.

  • TS3991 iWork doesn't seem to recognize that I already have the pages, keynote, and numbers apps so I can't use iCloud to sync my documents.  How to get my apps recognized?

    iWork doesn't seem to recognize that I already have the pages, keynote, and numbers apps so I can't use iCloud to sync my documents.  How to get my apps recognized?

    Do you have both the OS X and iOS versions of each of them?

  • I have just installed CS6 Master collection but indesign isn't working, when opening I get the message "Cannot load Assignment UI.InDesign because it requires Username. Please install the Username plugin and restart InDesign." not sure what to do next?

    I have successfully installed the CS6 master collection and all the programs seem to be working apart from InDesign. When opening it I get the message "Cannot load Assignment UI.InDesign because it requires Username. Please install the Username plugin and restart InDesign.". I have no idea what to do next?

    Many people use a font manager to organize a large collection of fonts, and sometimes these cause problems in ID. You might not realize that the font manager has installed a plugin in ID, but I think you would know if you added any other program extensions to help you work.
    Can you show us a new crash report since the 8.0.2 update?
    What happens if you start the Mac with the Shift key held down to prevent extensions from loading? What happens if you go to the System settings and create a new user, then restart the Mac and log in with the new user?

  • I am getting a msg that pllocked and connected to wifi. I can not hit the ok button and my apps are visible. Not able to use at all.

    I am getting a msg that my ipad hasnt been backed up in 2 wks. I have plugged in (at 100%) and locked and connected to wifi. I can not hit the ok button and my apps are showing in the back ground. Not able to use at all. How can I get my ipad working again.
    thanks,

    Even though the iPod shows as been connected, it might not have actually received a valid IP address via DHCP from your Wi-Fi access point or router.  Head to Settings -> Wi-Fi and tap the > next to the network you are connected. If 169.xxx.xxx.xxx is listed for an IP Address, then your iPod did not receive a valid IP address.  To correct this you can reboot your router by unplugging it from power for about 30 seconds.
    It wouldn't hurt to also reset your iPod.  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    See here for more troubleshooting assistance.
    iOS: Troubleshooting Wi-Fi networks and connections
    B-rock

  • I have a MacBook Air with OS X and am having trouble accessing the ADT Pulse Home Security System cameras.  The mobile (iPhone and iPad) apps allow access no problem, but I can't get a picture on the MacBook.  Have tried Safari and Firefox browsers.

    I have a MacBook Air with OS X and am having trouble accessing the ADT Pulse Home Security System cameras.  The mobile (iPhone and iPad) apps allow access no problem, but I can't get a picture on the MacBook.  Have tried Safari and Firefox browsers.  Anyone have any ideas?  Thanks.

    From a Catherine to Katherine -- Had the exact same problem!!  I had to enable Java twice - both in Safari and then on the MacBookAir itself.

  • Tutorials and Sample Apps for the Toolbox

    Where can I find tutorials and sample apps for the Dreamweaver Developer Toolbox?

    http://www.adobe.com/devnet/dreamweaver/developer_toolbox.html
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Where do I find the stock weather and calculator apps in ios 7?

    I just upgraded to iOS 7.  How do I access the stock weather and calculator apps?

    There aren't built-in Weather and Calculator apps on iPads

Maybe you are looking for

  • Error in creating xml builder form

    Hi, I am proceeding with the further steps to create the project under xml builder form I have provided the project id and Project then i tried to save the project now it is showing one error in status bar under Project check tab "The edit form does

  • How to extract the Datetime from string?

    Hello FOlks, I have the sample data whichi is a string and it contains DateTime part inside it. I worked through half way but am not sure how to get the other part. The sample data is Note Added by AARON HILTON at 05/26/2010 14:53 MONEY NOTE ENTERED

  • User exits in transaction ML84

    Hi everybody, we would like to add additional fields to transaction ML84, both for selection of data (additional parameters, eg. order number) and in the list. I did not find any suitable enhancements in SMOD. Is this possible without modification of

  • ACS with Dynamic VLAN which protocol to use ??

    Hello, Which Protocol do I need to use, for providing dynamic VLAN to my desktop machines? As in ACS 4.0 if I use local database of ACS then users successfully get the dynamic VLAN & as soon I use AD database while integration it with ACS ,the authen

  • BEx - Dates in query formula.

    dear all, i'm using formula to display my KEY FIGURE dates... the reason for this is because i do not want to display rows with empty dates so i created this BEx formula (ACTUAL DATE <> 0) * ACTUAL DATE + (ACTUAL DATE == 0) * 0 what the above logic d