[svn:osmf:] 15100: Factoring out player boiler plate code to ChromeApplication class.

Revision: 15100
Revision: 15100
Author:   [email protected]
Date:     2010-03-29 07:05:01 -0700 (Mon, 29 Mar 2010)
Log Message:
Factoring out player boiler plate code to ChromeApplication class.
Modified Paths:
    osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
    osmf/trunk/libs/ChromeLibrary/.flexLibProperties
Added Paths:
    osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/
    osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as

Revision: 15100
Revision: 15100
Author:   [email protected]
Date:     2010-03-29 07:05:01 -0700 (Mon, 29 Mar 2010)
Log Message:
Factoring out player boiler plate code to ChromeApplication class.
Modified Paths:
    osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
    osmf/trunk/libs/ChromeLibrary/.flexLibProperties
Added Paths:
    osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/
    osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/application/ChromeApplication.as

Similar Messages

  • [svn:osmf:] 13314: Fix compile error in logging code.

    Revision: 13314
    Revision: 13314
    Author:   [email protected]
    Date:     2010-01-06 13:46:17 -0800 (Wed, 06 Jan 2010)
    Log Message:
    Fix compile error in logging code.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetNegotiator.as

    Hi,
    Can you please make sure you have Flex 3.2 or higher SDK and then target to Flash Player 10. I have this working on my system and yes, i got the same error when my SDK was below 3.2 and not targeted to Flash Player 10.
    Hope this helps.

  • [svn:osmf:] 13848: Pre-PARB'ing Layout API:

    Revision: 13848
    Revision: 13848
    Author:   [email protected]
    Date:     2010-01-28 03:31:07 -0800 (Thu, 28 Jan 2010)
    Log Message:
    Pre-PARB'ing Layout API:
    - Removal of ILayoutContext (merged with ILayoutTarget).
    - Layout targets no longer get their width and height set directly. Instead, an 'updateMediaDisplay()' method is invoked, passing the target the width and height that it can use for displaying its media.
    - 'intrinsicWidth' and height properties have been renamed 'mediaWidth' and height in order to map to the DisplayObjectTrait more closely.
    - A context can no longer be assigned a layout renderer. Coupling of a renderer and a context now takes place exclusively by setting the renderer's context property. The renderer will emit a LayoutRendererChange event that the target can use to collect the reference for its read-only layoutRenderer property.
    - Introducing ExternalProperty that isolates the boiler plate code for classes that hold getters to values that are externally controlled by means of a value change event.
    - RegistrationPoint now defines String constants.
    - DefaultLayoutRenderer now sets default width, height and scaling mode properties when targets get added to the renderer (unless some layout data has already been set).
    Updating unit tests accordingly.
    Modified Paths:
        osmf/trunk/framework/OSMF/.actionScriptProperties
        osmf/trunk/framework/OSMF/.flexLibProperties
        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/display/MediaPlayerSprite.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/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RegistrationPoint.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementWithDisplayObjectTr ait.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestSerialElementWithDisplayObjectTrai t.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaPlayerSprite.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TesterLayoutTargetSprite.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/utils/ExternalProperty.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutContext.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutContextSprite.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererBase.as

    Stop it
    Sent from my I phone

  • [svn:osmf:] 9829: Extending ILayoutContext with an ' updateIntrinsicDimensions' method, that the ILayoutRender uses to inform the context that context' s intrinsical dimensions may have changed because its children got layed-out .

    Revision: 9829
    Author:   [email protected]
    Date:     2009-08-31 06:38:08 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Extending ILayoutContext with an 'updateIntrinsicDimensions' method, that the ILayoutRender uses to inform the context that context's intrinsical dimensions may have changed because its children got layed-out. Adding implementing code to LayoutContextSprite and LayoutRendererBase.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/layout/ILayoutContext.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/layout/LayoutContextSprite.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/layout/LayoutRendererBase.as

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

  • Moving Boiler Plates from one frame to another

    Hi, I'm using reports 6i.
    I've created a group above report. But i dont want the labels (of the group) to repeat in the report
    like now the report looks like
    *Code*        *Description*            *Mode*
    tcode        tdesc                    tmode
                     Chargecode           Desc              
                      chrg1                    descchrg1
                      chrg2                    descchrg2
    Code         Description             Mode
    ....I want to avoid repeating the 'Code Description Mode' labels.
    Now those boiler plates are in the repeating frame along with their value fields.How can i make those labels non repeating?

    You first set the confine mode Off, then just drag those bilerplate taxts out of the repeating frame. And, eventually arrange the fields in that frame resize that repeating frame.

  • [svn:osmf:] 13994: Updating source path to control bar plugin.

    Revision: 13994
    Revision: 13994
    Author:   [email protected]
    Date:     2010-02-05 00:47:30 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Updating source path to control bar plugin.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/ControlBarPluginTest/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/ControlBarPluginTest/.project

    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.coloradorealestatetours.com%2 Fbrandnewhomes%2Frockinghorse%2Fcolter%2Fdefault.aspx%23TourViewer&charset=%28de tect+automatically%29&doctype=Inline&group=0
    Take a look through this page to help sort things out.
    Your page code suggests you're using the javascript method to embed the QTVR's and you even have a link to the proper QuickTime .js file on your server. But your page code is incorrect (object/embed) for that file to work.
    Your source file (at the link you provided) is 800X600 but you've used the "tofit" tag to reduce its size. A 600 width "tofit" would need 450 for the height. But you've set it at 345 (your code above). This would cut things off.
    http://www.qtbridge.com/pageot/pageot.html
    Free software that can help with proper html code and it understands the special .js code required for the modern javascript coding for Internet Explorer:
    http://developer.apple.com/internet/ieembedprep.html

  • Trying to make out this license plate

    I have been trying to make out a license plate for some time now.  It from cctv footage taken at night and I am wondering if there are any plugins or suggestions of how to go about it.  I would appreciate any suggestions.  Thank you.  I realize there is probably no way to make out the numbers but worth a try.

    Now, if you could only get your hands on a copy of Photoshop CSI:
    I think that Noel might be the only person, outside of TV, who has a copy...
    Good luck, and I have been exactly where you are. In my case, I had daylight images, and the community's security camera got a good shot of the license plate. That part, plus my video, all went well. The one thing that was missing was a 100% positive ID of the driver. The community added two more cameras at the gate, to record both the driver's face, plus any front-seat passenger's face. However, that was too late in my case.
    Hope that you can extract that data,
    Hunt

  • Boiler plate text dsiappearing

    I'm working on a project involving conversion of forms4.5 xter to forms6i xter (using forms 6.0.8.11.3) and i'm experiencing this weird and peculiar situation where by when i use the developer to compile my form all seems to be ok and on the other hand when i use command prompt half of my boiler plate text disappear when the form is put into enter-query mode. The form is running on unix platform. Has anybody experience this or have an answer to this problem? Urgent please.

    Are you saying that sometimes there is no space for these boilerplate items so they wrap to the following page?
    If this is the case then you could try setting page protect on the frame so that reports will try and keep all the objects together. If there's still no space then Reports should still put the boilerplate on the following page (it needs to put it somewhere).
    Hope this helps,
    Danny

  • Restrict boiler plate object in one page

    Hi,
    I am getting boiler plate object (LOGO) in all pages. How can I restrict to one page. I have only one master page. Can you please let me know.
    Thanks
    Ram

    In a first page i have the dynamci table with subform type flowed. I have created two subform, one is flowed and another one positioned which has the internal table . I have tried to keep the logo in bodypage when I select subform flowed, It auto arranged themselves and logo goes down.
    This is the structure :
    Content area
      Subform1 (flowed)
      Subform2 (Positioned)
        IT drag and drop.
    It would be great If I get any idea to keep logo in first page.
    Thanks
    Ram

  • [svn:osmf:] 16167: Fix FM-863: RTE when scrubbing to the end of the child of a SerialElement when that SerialElement has a ParallelElement within it .

    Revision: 16167
    Revision: 16167
    Author:   [email protected]
    Date:     2010-05-17 16:47:05 -0700 (Mon, 17 May 2010)
    Log Message:
    Fix FM-863: RTE when scrubbing to the end of the child of a SerialElement when that SerialElement has a ParallelElement within it.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-863
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeTimeTrait.as

    When I see code errors, I stop trying to trouble shoot  because code errors account for 98% of browser rendering problems.  When you clear up your orphaned tags: mismatched <p></p> and <li></li> tags, then I'll take a closer look.
    PS. Being able to work with code is essential to using DW and 3rd party plugins.  Without basic coding skills, you're going to be lost most of the time.
    HTML & CSS Tutorials -
    http://www.html.net/
    http://w3schools.com/
    Nancy O.

  • [svn] 3672: Removing the commonly used getUnqualifiedClassName out of the less commonly used utility class to reduce SWF size for the general case .

    Revision: 3672
    Author: [email protected]
    Date: 2008-10-15 16:54:51 -0700 (Wed, 15 Oct 2008)
    Log Message:
    Removing the commonly used getUnqualifiedClassName out of the less commonly used utility class to reduce SWF size for the general case.
    Reviewer: Gordon
    QE: No
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextGraphicEleme nt.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Flash Player use to execute the main class entry point before rendering. Now it does not

    Adobe Flash Player use to execute the main class entry point before rendering the first frame. Now using the latest browsers and Flash Player 11.8 (11.8.800.94, or 11.8.800.97 for Chrome).
    With one of our swf apps, there are visual display objects on the first frame of the timeline. When the main class constructor is executed, those display objects are set to visible = false. So previously those display objects were never displayed because the first frame did not render until after the main class code was ran.
    Now when we browse to the our website, we find that those display objects are visible for a split moment of time (such as a quarter of a second).
    It appears that this may be a bug. We are wondering this could be new behavior based on loading/unloading the swf to optimize CPU usage and that Flash Player is taking a snapshot of the internal state of the first frame and displaying the cached snapshot before it actually loads.
    So...Chris (or other Adobe representative), is Flash Player supposed to be rendering the display before any code executes it runs the main class?

    Not that I'm aware of.  If this is something that just started with 11.8, then we could be running into some sort of bug injection.  Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code, application or URL so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the bug number and we'll investigate from there.

  • How to find out whether a material code in SAP has any transaction history

    Hi Guys,
    I want to find out whether a material code in SAP has any transaction history or not. In other words, I want a list of all those materials, division-wise, which have not been subjected to any sort of transaction in SAP till date , i.e., lying unused.
    Can any of you in help me out regarding this matter ?
    Regards,
    Anirban

    hhi
    go to se16
    table         MBEW  and field LBKUM for total stock
    from here u can conclude for the zero stock material
    or try this
    S_ALR_87012963 - Material Where-Used List
    regards
    kunal

  • I havev installed a new Hard Drive on my laptop but cannot find my Photoshop Elements product box with the serial number to install Elements 10 or Elememts Premier 10. How can I find out the serial / installation codes for these?

    I havev installed a new Hard Drive on my laptop but cannot find my Photoshop Elements product box with the serial number to install Elements 10 or Elememts Premier 10. How can I find out the serial / installation codes for these? I saw a reply however, it was not my name and assumed it was for someone else. Now timed out. Can UI still have help on this matter please?

    If you registered PSE before, go to the main page of adobe.com, sign in and go to your account and you should find the serial number there in your purchases.

  • Final Cut Pro 6 - 'Out of Memory/Error Code'

    Hey All,
    I'm in the final stages of editing a documentary and I keep running into an 'Out of Memory' error code in Final Cut Pro 6.0 when trying to export a reference file. The finished film is 81 minutes long and contains 19 sequences. I have all 19 sequences nested in a main sequence of a seperate FCP project file, so I'm not wasting any memory on clips or additional backups of sequences. This Nested sequence is the only sequence that exists in this 'other' project file. All of the photos used are under 4k resolution and are RGB. Even the lower thirds are animation QT's with alphas. Any thoughs would be greatly appreciated.
    Nick
    System Specs:
    Quad-Core 2GHZ MacBook Pro
    4GB DDR3 Memory
    MAC 10.7.2 (Lion)
    FCP v6.0.6

    First troubleshooting step
    https://discussions.apple.com/docs/DOC-2491
    If that doesn't solve the problem, you may have a corrupt sequence
    Try creating a new sequence with the same settings and copy the contents from the problematic sequence
    If that doesn't work.  Mark an in and an out for the first half of the sequence and do an export.  If that works, mark an in and an out for the second half and export.  Keep narrowing down the sections til you find the problematic clip. 

Maybe you are looking for

  • Need help with Photoshop Elements 6!

    Hello, and good evening. I recently got a new computer, so I can finally use my PSElements disc again. However, when I go to install I keep getting an error about a photo or something missing. When it asks to check a certain file path to see if said

  • RAC issue

    Hi, We are facing issues in 2 node RAC...Clusterware 11.2.0.3..database 10.2.0.5.0 We are facing the following errors in the alertlog. Can anyone throw light? node1 is up. When we start node 2 both the nodes get hang. ORA-27062: could not find pendin

  • I restarted my computer, but the screen only shows a flashing folder icon with a question mark. What to do?

    I restarted my computer, but the screen only shows a flashing folder icon with a question mark. What to do?

  • E-Separation Change Approver issue in HINUEADI

    Hello All, We are facing issue in Change Approver functionality in the report HINUEADI, if we want to change the approver in the E-Separation Approval process for any employee, we run this report by selecting Change Approver, and given FROM user id a

  • Problem with Port Forwarding in WRT320N

    Good day. I have a web-server and Internet-radio translator to local network of my provider. And I found a problem with Port Forwarding. I'm trying to setup 80 & 8000 ports to forward. And it's working but only for Internet, without provider's local