[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

Similar Messages

  • [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:] 11996: Updates and changes from the spec review for FMMLoader.

    Revision: 11996
    Revision: 11996
    Author:   [email protected]
    Date:     2009-11-19 11:12:19 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Updates and changes from the spec review for FMMLoader.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/LoadableProxyElement.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/FMMLoader.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/ManifestLoader.as

    Hi
    I've Updated App Builder, gone back to the DPS App Builder portal, regenerated new zip and ipa files and downloaded them.
    I clicked the Application Loader 3.0 link, downloaded the latest Appication Version, clicked on the "Deliver your App" button, and submitted the newly built App that was built using 32.4.2 version. (All the app icons were listed as "stored on server" so I presume they are all ok). The .zip file appeared to 'deliver' to Apple successfully. I've tried to resubmit it but get ta "Redundant Binary Upload. There already exists a binary upload with build version..." error message, so presume the orginal binary upload was successful. I have no idea how I can get this app from the "prepare for submission", to "in review". The last time I thought I'd submitted this app I got as far as the "waiting for review" status, and no further.
    At the moment I don't have a"+" button in the Build section - as mentioned on page 66 of Adobe's Step_by_step_guide_to_dps_se.pdf.
    So I can't add the new .zip file to the iTunes Connect > My Apps portal in the Build section of the Versions tab.
    I have put a support email into Apple, but don't expect a reply any day soon.
    The problem with starting all the way back through the App wizard is that I really want to use all the same App Name, Bundle ID, and details etc.
    Do you mean, going back to the Folio Producer Panel, and building a whole new App?
    This process certainly isn't for the faint-hearted!
    HELP!

  • [svn] 1578: Adding 2 piggybacking samples to the team app.

    Revision: 1578
    Author: [email protected]
    Date: 2008-05-06 12:26:12 -0700 (Tue, 06 May 2008)
    Log Message:
    Adding 2 piggybacking samples to the team app.
    Modified Paths:
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/messaging-config.xml
    blazeds/branches/3.0.x/apps/team/WEB-INF/flex/services-config.xml
    Added Paths:
    blazeds/branches/3.0.x/apps/team/features/messaging/messaging_AMF_Piggyback.mxml
    blazeds/branches/3.0.x/apps/team/features/messaging/messaging_HTTP_Piggyback.mxml

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • [svn:osmf:] 13806: Fix a bug with the handling of drm metadata/ additional header

    Revision: 13806
    Revision: 13806
    Author:   [email protected]
    Date:     2010-01-27 10:00:06 -0800 (Wed, 27 Jan 2010)
    Log Message:
    Fix a bug with the handling of drm metadata/additional header
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as

    (Removed)

  • [svn:osmf:] 10751: Fix a bug with the ReferenceSample project.

    Revision: 10751
    Author:   [email protected]
    Date:     2009-09-30 10:57:34 -0700 (Wed, 30 Sep 2009)
    Log Message:
    Fix a bug with the ReferenceSample project.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ReferenceSample/org/openvideoplayer/model/ReferenceSWFE lement.as
        osmf/trunk/apps/samples/framework/ReferenceSample/org/openvideoplayer/view/MainWindow.as

    (Removed)

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

  • [svn:osmf:] 14984: Updating to work with the latest logging API changes.

    Revision: 14984
    Revision: 14984
    Author:   [email protected]
    Date:     2010-03-24 07:23:14 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Updating to work with the latest logging API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLogger.as

    Revision: 14984
    Revision: 14984
    Author:   [email protected]
    Date:     2010-03-24 07:23:14 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Updating to work with the latest logging API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/DebuggerLogger.as

  • [svn:osmf:] 14036: Tweaking sample to have the parallel element use a fixed size.

    Revision: 14036
    Revision: 14036
    Author:   [email protected]
    Date:     2010-02-08 06:31:10 -0800 (Mon, 08 Feb 2010)
    Log Message:
    Tweaking sample to have the parallel element use a fixed size.
    Modified Paths:
        osmf/trunk/apps/samples/framework/LayoutSample/src/LayoutSample.as

    Hi,
    thank you for your fast reply. Please find attached my code where I marked the array creation with green circles and the control part with a red one. I removed all the other stuff and loops which are not relevant here (heart beat loop, value initialization, DMA fifo, etc). The sampling rate should be up to 50kS/s for capturing signals with a frequency of the range of 10 to 500Hz).
    @ Spectre Dave:
    I would like to do it in the FPGA because my host part (cRIO PPC) is already overloaded and I had a lot of problems to get it running and save the data to a file with the high sampling rate (50kS/s). I was thinking that simple array functions would be an easy thing for an FPGA. Or am I wrong??
    Please let me know if you have any idea or if you need more information.
    Thank you very much and best regards
    Andreas
    Attachments:
    FPGAarrayProblem.png ‏189 KB

  • [svn:osmf:] 13165: unused import was breaking the command line build.

    Revision: 13165
    Revision: 13165
    Author:   [email protected]
    Date:     2009-12-22 14:04:24 -0800 (Tue, 22 Dec 2009)
    Log Message:
    unused import was breaking the command line build.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    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:] 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: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:] 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:] 10104: Integrate VAST code into the new VAST library project.

    Revision: 10104
    Author:   [email protected]
    Date:     2009-09-09 16:55:16 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Integrate VAST code into the new VAST library project.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.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/vast/loader/
        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/DefaultVASTMediaF ileResolver.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/IVASTMediaFileRes olver.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAd.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.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/model/VASTCompanionAd.a s
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTMediaFile.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.a s
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent .as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideo.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as

    bringrags wrote:
    We do indeed recommend replacing the osmf.swc from a Flex 4 project if you're going to use OSMF in Flex 4, but you may (will?) run into issues if you attempt to use Flex's VideoPlayer within that project.  Note also that you'll need to replace osmf.swc for each individual project (or edit your flex-config.xml file to point to the updated SWC).
    In terms of future plans, we are working closely with the Flex team to ensure that their next release ships with the latest OSMF version.  No ETA on that though.
    I have followed the recommendations and removed the old version of swc and replaced it with the release version. And so far the video and audio players work fine without errors.
    But looking at the flex-config.xml I see that it still points to the old version.
    <!-- OSMF SWC -->
        <runtime-shared-library-path>
    <path-element>libs/osmf.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.14159/osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url></policy-file-url>
    </runtime-shared-library-path>
    Could you elaborate a little bit more on editing this part of flex-config.xml?
    Thanks,
    FTQuest

Maybe you are looking for

  • Vendor cash discount in F110

    Dear gurus, please advise in this issue I have a vendor with 2%10 specified in the vendor master and also on the invoice- pmt method  is check. I checked to see if 2%10 is defined as 2% discount if paid within 10 days else due net by 30 days.And this

  • How to Run a form in Web browser?!

    Hi, 1- Is it possible to run a .fmx file in web browser? if yes how to do so? if no. what do I need to do to make it possible? Many thanks

  • USER_DEPENDENCIES view in oracle 11g and oracle 10g are different?

    I have tested oracle 10g and oracle 11g. And I found some different behavior in the user_dependencies view between two oracle version. In the oracle 10g, whatever referenced object is populated in the user_dependencies view. In the oracle 11g, howeve

  • How to see movie title in photos?

    The titles of pictures and movies in Photos are not visible. Can the iPad do it natively or do I need an app? Thanks.

  • Can't select paper types

    (Mac OSX 10.5.2, LR 1.3.1) Going crazy trying to figure this out. Somewhere around the time HP updated drivers for the Photosmart Pro B8350, I lost the ability to select anything but one paper type. As a result, none of my prints are coming out prope