[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);

Similar Messages

  • [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:] 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:] 10589: Updated the readme. txt for the VASTSample based on feedback in the OSMF forum.

    Revision: 10589
    Author:   [email protected]
    Date:     2009-09-25 10:15:31 -0700 (Fri, 25 Sep 2009)
    Log Message:
    Updated the readme.txt for the VASTSample based on feedback in the OSMF forum.
    Modified Paths:
        osmf/trunk/apps/samples/libs/VASTSample/readme.txt

    A good solution. Liked it very much. Can you please make it a technet blog for others.
    [email protected]

  • [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:] 10566: Add readme file for VASTSample.

    Revision: 10566
    Author:   [email protected]
    Date:     2009-09-23 20:43:19 -0700 (Wed, 23 Sep 2009)
    Log Message:
    Add readme file for VASTSample.
    Added Paths:
        osmf/trunk/apps/samples/libs/VASTSample/readme.txt

    Revision: 10566
    Author:   [email protected]
    Date:     2009-09-23 20:43:19 -0700 (Wed, 23 Sep 2009)
    Log Message:
    Add readme file for VASTSample.
    Added Paths:
        osmf/trunk/apps/samples/libs/VASTSample/readme.txt

  • [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:] 10711: Adding missing reference to the VAST library.

    Revision: 10711
    Author:   [email protected]
    Date:     2009-09-29 21:38:56 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding missing reference to the VAST library.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

    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:] 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:] 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

  • [svn:osmf:] 15258: Minor cosmetic improvements to the AkamaiPluginSample app.

    Revision: 15258
    Revision: 15258
    Author:   [email protected]
    Date:     2010-04-07 10:12:39 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Minor cosmetic improvements to the AkamaiPluginSample app.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Hi Jack,
    Let me help explain what tags we have presently that provides details about webapp A and B.  It seems you might be slightly confused on the purpose of some of these tags and what they intend to output.
    Here's a screen cast of an example located on my test site: http://test0101.testsuite.biz/test/test1
    This is pretty much how it'll work based on the tags that we have available at this stage.  If you are looking to set something up a bit differently let us know so we can possibly help you further. 
    In the meanwhile, many of these tags where just recently introduced in our March release.  More details under "web app improvements".
    - http://www.businesscatalyst.com/_blog/BC_Blog/post/Announcing_our_March_2013_system_update /
    Let me know if you have any further questions or concerns. 
    Thanks,
    -Sidney

  • [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:bz-4.0.0_fixes] 21088: Update readme. txt for tomcat authentication to include setup instructions for Tomcat 7.

    Revision: 21088
    Revision: 21088
    Author:   [email protected]
    Date:     2011-04-15 09:50:24 -0700 (Fri, 15 Apr 2011)
    Log Message:
    Update readme.txt for tomcat authentication to include setup instructions for Tomcat 7.
    checkintests: not run. not code change.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/resources/security/tomcat/readme.txt

    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:fx-trunk] 12367: Added deprecation warning for the use of SVG.

    Revision: 12367
    Revision: 12367
    Author:   [email protected]
    Date:     2009-12-02 08:30:21 -0800 (Wed, 02 Dec 2009)
    Log Message:
    Added deprecation warning for the use of SVG.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24392
    Reviewer: Paul
    Tests run: SVG test cases.
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24392
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/SVGTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • Hi all I am from India,I purchased whatsapp application on14th July for Rs.55 but they charged me Rs.60 for that and also yesterday again they charged Rs.55 for the same app..what should I do??Please help me out guys..

    Hi all I am from India,I purchased whatsapp application on14th July for Rs.55 but they charged me Rs.60 for that and also yesterday again they charged Rs.55 for the same app..what should I do??Please help me out guys..

    Have you added or changed your credit card details on your iTunes account ? If you have then each time that you do so a small temporary store holding charge (the Rs 60) may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - it should disappear off your account within a few days or so.
    Store holding charge : http://support.apple.com/kb/HT3702
    For the second charge for 55, you used the same account to re-download the app ? If you did then you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

Maybe you are looking for

  • Server 2012 Direct Access Single NIC cant get it to work

    Hi, I am having some real issues with setting up Direct Access with Server 2012 and a Windows 8 client, it simply won’t work at all. First of all I should describe my setup: I have an internet connection with a static IPv4 address on the external net

  • How can I use USRP as a noise generator?

    Hi everyone. Does anyone know how can I use a NI USRP 2920 to generate white noise or impulsive noise at its Tx port? (I am kind of new to this area and any help is appreciated) Thanks.

  • Automated filling of Data Selection in Infopackage

    Hello guys, I want to automate a process of filling data into BW 35. I'm using R/3 IS-U, the data model is for cleared items in FI/CA (0FC_CI_01). In order to load data in BW, I have to run FPBW in the source system with a date and a run id as parame

  • Syncing iMessage between devices

    I have just an iPad, using iMessage with friends who have both iPads and iPhones. I know I can use their email address to be received by their iPads, and use their phone numbers to be received by iPhones. But I'd like to be able to message them so th

  • Material availability on order creation

    Hi Experts,                 In OPJK for availability check during creation under "material availabilty" tab i have maintained checking rule PP, collect. conversion 3 (no creation if material missing) and checked box "check availability while saving".