[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

Similar Messages

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • [svn:osmf:] 14412: Added the Syndication. swc to the command line build config file for the AkamaiPluginSample project .

    Revision: 14412
    Revision: 14412
    Author:   [email protected]
    Date:     2010-02-24 17:48:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Added the Syndication.swc to the command line build config file for the AkamaiPluginSample project.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/AkamaiPluginSample-build-config.xml

    I think it is not supported through ant script and you may have to contact Oracle Support. Please go through below thread (hisaak's reply) -
    Re: Export OSB configuration jar file using Ant
    Regards,
    Anuj

  • [svn:osmf:] 13000: Adding the missing readme file for the captioning sample app.

    Revision: 13000
    Revision: 13000
    Author:   [email protected]
    Date:     2009-12-16 10:36:36 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Adding the missing readme file for the captioning sample app.
    Added Paths:
        osmf/trunk/apps/samples/plugins/CaptioningSample/readme.txt

    Carey,
    I have tried london1a1's workaround, and it has not made any difference.
    It seems that london1a1 suggests changing the Camera.h file in this location:
              Users/london1a1/Documents/DW_NAF/PhoneGapLib/PhoneGapLib/Classes/Camera.h
    Whereas you're saying to change the Camera.h file in this location:
              /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib/Classes/Camera.h
    I've tried changing the Camera.h file in both locations.  Neither has made a difference.

  • [svn:osmf:] 13651: Adding the SMILPluginIntegrationTest.

    Revision: 13651
    Revision: 13651
    Author:   [email protected]
    Date:     2010-01-19 17:57:44 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Adding the SMILPluginIntegrationTest.
    Modified Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPluginIntegrationTest/.project
    Added Paths:
        osmf/trunk/plugins/SMILPluginIntegrationTest/
        osmf/trunk/plugins/SMILPluginIntegrationTest/.actionScriptProperties
        osmf/trunk/plugins/SMILPluginIntegrationTest/.flexProperties
        osmf/trunk/plugins/SMILPluginIntegrationTest/.project
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/AC_OETags.js
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/history/
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/history/history.css
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/history/history.js
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/history/historyFrame.html
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/index.template.html
        osmf/trunk/plugins/SMILPluginIntegrationTest/html-template/playerProductInstall.swf
        osmf/trunk/plugins/SMILPluginIntegrationTest/libs/
        osmf/trunk/plugins/SMILPluginIntegrationTest/libs/FlexUnit.swc
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/SMILPluginIntegrationTest.mxml
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/SMILPluginIntegrationTests.as
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/SMILTestConstants.as
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/TestSMILPluginInfo.as
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/loader/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/loader/TestSMILLoader .as
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/parser/
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/parser/TestSMILParser .as

  • [svn:osmf:] 13636: Adding the SMILPlugin to the DynamicStreamingSample.

    Revision: 13636
    Revision: 13636
    Author:   [email protected]
    Date:     2010-01-19 14:48:24 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Adding the SMILPlugin to the DynamicStreamingSample.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/.flexProperties
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml

  • [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

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • 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 have Firefox 3.63 on my computer and is my primary. I accidentally made Exploer my primay but then switched back. Robo Form has dissappeared and Ive tried adding the Firefox extension and uninstall re-install but nothing. I'm Windows 7 on an HP comp

    I have Firefox 3.63 on my computer and is my primary. I accidentally made Exploer my primary but then switched back. Robo Form has disappeared and I've tried adding the Firefox extension and uninstall re install but nothing. I'm a Windows 7 user on an HP comp

    Please upgrade your browser to Firefox 7 and try;
    * getfirefox.com

  • Unable to set site master page and system master page separetly in SP 2013

    hi,
    How to set site master page and system master page separetly in SP 2013,even setting different master pages through code or UI.Always only  single custom master page is getting applied for both.
    Thanks & Regards, Krishna

    Check below:
    http://msdn.microsoft.com/en-us/library/office/ee537530(v=office.14).aspx
    Normally on Masterpage setting of publising site the second option is for Settings page and 1st option is for site.

  • Material Master Data and PO Master Data Table

    Dear SAP Gurus and Expert,
    Currently user is having a new integration system which link to SAP, and they require the migration of Material MAster Data and PO master data.
    As a result of that, what table can be accessed in SE16 in order to get all the material master data and PO master data to be exported to excel fil format.
    Thank you
    Regards

    Hi,
    For material master data
    MARA                           General Material Data
    MARC                           Plant Data for Material
    MAKT                           Material Descriptions
    MARD                           Storage Location Data for Material
    You can enter MA* in SE16 and press F4 too get all the tables according to the views.
    For Purchase order
    EKKO
    EKPO
    EKBE
    EKKN
    Search for EK* in SE16.

  • Any difference between Master data and User master data ?

    Any difference between Master data and User master data ?

    hi
    A user master record defines the authorizations assigned to a user. Based on these authorizations one can access the master data.
    Master data - it is the data which is used long term in SAP r/3 system such as vendor master , material master, customer master,
    there is no such thing like user master data to the best of my knowledge
    hope this helps
    regds
    Manan

  • Unable to open firefox - get message that " a copy is already open and only one copy can be open at a time. I have dragged the app to the waste basket and downloaded another firefox app. However same result". I have a IMAC , V.10.6.3.

    Unable to open firefox - get message that " a copy is already open and only one copy can be open at a time. I have dragged the app to the waste basket and downloaded another firefox app. However same result". I have a IMAC , V.10.6.3.
    I get above message when I click on the firefox icon.

    This worked, I used the method described in this link http://forums.mozillazine.org/viewtopic.php?t=365156, and opened the Mozilla profile screen with the terminal on my mac, using the language given in the links. Then I duplicated my original profile to save the bookmarks, etc. Put them in a folder listed Duplicate profile with the date. With the open profile screen, I deleted my original profile, created new profile folder and then a new profile. Note that profile cannot be created in the system library, it must be created on the disc, because the library will not allow writing into it. After I created my new profile folder, I dragged all my old information into it, and it worked. Firefox closed and the error disappeared. You must be VERY careful to make sure Firefox is closed anytime you are doing anything with the profile folders. I think that is what caused my original problem.

  • Help.I uninstalled ios8 using the directions on the web site and now all my apps,mail are gone.I backed up to iTunes first but when I try to sync to get everything back,it starts and then says it has failed.What do I do now.Thanks.Jane

    Help.I uninstalled ios8 using the directions on the web site and now all my apps,mail are gone.I backed up to iTunes first but when I try to sync to get everything back,it starts and then says it has failed.What do I do now.Thanks.Jane

    The first time an iPhone is connected to iTunes that is used to sync with another iPhone or iOS device, you are prompted to transfer the backup for the other iPhone or iOS device or to set up the iPhone as a new iPhone.
    The former does as provided - it transfers the backup for the other iPhone or iOS device to the iPhone replacing all data on the iPhone that is included with the backup being transferred. The latter does nothing allowing you to make your various selections for the iPhone sync preferences with iTunes.
    This is designed to be done right away with a new iPhone.
    If you don't have a backup for the iPhone with iTunes on your computer and don't have an iCloud backup that hasn't been updated since choosing to transfer the backup for your iPod Touch to the iPhone, the data that was on the iPhone is gone.

Maybe you are looking for