[svn:osmf:] 16099: Added HTML support for a Banner Region.

Revision: 16099
Revision: 16099
Author:   [email protected]
Date:     2010-05-13 13:26:58 -0700 (Thu, 13 May 2010)
Log Message:
Added HTML support for a Banner Region.
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/html-template/index.template.html

Hello Alex,
I don't have an answer for you.
But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
I'm wondering that Google TV's flash player doesn't support prompt dialog.
http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
Thanks,
-- Hiroshi

Similar Messages

  • [svn:cairngorm3:] 16403: Added runtime support for latest module library ( LazyModuleLoadPolicyTag).

    Revision: 16403
    Revision: 16403
    Author:   [email protected]
    Date:     2010-06-02 12:47:11 -0700 (Wed, 02 Jun 2010)
    Log Message:
    Added runtime support for latest module library (LazyModuleLoadPolicyTag).
    Modified Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/CairngormModuleXMLSupport.as
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibRuntimeSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/runtimeContext.xml

    Bing,
    I think one thing you might want to do is to post your code on the Web somewhere. Maybe you can open a Weblog and post this there.
    http://www.jroller.com will let you open a blog for free we'll love to see more customers of JDeveloper opening weblogs and sharing their experience over the Web.

  • [svn:osmf:] 10164: Prototype: Add support for retrieving VAST wrapper elements.

    Revision: 10164
    Author:   [email protected]
    Date:     2009-09-11 12:11:59 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Prototype: Add support for retrieving VAST wrapper elements.  Introduce HTTPLoader for retrieving data from URLs.  Minor changes to VAST object model and parser (just the minimum to get wrapper parsing to work), probably needs a formal pass.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        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/VASTMediaGenerato r.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/parser/VASTParser.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/http/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoadedContext.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essedEvent.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essor.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInfoBase.as

  • [svn:osmf:] 10440: Add parser support for the Video tag.

    Revision: 10440
    Author:   [email protected]
    Date:     2009-09-20 15:03:56 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add parser support for the Video tag.  Add unit test for an empty document.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTMediaFile.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideo.as

    The video tag only supports a few formats and MKV (Matroska Multimedia Container) isn't one of them.<br />
    Your only option is to use the object (or embed) tag and use a player that can handle that format.<br />
    If might be better to switch to the WebM format.<br />
    * https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements

  • [svn:osmf:] 11293: Adding unit tests for ContentDownloadableTrait.

    Revision: 11293
    Author:   [email protected]
    Date:     2009-10-30 02:38:42 -0700 (Fri, 30 Oct 2009)
    Log Message:
    Adding unit tests for ContentDownloadableTrait.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/content/TestContentDownloadableTrait .as

  • [svn:osmf:] 12455: Adding unit test for CompositeMetadataEvent.

    Revision: 12455
    Revision: 12455
    Author:   [email protected]
    Date:     2009-12-03 09:51:47 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Adding unit test for CompositeMetadataEvent.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

    Revision: 12455
    Revision: 12455
    Author:   [email protected]
    Date:     2009-12-03 09:51:47 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Adding unit test for CompositeMetadataEvent.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

  • [svn:osmf:] 10706: Adding readme file for the MAST sample.

    Revision: 10706
    Author:   [email protected]
    Date:     2009-09-29 17:38:56 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding readme file for the MAST sample.
    Added Paths:
        osmf/trunk/apps/samples/plugins/MASTSample/readme.txt

    Hi Jason,
    You might want to check this thread: http://forums.adobe.com/message/3254112 (or http://forums.adobe.com/thread/745538)
    As you can see there, it's possible to get the video bitmap data from the Video object directly. You don't need the content to be delivered using HTTP Streaming for this. You should be able to use 3D Papervision together a similar snippet.
    You can get the raw data from a HTTP Stream too, if you need the raw data anyway. Check this thread for details: http://forums.adobe.com/thread/709470?tstart=60
    Hope this helps,
    -Andrian

  • [svn:osmf:] 11200: Adding readme.txt for the CuePointSample app.

    Revision: 11200
    Author:   [email protected]
    Date:     2009-10-27 14:11:04 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Adding readme.txt for the CuePointSample app.
    Added Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/readme.txt

    Thanks to some help from another forum...here is the (simplified) code in case anyone needs it
    // create a container and add it to the Display List
    container = new MediaContainer  ;
    addChild(container);
    // create a video element and add it to the container
    mediaElement = new VideoElement(new URLResource(url)); // url --> your h.264 video
    container.addMediaElement(mediaElement);
    // create a player and add the video to it
    player = new MediaPlayer;
    // create timelinemetadata, pass the media element to it
    dynamicTimelineMetadata = new TimelineMetadata(mediaElement);
    // create a new cuepoint
    var cuePoint:CuePoint = new CuePoint(CuePointType.ACTIONSCRIPT, 1, "good point", null); // time = 1, name = "good point"
    // add the cuepoint to the timeline by using "add marker"
    dynamicTimelineMetadata.addMarker(cuePoint);
    // listen for when the cue point is reached
    dynamicTimelineMetadata.addEventListener(TimelineMetadataEvent.MARKER_TIME_REACHED, onCuePoint);
    function onCuePoint(event:TimelineMetadataEvent):void
    var cuePoint:CuePoint = event.marker as CuePoint;
    trace("Cue Point at " + cuePoint.time);

  • [svn:osmf:] 14413: Added a style for the playlist.

    Revision: 14413
    Revision: 14413
    Author:   [email protected]
    Date:     2010-02-24 17:58:39 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Added a style for the playlist.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css

    when you play the CD in your laptop on your home screen a Cd should pop up under the name of the album. Than when you open itunes it will probly say something like "let this CD download" or something like that. If it doesn't than automaticlly while the CD is importing to your itunes a page will pop up with a progess of the CD download.
    Hope that helped.

  • [svn:osmf:] 15972: ChromeLibrary: adding rudimentary support for loading plug-ins defined in XML.

    Revision: 15972
    Revision: 15972
    Author:   [email protected]
    Date:     2010-05-08 07:31:24 -0700 (Sat, 08 May 2010)
    Log Message:
    ChromeLibrary: adding rudimentary support for loading plug-ins defined in XML.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/PluginsParser.as

    rnair wrote:
    I am trying to install Oracle 11g R2 on my windows 7, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?<snip>
    the error has nothing to do with DBCA. DBCA was simply the last in a long string of victims.
    Go back and read the instructions where you downloaded the install media. They state that the TWO zip files you download must be unzipped into the same directory.

  • Could Adobe please advise if they will be adding tethering support for Nikon D600

    Could Adobe please advise if they will be adding tethering support for Nikon D600 as it is instrumental to our decison regarding purchase.
    Many thanks

    ssprengel wrote:
    Nobody is happy with the answer about old software not getting updated with new cameras, but if you look into it, Adobe had to lay off about half their employees over the past few years to keep the company viable in the declining economy, so they don’t have extra people to update and test plug-ins for non-current versions, and if they did, then some people wouldn’t buy the newer version and they’d have even less money.
    Adobe has only just gotten the D600 supported for raw format in their current beta version of LR, which affects everyone with a D600, and if they had to wait for Nikon for supply and SDK and also have to prioritize their work to keep things on schedule, tethering is likely to lag behind raw-file support for any particular camera.  Apple controls their entire computer environment, hardware and software, so it’s not surprising they can implement tethered capture from day one, but Adobe must figure things out for OSes they don’t own, both Mac and PC, so they rely on waiting for Nikon to do things for them, and then figuring out how to get it to work.
    Well boo hoo for Adobe ... life sure is tough for them ... if they can't handle the load maybe they should get out of the business of software development ... They can't be all that worried about revenue to support Lightroom development or they wouldn't have reduced the price of the full version by 50% and the upgrade price by 20% ... it was a less than smart move considering they have been bragging for the past couple of years about how many more folks use Lightroom vs. other competitive options ...
    Aperture 3, Capture One both have tether support for the D600 ... and many more cameras than are supported by Lightroom ... those developers are working and engineering solutions in the very same economy as Adobe (and C1 supports both platforms as well, costs much more than Lr and employs far fewer engineers) ... why aren't they suffering from the same lack of support? ... or using the camera makers to deflect blame for the lack of results?
    Excuses are not solutions ...

  • Adding AJAX support for dynamically created panelGrid components

    Hi everyone!
    I would like to ask help from anyone who may have encountered similar problem before...
    I have a panelGrid whose component is dynamically created by the backing bean. Here is my JSF code:
    <h:panelGrid styleClass="panelGrid"
              rowClasses="tsPanelGridRowClass" columns="8" cellpadding="0"
              cellspacing="2" bgcolor="transparent" style="margin-left: 10px"
              id="revCenterItemPanelGrid"
              binding="#{pc_Touchscreen_pull_select_item.revCenterItemPanelGrid}">
    </h:panelGrid>And here is the code for backing bean that adds content inside the panelGrid:
    HtmlOutputText index = (HtmlOutputText) app.createComponent(HtmlOutputText.COMPONENT_TYPE);
    index.setId("1");
    index.setValue(String.valueOf(1));
    index.setStyle("datagridtext");
    revCenterItemPanelGrid.getChildren().add(index);On click of a button...
    <a4j:commandButton value="Update"
              styleClass="commandExButtonPou2" id="button1" reRender="revCenterItemPanelGrid"
              actionListener="#{pc_Touchscreen_pull_select_item.doSortActionListener2}">
              <f:attribute name="order" value="2"></f:attribute>
              <f:attribute name="toggleState" value="off"></f:attribute>
    </a4j:commandButton>the backing bean is supposed to update the value of the outputText
    doSortActionListener2() {
    HtmlOutputText index = (HtmlOutputText) app.createComponent(HtmlOutputText.COMPONENT_TYPE);
    index.setId("2");
    index.setValue(String.valueOf(2));
    index.setStyle("datagridtext");
    revCenterItemPanelGrid.getChildren().add(index);
    }However, update doesn't seem to work. I have been successful in adding ajax support to a panelGrid that is not dynamically created but not for this one.
    Has anyone encountered this error before? Any ideas?
    Thanks in advance!

    Hi everyone!
    I would like to ask help from anyone who may have encountered similar problem before...
    I have a panelGrid whose component is dynamically created by the backing bean. Here is my JSF code:
    <h:panelGrid styleClass="panelGrid"
              rowClasses="tsPanelGridRowClass" columns="8" cellpadding="0"
              cellspacing="2" bgcolor="transparent" style="margin-left: 10px"
              id="revCenterItemPanelGrid"
              binding="#{pc_Touchscreen_pull_select_item.revCenterItemPanelGrid}">
    </h:panelGrid>And here is the code for backing bean that adds content inside the panelGrid:
    HtmlOutputText index = (HtmlOutputText) app.createComponent(HtmlOutputText.COMPONENT_TYPE);
    index.setId("1");
    index.setValue(String.valueOf(1));
    index.setStyle("datagridtext");
    revCenterItemPanelGrid.getChildren().add(index);On click of a button...
    <a4j:commandButton value="Update"
              styleClass="commandExButtonPou2" id="button1" reRender="revCenterItemPanelGrid"
              actionListener="#{pc_Touchscreen_pull_select_item.doSortActionListener2}">
              <f:attribute name="order" value="2"></f:attribute>
              <f:attribute name="toggleState" value="off"></f:attribute>
    </a4j:commandButton>the backing bean is supposed to update the value of the outputText
    doSortActionListener2() {
    HtmlOutputText index = (HtmlOutputText) app.createComponent(HtmlOutputText.COMPONENT_TYPE);
    index.setId("2");
    index.setValue(String.valueOf(2));
    index.setStyle("datagridtext");
    revCenterItemPanelGrid.getChildren().add(index);
    }However, update doesn't seem to work. I have been successful in adding ajax support to a panelGrid that is not dynamically created but not for this one.
    Has anyone encountered this error before? Any ideas?
    Thanks in advance!

  • [svn:fx-trunk] 10876: Add support for drag-and-drop from Spark List to Spark List.

    Revision: 10876
    Author:   [email protected]
    Date:     2009-10-05 15:20:07 -0700 (Mon, 05 Oct 2009)
    Log Message:
    Add support for drag-and-drop from Spark List to Spark List.
    - List drop related handlers
    - LayoutBase APIs
    - VerticalLayout DND support
    Notes:
    - ListSkin is not final.
    - Drag-scrolling not yet implemented.
    QE notes: Only VerticalLayout works, HorizontalLayout still not implemented.
    Doc notes: None
    Bugs: None
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/DropLocation.as

    Whoops, disregard my question - I just read the spec that indicates drag and drop is scheduled for later work.
    David

  • [svn:bz-trunk] 20582: Add support for destination-include directory-path=" mydir"/ .

    Revision: 20582
    Revision: 20582
    Author:   [email protected]
    Date:     2011-03-03 12:35:14 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Add support for <destination-include directory-path="mydir"/>.
    This will process each file ending in ".xml" as an individual <destination-include file-path=""/> element, allowing a web application to define a directory of destination configuration snippets.
    Added a new API to ConfigurationFileResolver.java: getFiles(String dir).
    This returns a list of XML files contained in this directory relative to the current configuration file.
    Updated both the ServletResourceResolver and the LocalFileResolver with implementations.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:osmf:] 15607: Partial fix #2 for FM-719.

    Revision: 15607
    Revision: 15607
    Author:   [email protected]
    Date:     2010-04-20 12:37:41 -0700 (Tue, 20 Apr 2010)
    Log Message:
    Partial fix #2 for FM-719.  This fix ensures that when seeking in and out of the child of a parallel element, that the play state is updated according to the play state of the composition.  For example, if there are two parallel children of duration 10 and 20 seconds, and the parallel element is playing, and you seek from 15 to 5, then the shorter child should resume playback.  (And similar for when paused.)  Bug detected when verifying the (soon to be checked in) fix for FM-719, and seeking in and out of the section of video where the image should be displayed.  Added unit tests for these cases as well.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-719
        http://bugs.adobe.com/jira/browse/FM-719
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/ParallelSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithSeekTrait.as

Maybe you are looking for

  • Unable to capture video from webcam in JMF

    hi I am unable to capture video from webcam in an Xlet. I am using Xletview to run Xlet. The method CaptureDeviceManager.getDeviceList(vidformat) returns empty array. Which videoformat should I use and why do I get empty array?

  • Error while reading PDF file

    I have following file which is showing following character please assist me as early as possible how to recover whole PDF file. ÌÑ|•Ù½Ï@߃åC‚¶Ä&#141;>‰ÓluÊ–Ê/Ùtk¢Ír ¥&#141;μji>$›q‰¯îüNò>„ÑΔ“]ͼÛë XÓÌ'Ãá8s Äþ.&#127;„ñ+Ä0áõì«W%tù?? ËN.†s ¿].a¶/—~âí2/X

  • How to capture excise on base value in miro

    hi masters, I am using batch management so in one batch purity defined 90%, when I am capturing excise in MIGO there is no problem its calculated on basis of base value but when i am doing MIRO there is calculating excise on amount of MIRO instead of

  • How coherence 3.5 can be configured with weblogic

    Hi Guys, Can anyone help me, how to setup the coherence and configure with the weblogic server. Thank you.

  • IMovie can't cope with files off new Canon 5d Mark 11

    Regular forum readers would be aware of the problems that I have been having with iMovie 08 crashing when editing the .MOV files from my Canon 5D mark 11. I went into my Mac reseller yesterday and ran a series of test movies on 2 of their new Macs. S