[svn:osmf:] 11139: Extending class with a 'processLoadingState' stub, invoked when load state is set to LOADING.

Revision: 11139
Author:   [email protected]
Date:     2009-10-26 03:02:38 -0700 (Mon, 26 Oct 2009)
Log Message:
Extending class with a 'processLoadingState' stub, invoked when load state is set to LOADING.
Modified Paths:
    osmf/trunk/framework/MediaFramework/org/osmf/media/LoadableMediaElement.as

Strobe was used to verify that the problem was not with my OSMF implementation. Since the results were the same, I am more supsicious of OSMF itself or the underlying AIR framework than the player implementation. Either way, the information I've seen says that progressive download of h.264 video is supported on mobile devices with AIR. It would appear that this is not true in all cases.
The issue has not been observed on not occur on the desktop. It only occurs with StageVideo enabled playback with autoplay on.
In the actual product the videos play one at a time. Once the user has finished with a video, the player clears the references to the media. These are OSMF calls; the media assigned to the player is nulled. If this is not sufficient for garbage collection, then I am at a loss as to how to proceed. My test uses four videos that are roughly 1 MB. If there is a memory use problem, then it would appear something is broken in AIR or OSMF.
I want to be sure I report this correctly. The code involved is more than a snippet, it's a media player designed to be embedded in an app. Do I need to include the complete implementation or will a description be sufficient?

Similar Messages

  • [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.

  • Extending classes with private methods?

    my understanding of extending classes is that you gain all the functions and methods of that class thus You could over ride any one of them. How ever I am confused on weather or not you inherit and can over ride private methods of the class you are extending or if you have to have all methods public in an extended class.
    hope that makes sense, an example can bee seen bellow.
    package
         public class Class1
              public function apples():void
                   //some code
              private fnctuin bananas():void
                   //more code
    package
         public class Class2 extends Class 1
              override public function apples():void
                   //i changed code
              //can I over ride bananas?

    you can only override methods that would be inherited.  a private method won't be inherited:
    http://www.kirupa.com/forum/showthread.php?223798-ActionScript-3-Tip-of-the-Day/page5

  • Extending classes with generics

    I have a class, TreeNode, with a List containing more instances of itself. If I want to then extend this class as QuadTreeNode, the getChild method still returns a TreeNode. Is there anyway to make any classes extending this to return their own type or do I just need to redefine the Method getChild with return type QuadTreeNode?
    public class TreeNode{
         private ArrayList<TreeNode> children = new ArrayList<TreeNode>();
         public TreeNode getChild( int i ) {
              return children.get(i);
    }Sorry if this is a basic question, I'm trying hard to get to grips with this generics stuff.
    Thanks a million for any help
    Jay

    To answer your question properly, too few context information is given.
    In the general way you ask, the answer is no. I assume you would do a call to super.getChild(i), which returns a TreeNode and no QuadTreeNode. So you would at least have to cast the result to QuadTreeNode to make use of covariant-return.
    So far, this is no Generics issue, btw.
    Ask yourself if:
    1. QuadTreeNode really is a TreeNode in your application.
    2. TreeNode really is a concrete class or an interface.
    3. If you might have the need for an abstract, generic class being super of TreeNode and QuadTreeNode.
    There maybe more or fewer questions being set in the right context.

  • [svn:osmf:] 16580: Converted classes and project files to work in flex 3.5

    Revision: 16580
    Revision: 16580
    Author:   [email protected]
    Date:     2010-06-16 17:08:07 -0700 (Wed, 16 Jun 2010)
    Log Message:
    Converted classes and project files to work in flex 3.5
    Modified Paths:
        osmf/branches/zeri-certification/Test_Apps/FlexUnit4/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/MediaTests/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/history/history.js
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/index.template.html
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/InstructionsForm.mxml
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/MediaTests.mxml
        osmf/branches/zeri-certification/Test_Apps/MediaTests/src/ZeriTests.mxml
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/.actionScriptProperties
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/history/histo ry.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/index.templat e.html
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/src/Zeri_Custom_Player.mxml
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/src/comps/LogBuffer.mxml
    Added Paths:
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/AC_OETags.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/AC_OETags.js
    Removed Paths:
        osmf/branches/zeri-certification/Test_Apps/MediaTests/html-template/swfobject.js
        osmf/branches/zeri-certification/Test_Apps/Zeri_Custom_Player/html-template/swfobject.js

    Hi for anyone getting similar issues,
    the solution is described in http://forums.adobe.com/message/3302944#3302944
    This is not a bug.
    Arnoud

  • [svn:osmf:] 12257: Extending trait resolver related unit tests, and fixing found malfunctions.

    Revision: 12257
    Revision: 12257
    Author:   [email protected]
    Date:     2009-11-27 13:01:04 -0800 (Fri, 27 Nov 2009)
    Log Message:
    Extending trait resolver related unit tests, and fixing found malfunctions.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/DefaultTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaTraitResolver.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/MediaFrameworkStrings.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/video/TestVideoElement.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/MediaTraitResolverBaseTestCase .as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestDefaultTraitResolver.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaTraitResolver.as

  • [svn:osmf:] 12425: Extending unit tests, and fixing a bug.

    Revision: 12425
    Revision: 12425
    Author:   [email protected]
    Date:     2009-12-03 04:22:59 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Extending unit tests, and fixing a bug.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/CompositeMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

  • [svn:osmf:] 15751: Extending unit tests.

    Revision: 15751
    Revision: 15751
    Author:   [email protected]
    Date:     2010-04-27 05:05:35 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeDVRTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicMediaElement.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithDVRTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSerialElementWithDVRTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicDVRTrait.as

  • [svn:osmf:] 15759: Extending unit tests.

    Revision: 15759
    Revision: 15759
    Author:   [email protected]
    Date:     2010-04-27 07:46:27 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestHTMLMediaContainer.as

  • [svn:osmf:] 15752: Extending unit tests.

    Revision: 15752
    Revision: 15752
    Author:   [email protected]
    Date:     2010-04-27 05:19:05 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRStreamInfoEvent.as

  • [svn:osmf:] 15749: Extending unit tests.

    Revision: 15749
    Revision: 15749
    Author:   [email protected]
    Date:     2010-04-27 03:09:58 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/MockDVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRCastSupport.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRUtils.as

  • [svn:osmf:] 15690: Extending unit tests.

    Revision: 15690
    Revision: 15690
    Author:   [email protected]
    Date:     2010-04-26 06:10:11 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutMode.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutTargetEvent.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutTargetRenderers.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestScaleMode.as

  • [svn:osmf:] 15698: Extending unit tests.

    Revision: 15698
    Revision: 15698
    Author:   [email protected]
    Date:     2010-04-26 08:09:39 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithDisplayObjectTrait .as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSerialElementWithDisplayObjectTrait.a s

  • [svn:osmf:] 15686: Extending unit tests.

    Revision: 15686
    Revision: 15686
    Author:   [email protected]
    Date:     2010-04-26 03:08:22 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Extending unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as

  • [svn:osmf:] 15687: Extending unit tests

    Revision: 15687
    Revision: 15687
    Author:   [email protected]
    Date:     2010-04-26 03:25:12 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Extending unit tests
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestBoxAttributesMetadata.as

Maybe you are looking for

  • How do i move files from one user to another user?

    i transferred files, etc. from an ibook G4 to my new macpro. i had 3 users on the older ibook. when i try to open files as one of the users from the ibook on my macpro, it says i do not have permission to open the files. i am the administrator on bot

  • Not working my facetime?

    my facetime is not working

  • Browser Cookies in Mac

    Hello, Im developing an application in Actionscript3 in Flash for Windows, but recently I try to develop the same code in Flash for Mac and the application don't manage the browser session cookie. Flash have any security restriction in mac??? How Fla

  • Link : DMS to URL

    Hi all Pls send me BBP Document or Functional design document or Technical design document if possible all above Documents with configuration settings file with screen shots to link DMS to URL(i.e. Internet) Thanks & Regards, Vinay

  • XML driven DataGroup & lastResult or selected item

    I am using a xml driven DataGroup to display images with a itemRenderer and custom layout. When an image is selected i want a new state to display with info from the selected item (image, name, description). Is this possible and how do i do it? code