[svn:osmf:] 15865: FM-505: Add text to link instead of displaying URL

Revision: 15865
Revision: 15865
Author:   [email protected]
Date:     2010-05-02 19:22:20 -0700 (Sun, 02 May 2010)
Log Message:
FM-505: Add text to link instead of displaying URL
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-505
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/elements/F4MElement.as

Hi,
Solution is very simple:
<af:column headerText="company">
<af:commandLink text="#{row.Company}">
<af:setActionListener from="#{row.rowKeyStr}"
to="#{requestScope.currentRowKey}"/>
</af:commandLink>
</af:column>
On the detail page in PageDef.xml add action (for the same iterator)setCurrentRowWithKey - as argument set #{requestScope.currentRowKey}. Don't forget invoke this action when page is loading setting Refresh Condition= #{adfFacesContext.postback == false}
Kuba

Similar Messages

  • [svn:osmf:] 15864: FM-505: Add text to link instead of displaying URL

    Revision: 15864
    Revision: 15864
    Author:   [email protected]
    Date:     2010-05-02 19:21:01 -0700 (Sun, 02 May 2010)
    Log Message:
    FM-505: Add text to link instead of displaying URL
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-505
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/StreamingURLResource.as

    Hi,
    Solution is very simple:
    <af:column headerText="company">
    <af:commandLink text="#{row.Company}">
    <af:setActionListener from="#{row.rowKeyStr}"
    to="#{requestScope.currentRowKey}"/>
    </af:commandLink>
    </af:column>
    On the detail page in PageDef.xml add action (for the same iterator)setCurrentRowWithKey - as argument set #{requestScope.currentRowKey}. Don't forget invoke this action when page is loading setting Refresh Condition= #{adfFacesContext.postback == false}
    Kuba

  • [svn:osmf:] 17480: 1. Add comments to the fixes in CompositeTimeTrait. as and FMSURL.as

    Revision: 17480
    Revision: 17480
    Author:   [email protected]
    Date:     2010-08-25 10:56:31 -0700 (Wed, 25 Aug 2010)
    Log Message:
    1. Add comments to the fixes in CompositeTimeTrait.as and FMSURL.as
    2. Remove unnecessary code from FMSURL.as
    3. Add checks for additional streamName prefix, mp3 and id3 for FMSURL.as
    4. Add unit tests for FMSURL.as fixes.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeTimeTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/FMSURL.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestFMSURL.as

    Meta X works great for editing the metadata.
    -> http://www.kerstetter.net/index.php/projects/software/metax
    I'm putting together a bunch of home videos for my parents
    How are you giving them these videos? As a regular, playable DVD (such as burned with iDVD)?
    If so, tags are not needed as they are not written to the playable DVD.
    However, it is good to add the metadata so you have the info in the file on your computer.

  • [svn:osmf:] 15288: 1. Add http streaming DVR support

    Revision: 15288
    Revision: 15288
    Author:   [email protected]
    Date:     2010-04-08 14:50:27 -0700 (Thu, 08 Apr 2010)
    Log Message:
    1. Add http streaming DVR support
    2. Fix FM-497, FM-610 and FM-618
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-497
        http://bugs.adobe.com/jira/browse/FM-610
        http://bugs.adobe.com/jira/browse/FM-618
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/Manifest.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSwitchManager.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexInfo.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/DVRInfo.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/HTTPStreamingDVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/HTTPStreamingDVRCastTimeTrait.as

    Hi,
    We have an issue referring to that http://bugs.adobe.com/jira/browse/ST-422 . It was raised in SMP, but its roots are in OSMF.
    This issue appears on RTMP only, not in HDS.

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    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:] 11880: Update to add filtering tags for platform unified ASLR

    Revision: 11880
    Revision: 11880
    Author:   [email protected]
    Date:     2009-11-16 17:37:51 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Update to add filtering tags for platform unified ASLR
    as follows:
           @langversion 3.0
           @playerversion Flash 10
              (or Flash 10.1 for the DRM stuff)
           @playerversion AIR 1.0
           @productversion OSMF 1.0
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISeekable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • [svn:osmf:] 11881: Update to add filtering tags for platform unified ASLR

    Revision: 11881
    Revision: 11881
    Author:   [email protected]
    Date:     2009-11-16 17:42:26 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Update to add filtering tags for platform unified ASLR
    as follows:
           @langversion 3.0
           @playerversion Flash 10
              (or Flash 10.1 for the DRM stuff)
           @playerversion AIR 1.0
           @productversion OSMF 1.0
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • [svn:osmf:] 11878: Update to add filtering tags for platform unified ASLR

    Revision: 11878
    Revision: 11878
    Author:   [email protected]
    Date:     2009-11-16 17:30:10 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Update to add filtering tags for platform unified ASLR
    as follows:
           @langversion 3.0
           @playerversion Flash 10
              (or Flash 10.1 for the DRM stuff)
           @playerversion AIR 1.0
           @productversion OSMF 1.0
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundAdapter.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeAudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeBufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMetadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositePlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeTemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaElementSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScalableSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScaleMode.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScaleModeUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/AudioEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/BufferEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ContentProtectionEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/DimensionEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/FacetValueChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/FacetValueEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/GatewayChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaError.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaErrorEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaPlayerCapabilityChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MediaPlayerStateChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/MetadataEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/NetConnectionFactoryEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/NetNegotiatorEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PausedChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PlayingChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PluginLoadEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/SeekEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/SwitchEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/TimeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ViewEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/HTMLGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/RegionGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/image/ImageElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/image/ImageLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutRenderer.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutRendererBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutRendererFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/RegistrationPoint.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/ILogger.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/ILoggerFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/Log.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/TraceLogger.as
        osmf/trunk/framework/MediaFramework/org/osmf/logging/TraceLoggerFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/IContainerGateway.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayerState.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/URLResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/IFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/IIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/KeyValueFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MediaType.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/Metadata.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/ObjectFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/ObjectIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/StringIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetClient.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetConnectionCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetConnectionFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetNegotiator.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamAudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamBufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamContentProtectableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamTemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DroppedFramesRule.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingItem.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingNetLoad edContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingNetLoad er.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicStreamingResourc e.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/INetStreamMetrics.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/ISwitchingRule.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/InsufficientBandwidthRu le.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/InsufficientBufferRule. as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/MetricsProvider.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamSwitchableTrai t.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SufficientBandwidthRule .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingDetail.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingDetailCodes.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/SwitchingRuleBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/DynamicPluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/IPluginInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginClassResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginLoadedContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/PluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/plugin/StaticPluginLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/tracking/Beacon.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/AudibleTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/BufferableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ContentProtectableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IAudible.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IBufferable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IContentProtectable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IDisposable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IDownloadable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IPausable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IPlayable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISpatial.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISwitchable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ITemporal.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IViewable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoadState.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/LoadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitType.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PausableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/PlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SpatialTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SwitchableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/TemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ViewableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/BinarySearch.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/FMSHost.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/FMSURL.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/HTTPLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/URL.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePoint.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • [svn:osmf:] 11882: Update to add filtering tags for platform unified ASLR

    Revision: 11882
    Revision: 11882
    Author:   [email protected]
    Date:     2009-11-16 17:47:57 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Update to add filtering tags for platform unified ASLR
    as follows:
           @langversion 3.0
           @playerversion Flash 10
              (or Flash 10.1 for the DRM stuff)
           @playerversion AIR 1.0
           @productversion OSMF 1.0
    Modified Paths:
        osmf/trunk/libs/VAST/org/osmf/vast/loader/VASTLoadedContext.as
        osmf/trunk/libs/VAST/org/osmf/vast/loader/VASTLoader.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/DefaultVASTMediaFileResolver.as
        osmf/trunk/libs/VAST/org/osmf/vast/media/IVASTMediaFileResolver.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTAd.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTMediaFile.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTVideo.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTVideoClick.as
        osmf/trunk/libs/VAST/org/osmf/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/osmf/vast/parser/VASTParser.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • [svn:osmf:] 11872: Update to add filtering tags for platform unified ASLR

    Revision: 11872
    Revision: 11872
    Author:   [email protected]
    Date:     2009-11-16 16:17:48 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Update to add filtering tags for platform unified ASLR
    as follows:
           @langversion 3.0
           @playerversion Flash 10
              (or Flash 10.1 for the DRM stuff)
           @playerversion AIR 1.0
           @productversion OSMF 1.0
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePointType.as

    Hi,
    Can you mention the eclipse version you are using? And the platform in which you are trying to build?
    I feel its always better to be platform specific when you go in for headless build. I can see that the configs value in your properties file is "configs=*,*,*". Try changing it to appropriate value and build your product. For example, I use "configs=win32, win32, x86" for building my product in 32-bit windows machine.

  • Changing Text for Add to Favorites Link

    Does anyone know how we can change the label for the Add to Favorites link that is displayed on the page details icon?
    We've searched all over assuming it is in a properties file somewhere but we have not been able to find it.
    Thanks.
    EP6 SP2

    Hi Robert,
    Thanx for this. I was also looking for the same. I will check this out and see if it is working for me.
    I have few queries:
    1) Changing this will update all the iView/page toolbars of portal..right?
    2) Can we include some more property in the Options of the iView toolbar such as a "mailto" link or something as "Feedback" which wil open up the Mail Client.
    Or something else, basically any new link with some functionality associated?
    3)I did the same kind of modification of changing the properties files on the appintegrator PAR file where it shows the message of "No Usermapping done.." if you havent done the UserMapping for a System and then trying to access the iView based on appintegrator...uptill here.its OK..i can modify the text to display my custom Text. But my req. is that can i display formatted Text here?
    Such as a messge in 2 lines or some bold word etc. If i press enter in the message,it still appears in a single line and with \n\t...\n\t also gets displayed
    Regards
    Gaurav Gandhi

  • Unable to add text in DIVs (Was: divs)

    I have inserted three divs. In the first one I was able to add text to but I am not able to do so for the second nor third, why is this?

    The following HTML5 code creates a grid of varying width, floated divisions.   See screenshot below.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Grid</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <style>
        margin:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    body {
        background: #5C9E99;
        color: #333;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        font-size: 100%;
    .wrapper {
        width: 980px; /**adjust width in px % or ems**/
        margin:25px auto;  /**with width, this is centered**/
        background-color: #FFF;
        /**optional eye candy**/
        border: 6px groove #39C;
        border-radius: 20px;
        box-shadow: 2px 3px 10px #333;
    header, footer {
        width: 100%;
        padding: 0 1%;
        background: #366;
        min-height: 75px;
        color: #E3D79D;
    header {border-radius:10px 10px 0 0}
    footer {border-radius: 0 0 10px 10px}
    header h1, header h2 { display: inline }
    article {
        clear: both;
        display: block;
        padding: 2%;
    section {
        margin: 0.5% 0 0.5% 0;
        float: left;
        padding: 2%;
    /**clear floats after last one in row**/
    .clearfix:after {
        content:'';
        clear: both;
        display: table;
    /** number of columns**/
    .one { width: 100%; }
    .two { width: 50%; }
    .three { width: 33.33%; }
    .four { width: 25%; }
    .five { width: 20% }
    .six { width: 16.66% }
    /**alternating backgrounds**/
    section:nth-child(odd) { background-color: #EBD7A5; }
    section:nth-child(even) { background-color: #ADC9A5; }
    /**re-useable classes**/
    .center { text-align: center }
    .right { text-align: right }
    </style>
    </head>
    <body>
    <div class="wrapper">
    <header>
    <h1>SiteName</h1>   |   <h2>Some Pithy Slogan...</h2>
    </header>
    <nav>Menu goes here...</nav>
    <h2 class="center">2 across</h2>
    <!--begin 2-columns-->
    <section class="two"> <h3>section &quot;two&quot;</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="two clearfix"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--begin 3-columns-->
    <h2 class="center">3 across</h2>
    <section class="three"> <h3>section &quot;three&quot;</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="three"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="three clearfix"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--begin 4-columns-->
    <h2 class="center">4 across</h2>
    <section class="four"> <h3>section &quot;four&quot;</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="four"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis.</p>
    </section>
    <section class="four"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi! Maecenas quis velit nisl, volutpat viverra felis.</p>
    </section>
    <section class="four clearfix"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--begin 5-columns-->
    <h2 class="center">5 across</h2>
    <section class="five"> <h3>section &quot;five&quot;<br>
    </h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="five"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="five"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="five"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="five clearfix"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--begin 6-columns-->
    <h2 class="center">6 across</h2>
    <section class="six"> <h3>section &quot;six&quot;<br>
    </h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="six"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="six"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="six"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="six"><h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="six clearfix"> <h3>section</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--combine different classes-->
    <h2 class="center">mix them up</h2>
    <section class="two"><h3>section "two"</h3>
    <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis.
    Vestibulum luctus mauris sed sem dapibus luctus.
    Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.  Quisque varius scelerisque nunc eget rhoncus maecenas quis velit nisl, volutpat viverra felis luctus mauris.</p>
    </section>
    <section class="four"><h3>section "four"</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <section class="four clearfix"><h3>section "four"</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis. </p>
    </section>
    <!--main content-->
    <article> <h3>Article - Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!
    Maecenas quis velit nisl, volutpat viverra felis.
    Vestibulum luctus mauris sed sem dapibus luctus.
    Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim.</p>
    </article>
    <!--begin footer-->
    <footer class="right"> <small>© 2014 Site Name. All rights reserved.</small> </footer>
    <!--close wrapper-->
    </div>
    </body>
    </html>
    Nancy O.

  • I need to add text over a still photo in iMovie.  Following directions that always worked before but not this time.

    I am running OS 10.6.8, an upgrade that I did after Christmas.  A couple of times a year, I need to make a video of my students' performances, and have always been able to add text over the still photos before, using the directions in iMovie "help."  However, this time, I am not able to choose a title style; no amount of clicking makes anything show up on the selected still photo.  And no amount of trying to choose the font style makes anything show up either.
    This is iMovie 09; is it possible that it is not compatible with my OS upgrade?
    I've been able to insert still photos into the video footage, but can't add any titles or acknowledgements.  Thank you so much for your help!  Since I only do this a couple of times a year, it always takes me forever to accomplish, which is why I printed off the Help directions to follow.

    just to make thing clear (sorry for sounding impudent!)
    you do .... :
    create a New Project
    make a selection of an Event and add it to the Project
    select a title and drag it onto the clip?
    iM does work with your OS ...

  • Text editing  - can you add text editing options on the 'in-browser editing'

    Text editing  - can you add text editing options on the 'in-browser editing' tool?

    You can only replace existing content, not edit the page structure. Refer to the respective help sections.
    Mylenium

  • How to add text in print module in LR4?

    want to add text twice in print module, seems only option is identity plate and it cant be duplicated, any suggestions?

    yea i hear ya, but like i made a custom photo strip and another one right next to it so there are two vertical photo strips that after being printed will be cut down the middle.  i want to have text (or identity tag) at the bottom of each photo strip (again, will be printing two on one page).  Best thing i have come up with so far is dinking around with text in word (duplicate text so it would show up twice) but its kinda an issue with spacing and everything.  Sucks you cant just add a box anywhere on there and input what you want (unless there is a way and just cant figure it out).  Again, in "custom package"

Maybe you are looking for

  • DVI to Video - TV not recognized!

    hi excuse me for adding this post since the subject above came up in another post of mine with a different subject line... so i have hooked up a cinema display and added apples DVI-Video adapter to the second output of my NV7800GT card. then, when i

  • Mac Mini wont' Display Sleep after Yosemite Update

    My Mac Mini is no longer going into Display Sleep. Instead I now see the Screen Saver.  I have checked System Preferences | Energy Saver and it is definitely set to Display Sleep after 10 minutes (The default). What is interesting is that if I try to

  • Exporting video options

    I recently shot a video on my i phone four....the quality appeared awesome on the phone itself....when I went to upload it to my mobile me account it ask me what size I wanted to use and I think I selected the middle as I was uploading via 3g and I f

  • P2P State versus Installment Plan State

    Hello Collections Experts, Can someone explain the difference between the 'state of a Promise to Pay versus the state of an Installment Plan please? We cretaed a P2P as an installment plan. When we did this the state under tab 'Promise to Pay' column

  • Change Req managment in heterogeneous environment

    We are in the process of setting up CHARM in Solution Manager. We are in the initial setup process. We have our ECC Dev system(transport domain controller) on AIX and our BI Dev syetem (transport domain) on Windows. Q) We want to know whether we can