[svn:osmf:] 10669: Adding missing files.

Revision: 10669
Author:   [email protected]
Date:     2009-09-29 01:30:00 -0700 (Tue, 29 Sep 2009)
Log Message:
Adding missing files.
Added Paths:
    osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/MASTTestCo nstants.as
    osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/managers/
    osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/managers/T estMASTConditionManager.as
    osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/media/
    osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/media/Test MASTProxyElement.as

Hi, Bob,
Long time ago it was also necessary for me. Somewhere I have found one "undocumented" method, so it was possible to compare VIs "programmatically".
May be it helps for you as well. Disclaimer - use it at your own risk.
Andrey.
Attachments:
Differences Programmatically.vi ‏22 KB

Similar Messages

  • [svn:osmf:] 14059: Adding missing file.

    Revision: 14059
    Revision: 14059
    Author:   [email protected]
    Date:     2010-02-09 06:38:45 -0800 (Tue, 09 Feb 2010)
    Log Message:
    Adding missing file.
    Added Paths:
        osmf/trunk/apps/samples/framework/LayoutSample/src/LayoutSample2.as

    Many thanks for the fast reply.
    I've got a follow up question.
    What will happen if I modify the reconnect Code in the OSMF Netloader Class as recommended and then load multiple third party OSMF plugins,
    which may have included the origin OSMF version of the Netloader class.
    Which one will be used at runtime?
    Thanks in advance!

  • [svn:osmf:] 14538: Adding missing class to syndication library.

    Revision: 14538
    Revision: 14538
    Author:   [email protected]
    Date:     2010-03-02 15:53:21 -0800 (Tue, 02 Mar 2010)
    Log Message:
    Adding missing class to syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSEmbed.as

    Can anyone suggest on how to add an external Jar file to an OAF project while development and also while deploying.
    Thanks Kris

  • [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:] 14028: Adding missing TestVerticalAlign and TestHorizontalAlign classes.

    Revision: 14028
    Revision: 14028
    Author:   [email protected]
    Date:     2010-02-08 01:42:06 -0800 (Mon, 08 Feb 2010)
    Log Message:
    Adding missing TestVerticalAlign and TestHorizontalAlign classes.
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestHorizontalAlign.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestVerticalAlign.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [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] 3595: Adding missing file (thanks Corey).

    Revision: 3595
    Author: [email protected]
    Date: 2008-10-13 11:11:37 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Adding missing file (thanks Corey).
    Cleaning up top level build.xml to remove old manifests no longer included in flex (thanks Brian).
    Modified Paths:
    flex/sdk/trunk/build.xml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as

    Thanks Dennis this did - and didn't - work! Copying the pages into a new blank document using the same template didn't work (very illogically since the file would have been in the template at creation). I then tried saving a new new blank template just adding a page at a time and identified a page that was causing the grief. Oddly again, this page used the offending bullet graphic and it was visible on the page - but once it was inserted into the new doument it caused the save failure. Obviously v frustrating.
    I'm sending a link to this thread to the good guys who created the template to see if they can throw any light .....
    Cube, Ibook, Imac 17 Mac OS X (10.4.6)

  • [svn:osmf:] 10670: Adding a missing file.

    Revision: 10670
    Author:   [email protected]
    Date:     2009-09-29 01:44:20 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding a missing file.
    Added Paths:
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/loader/
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/loader/Tes tMASTLoader.as

  • [svn:osmf:] 10136: Adding a missing file.

    Revision: 10136
    Author:   [email protected]
    Date:     2009-09-10 15:38:55 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Adding a missing file.
    Added Paths:
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as

  • [svn:osmf:] 10584: Adding a missing file from that last folder structure refactor.

    Revision: 10584
    Author:   [email protected]
    Date:     2009-09-24 17:19:48 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Adding a missing file from that last folder structure refactor.
    Added Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/AkamaiBasicStreamingPlugin.as

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET web application development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:osmf:] 14905: Adding file missing from previous commit.

    Revision: 14905
    Revision: 14905
    Author:   [email protected]
    Date:     2010-03-22 05:37:59 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Adding file missing from previous commit.
    Added Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/fonts/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/fonts/Standard0755.swf
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/fonts/readme.txt

    If you're confident that the DP contains the new file, try deleting the deployment and re-doing it (not the deployment type - just the deployment to your test collection).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • [svn:osmf:] 14904: Adding file missing from previous commit.

    Revision: 14904
    Revision: 14904
    Author:   [email protected]
    Date:     2010-03-22 05:32:49 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Adding file missing from previous commit.
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/hint/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/hint/Hint.as

    If you're confident that the DP contains the new file, try deleting the deployment and re-doing it (not the deployment type - just the deployment to your test collection).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • [svn:osmf:] 10540: Adding file missing from previous commit.

    Revision: 10540
    Author:   [email protected]
    Date:     2009-09-23 11:39:41 -0700 (Wed, 23 Sep 2009)
    Log Message:
    Adding file missing from previous commit.
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/gateways/TestHTMLGateway. as

    If you're confident that the DP contains the new file, try deleting the deployment and re-doing it (not the deployment type - just the deployment to your test collection).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • [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:] 13186: Adding files missing from previous commit.

    Revision: 13186
    Revision: 13186
    Author:   [email protected]
    Date:     2009-12-23 05:26:07 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Adding files missing from previous commit.
    Added Paths:
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_up.png

    I just checked my original file and it is 30fps...
    Also other clips from the same camera were correctly finalized, just this one clip "disappeared".
    Any ideas anyone?
    Thanks.

Maybe you are looking for

  • ITunes not installing on Windows 7 32-bit

    Hello, I wanted to upgrade the version of my iTunes to 10.5 and it wouldn't let me. i tried uninstalling all of the Apple Programs on my computer and re-installed iTunes but everytime i try to install it, it gives my this message: It gives me this sa

  • How to find out which materialized views are running on the DB?

    So I have a long list of MVs stored on the DB. Is there a script to find out which MVs are being refreshed right now? Help! Thanks

  • Significant problem saving files in Photoshop CS2

    I am running Photoshop CS2, with Windows Vista Home Edition. My problem is a new one, as Ive been running the program the exact same way since I bought it several years ago. Two weeks ago I bought an Intuos 3 tablet, and installed the software that c

  • HP 7520 only prints half a page of A4 in microsoft word 2007

    Hi, Using a new HP7520 all in one , it will not print a full sheet of text in microsoft word 2007 .  In the print option area of word  allows me to set different paper  sizes  and thats fine . but the default option is set to No Scaling . If I change

  • Indesign cs5.5, video in interactive pdf

    Installed a video (mp4 and f4v). but niether one works in my android device. Works fine on my desktop computer. What am I doing wrong?