[svn:osmf:] 13988: PARB feedback: change mediaWidth and mediaHeight properties on layout renderer related classes to measuredWidth , and measuredHeight.

Revision: 13988
Revision: 13988
Author:   [email protected]
Date:     2010-02-05 00:24:52 -0800 (Fri, 05 Feb 2010)
Log Message:
PARB feedback: change mediaWidth and mediaHeight properties on layout renderer related classes to measuredWidth, and measuredHeight.
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDisplayObjectTrait.as
    osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
    osmf/trunk/framework/OSMF/org/osmf/display/MediaContainerGroup.as
    osmf/trunk/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
    osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
    osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
    osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
    osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as
    osmf/trunk/framework/OSMFTest/org/osmf/layout/TesterLayoutTargetSprite.as

Hi Lucas, 
We don't recommend making layout renderers for each item that needs to be laid out.  In fact you shouldn't be creating layout renderers at all (they are created automatically by the MediaContainer).  The best way to layout Media is to add LayoutMetadata to the MediaElements.  If you want to integrate layout into your controls, which aren't MediaElements, I wouldn't suggest you place them manually on the stage, and do you yourself.  If you absolutely need to use the OSMF layout system, I would recommend creating a MediaElement to wrap your controls, and then give the wrapper the layout metadata you need.   The easiest approach though, is to look at the OSMFPlayer example, which has a skinnable player.  You can specify image for every button in the player, as well as background color, etc....
We will be releasing a white paper on the subject of layout in the coming weeks.   I'll be sure to include a section on laying out your player controls.
Ryan O'Connell
OSMF Engineering

Similar Messages

  • [svn:osmf:] 11263: PARB feedback: Change ScaleMode.CROP to ZOOM.

    Revision: 11263
    Author:   [email protected]
    Date:     2009-10-29 10:15:55 -0700 (Thu, 29 Oct 2009)
    Log Message:
    PARB feedback: Change ScaleMode.CROP to ZOOM.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScalableSprite.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/ScaleMode.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestScalableSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TestLayoutUtils.as

  • [svn:osmf:] 13888: PARB feedback: Remove ContentElement and ContentLoader, refactor common image/SWF code into a non-public utility class.

    Revision: 13888
    Revision: 13888
    Author:   [email protected]
    Date:     2010-01-29 11:44:20 -0800 (Fri, 29 Jan 2010)
    Log Message:
    PARB feedback: Remove ContentElement and ContentLoader, refactor common image/SWF code into a non-public utility class.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/image/ImageElement.as
        osmf/trunk/framework/OSMF/org/osmf/image/ImageLoader.as
        osmf/trunk/framework/OSMF/org/osmf/plugin/DynamicPluginLoader.as
        osmf/trunk/framework/OSMF/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/OSMF/org/osmf/swf/SWFLoader.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/image/TestImageElementIntegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/image/TestImageLoaderIntegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/swf/TestSWFElementIntegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/swf/TestSWFLoaderIntegration.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/swf/LoaderLoadTrait.as
        osmf/trunk/framework/OSMF/org/osmf/swf/LoaderLoadedContext.as
        osmf/trunk/framework/OSMF/org/osmf/swf/LoaderUtils.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/content/TestImageOrSWFElementIntegratio n.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/content/
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/content/TestContentElementIntegration.a s
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/content/TestContentLoaderIntegration.as
        osmf/trunk/framework/OSMFTest/org/osmf/content/TestContentElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/content/TestContentLoader.as

  • [svn:osmf:] 11550: PARB feedback: Refactor our DynamicStreamingResource class (and hierarchy).

    Revision: 11550
    Author:   [email protected]
    Date:     2009-11-06 17:09:07 -0800 (Fri, 06 Nov 2009)
    Log Message:
    PARB feedback:  Refactor our DynamicStreamingResource class (and hierarchy).  Introduce  StreamingURLResource and StreamType to lay groundwork for live support.  Fix some bugs related to seek not working when a duration is unspecified (NaN).  Further refactor unit tests to make them toggleable between hitting the network and using mock objects (still a few tests that fail against the network).
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/org/osmf/parsers/SMILParser. as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/URLResource.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamTemporalTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.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/InsufficientBandwidthRu le.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/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelSwitchableTr ait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialSwitchableTrai t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithDynamicStre amingVideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamTemporalTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/MockNetStreamMe trics.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestBandwidthRu le.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestBufferRule. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicNetS tream.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicStre amingNetLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicStre amingResource.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestFrameDropRu le.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestNetStreamSw itchableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestSwitchUpRul e.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/TestConstants.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockDynamicNetStream.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/StreamType.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/StreamingURLResource.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamUtils.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestStreamingURLResource.as

  • [svn:osmf:] 11571: PARB feedback: Rename playhead to currentTime, bytesDownloaded to bytesLoaded.

    Revision: 11571
    Author:   [email protected]
    Date:     2009-11-09 10:16:21 -0800 (Mon, 09 Nov 2009)
    Log Message:
    PARB feedback: Rename playhead to currentTime, bytesDownloaded to bytesLoaded.  Affects traits, MediaPlayer, and events.  Updated dependent unit tests and sample apps.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/view/MainWindow.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/view/MainWindowLayout.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamDownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DownloadableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/IDownloadable.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/MediaFrameworkStrings.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestSoundDownloadableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamDownloadableTrait.a s
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestDownloadableTrait.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/content/TestContentElementInt egration.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/BytesLoadedChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/CurrentTimeChangeEvent.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/BytesDownloadedChangeEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/PlayheadChangeEvent.as

  • [svn:osmf:] 11285: PARB feedback:  Consolidate/ rename MediaPlayerState enumeration:

    Revision: 11285
    Author:   [email protected]
    Date:     2009-10-29 16:49:52 -0700 (Thu, 29 Oct 2009)
    Log Message:
    PARB feedback:  Consolidate/rename MediaPlayerState enumeration:
    CONSTRUCTED -> UNINITIALIZED
    INITIALIZED -> READY
    SEEKING -> BUFFERING (since any delay caused by a seek is due to the need to buffer data)
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayerState.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as

  • I edited clips and then re uploaded the rendered versions into the organizer and now the thumbnails aren't showing up. how do i generate the thumbnails?

    I edited clips and then re uploaded the rendered versions into the organizer and now the thumbnails aren't showing up. how do i generate the thumbnails?

    neuron113
    Thanks for the reply with the very helpful details.
    Export from Premiere Elements 12/12.1 Publish+Share/Computer/MPEG with Presets = HDTV 1080p29.97 High Quality
    I suspect that we are in a no win situation here - an Elements Organizer 12 issue.
    With Elements Organizer 11, 10, and 9, I can bring your MPEG2.mpg into the Elements Organizer with thumbnail with
    image. I cannot for Elements 12. And, I am working with the same MPEG2.mpg in Elements Organizer 9.0/9.0.1, 10, 11,
    and 12 on the same computer. In the morning, I will look Elements Organizer 13 as well.
    In my work with 12, this MPEG2.mpg consistently crashed the Elements Organizer 12.
    It is difficult to explain these results by invoking a missing codec theory since all was done with the same sample on the
    same computer.
    More later.
    ATR

  • [svn:osmf:] 14505: PARB changes: removing MediaPlayer. playMode and related classes.

    Revision: 14505
    Revision: 14505
    Author:   [email protected]
    Date:     2010-03-02 02:02:19 -0800 (Tue, 02 Mar 2010)
    Log Message:
    PARB changes: removing MediaPlayer.playMode and related classes. Renaming livePosition to lastRecordedTime.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/traits/DVRTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRCastDVRTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/traits/TestDVRTrait.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/LiveButton.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/RecordButton.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/MediaPlayerPlayModeChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayerPlayMode.as

  • [svn:osmf:] 13225: PARB changes: Refactor DynamicStreamTrait.

    Revision: 13225
    Revision: 13225
    Author:   [email protected]
    Date:     2009-12-29 18:35:01 -0800 (Tue, 29 Dec 2009)
    Log Message:
    PARB changes: Refactor DynamicStreamTrait.  Rename SwitchEvent to DynamicStreamEvent.  Update unit tests and MBR sample app.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/traceproxy/TraceListene rProxyElement.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/audio/AudioSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamDynamicStreamT rait.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/TemporalProxySeekTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DynamicStreamTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestDynamicNetS tream.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/dynamicstreaming/TestNetStreamDy namicStreamTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestListenerProxyElementAsSu bclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestDynamicStreamTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicListenerProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicSeekTrait.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/DynamicStreamEvent.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/SwitchEvent.as

  • [svn:osmf:] 14031: PARB changes: rename LayoutRendererMode to LayoutMode.

    Revision: 14031
    Revision: 14031
    Author:   [email protected]
    Date:     2010-02-08 04:52:08 -0800 (Mon, 08 Feb 2010)
    Log Message:
    PARB changes: rename LayoutRendererMode to LayoutMode. Set modes to be "none", "vertical" and "horizontal". Updating units tests and client code accordingly.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererProperties.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererProperties.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutMode.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererMode.as

  • My Firewall is not letting me change permissions, and documents with .501 and .503 extensions are getting created related to Device Discovery and Image Capture!

    I have good reason to believe my system has been compromised. Just a few minutes ago I went into the "System & Security" from the "Preferences" and I just happened to click on my firewall settings and in the window in which users can "allow" or "block" certain actions I saw a permission for screen sharing green and allowed, [shown in the picture below] and I tried many times to click on it and press the minus sign or change the permission from green to yellow or red and simply block it, but it appears to be frozen or locked and I cannot even select it. I'm on the administrator account so it's not a matter of user account. Clicking on it doesn't do anything. Having said that I can check and select the "Stealth Mode" and "Block All incoming Connections"... but why am I not able to select that Screen Sharing and what is it? [Image below]
    I also spotted 2 strange looking docs created in my Library/Caches folder, file name: com.apple.ImageCaptureNotifications.DeviceDiscoveryDatabase.501 and com.apple.ImageCaptureNotifications.DeviceDiscoveryDatabase.503  [Image below]
    In Finder, on the sidebar, next to the "Computer" icon under the devices, the title "Computer" itself has disappeared, and it's basicly blank and empty in front of the "Computer" Icon, it works and takes me to "Macintosh HD" when I click on it, but the writings have disappeared... [Image below]
    Would anyone please tell me what this is all about? I'd really appreciate your help. Mac OS X 10.7.5 2.3 GHz Intel Core i7

    I haven't been able to get my site posted up yet. Here is a link to it anyway:andrearosales.com
    I will be working on connecting my files up to my server. At the moment, here are some screen shots of some messages that I am getting when I am saving my file.
    I'm not sure what to make of these messages. I tried to put a new spry horizontal menu bar on my main page, and when it appeared, it displayed as a spry vertical menu bar.
    Here is a picture of what it looks like:
    I"m going to refer to the links that were suggested to me though. I'm not sure if pictures of the code will help to solve my problem. I'm going to try again to connect my files to my server though.

  • T60 R and R error messages layout.bin setup.bin setup.ini and setup.dll corrupted

    I have a T60 that I was only able to use for a couple of days after purchase on EBAY in the fall of '08.  Ordered recovery disks in spring of '10.  Just now getting to use them.  
    The recovery did not work.  BIOS shows 60 gig hard drive as 4.5 gig.  Had hard drive reformatted at repair shop, where we discovered that the HD had 3 partitions, one 50 gig partitution unformatted.
    After reformat,  loaded R and R from CDs then rebooted to hard drive and loaded all 6 recovery CD's as per instructions.  Last disk (6 of 6) popped up error messages that \SWWORK\4GEOXCA1\LAYOUT.BIN is corrupt or unreadable, Run CHKDSK.  
    Then a message that said:  Unable to save all data for the file \Device\HarddiskVoume3\SWWORK\4GEOXCA1\LAYOUT.BIN Failure of hardware or net connection.
    Following that corrupt file messages, like the first one above, for SETUP.INI, SETUP.EXE and SETUP.DLL came up.
    The computer will not boot to windows, just sits there with a blank screen after the boot message.  I can boot to the R and R program by hitting the Thinkvantage (blue) button.  
    Can I download uncorrupted versions of these files?  Is there a way to check the integrity of the files on the recovery CD (some sort of cabinet type file, IIRC an MIS extension)?
    Thanks in advance for your help!

    Hello,
    Given the age of the computer, and the facts that you are not the original owner and it is having disk errors, you may also wish to test the hard disk drive inside it using the HDD manufacturer's diagnostics software.
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • [svn:osmf:] 14372: PARB changes: Remove metadata from MediaContainer and LayoutTargetSprite constructors.

    Revision: 14372
    Revision: 14372
    Author:   [email protected]
    Date:     2010-02-23 15:17:18 -0800 (Tue, 23 Feb 2010)
    Log Message:
    PARB changes: Remove metadata from MediaContainer and LayoutTargetSprite constructors.  Instead, metadata is set on LayoutTargetSprite via a non-public setter used by the framework.  Update a bunch of ASDocs, make some enum classes final, remove elementIDs from sample apps (since they rely on metadata, and we want to keep samples focused on the public API).
    Modified Paths:
        osmf/trunk/apps/samples/framework/MediaContainerSample/MediaContainerSample.as
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/IMediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeDisplayObjectTrait. as
        osmf/trunk/framework/OSMF/org/osmf/layout/HorizontalAlign.as
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutMode.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/VerticalAlign.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as

  • [svn:osmf:] 14306: PARB changes: Merge seekBegin and seekEnd event types into a single seekingChange event type .

    Revision: 14306
    Revision: 14306
    Author:   [email protected]
    Date:     2010-02-21 10:48:21 -0800 (Sun, 21 Feb 2010)
    Log Message:
    PARB changes: Merge seekBegin and seekEnd event types into a single seekingChange event type.  Add seeking as a getter to the SeekEvent class.  Update test code and samples accordingly.
    Modified Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/apps/samples/plugins/CaptioningSample/src/CaptioningSample.mxml
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/DurationElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ListenerProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeSeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/ParallelSeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/events/MediaErrorEvent.as
        osmf/trunk/framework/OSMF/org/osmf/events/SeekEvent.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/OSMF/org/osmf/traits/SeekTrait.as
        osmf/trunk/framework/OSMF/org/osmf/utils/TraitEventDispatcher.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestDurationElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/audioClasses/TestAudioSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/traits/TestSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicSeekTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/TestTraitEventDispatcher.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/RecordButton.as
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/managers/MASTConditionManager.as

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • [svn:osmf:] 13227: PARB changes: Rename ViewTrait to DisplayObjectTrait, rename view property to displayObject property, and rename ViewEvent to DisplayObjectEvent.

    Revision: 13227
    Revision: 13227
    Author:   [email protected]
    Date:     2009-12-30 04:28:42 -0800 (Wed, 30 Dec 2009)
    Log Message:
    PARB changes: Rename ViewTrait to DisplayObjectTrait, rename view property to displayObject property, and rename ViewEvent to DisplayObjectEvent. Renaming trait implementing classes accordingly, and updating framework client code and unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/content/ContentElement.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/image/ImageElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/ILayoutTarget.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/MediaElementLayoutTarget.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitType.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelViewableTrai t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialViewableTrait. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestTraitLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestMediaElementSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestMediaPlayerSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestScalableSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/gateways/TestRegionGateway.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TestDefaultLayoutRenderer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TestMediaElementLayoutTarget. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TesterLayoutTargetSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/MediaTraitResolverBaseTestCase .as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithDynamicStre amingVideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithDynamicStre amingVideoElementSubclip.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithVideoElemen t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithVideoElemen tSubclip.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestListenerProxyElementAsSu bclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestProxyElementAsDynamicPro xy.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestTemporalProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekTraitAsSubclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicListenerProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicMediaElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/video/TestVideoElement.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeDisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/DisplayObjectEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamDisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DisplayObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestCompositeDisplayObje ctTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithD isplayObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithDis playObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamDisplayObjectTrait. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestDisplayObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestDisplayObjectTraitAsSubcl ass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicDisplayObjectTrait.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/ViewEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ViewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestCompositeViewableTra it.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithV iewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithVie wTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamViewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestViewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestViewTraitAsSubclass.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicViewTrait.as

Maybe you are looking for

  • Fatch data from a table after a given time interval

    Hello I want to fetch date from a table after a fixed time interval is there any way to do it. thanks

  • G4 12.1 Screen replacement

    Hello, The screen of my ibook is completly broken. I would like to change it. I was thinking about buying an old G3 (a shell), and swap the screens. Does anyone know if it is the same kind of connectors ? Do you know if it is standard connectors and

  • Can't export AT ALL since 1,1,1

    Since 1,1,1 I can't export anything: I click on any option (email, version, master) and nothing happens!. Also I can't get the preference panel open nine times out of ten. Of course I TRASHED my pref, but nothing happens. So far I did not need Apertu

  • Exact positioning of pointers in gradient fills

    I have a gradient fill with 8 pointers. I want them evenly spaced apart. So far I have been eyeballing it. Is there a way to position them at precise points? For example, in the Flash-clone program Corel Rave, it displays a percentage (0 being at the

  • Error occured when opening a request

    Hi All, My application has got ESS/MSS. One user has tried creating a leave request , it got rejected by his manager and again it came to his inbox for his next action. So when he tried to open that he gets, *Application error occured during request