[svn:osmf:] 10102: Second attempt at VAST prototype, this time as an AS3 library rather than a plugin.

Revision: 10102
Author:   [email protected]
Date:     2009-09-09 13:51:19 -0700 (Wed, 09 Sep 2009)
Log Message:
Second attempt at VAST prototype, this time as an AS3 library rather than a plugin.  Update MAST implementation to use the new library.
Modified Paths:
    osmf/branches/briggs-prototype/apps/samples/framework/ExamplePlayer/.actionScriptProperti es
    osmf/branches/briggs-prototype/apps/samples/framework/ExamplePlayer/.project
    osmf/branches/briggs-prototype/apps/samples/framework/FactoryPlayer/.actionScriptProperti es
    osmf/branches/briggs-prototype/apps/samples/framework/FactoryPlayer/.project
    osmf/branches/briggs-prototype/apps/samples/framework/FactoryPlayer/org/openvideoplayer/v iew/MainWindow.as
    osmf/branches/briggs-prototype/plugins/MASTPlugin/.actionScriptProperties
    osmf/branches/briggs-prototype/plugins/MASTPlugin/.project
    osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
    osmf/branches/briggs-prototype/plugins/VASTPlugin/org/openvideoplayer/vast/VASTLoader.as
Added Paths:
    osmf/branches/briggs-prototype/libs/VAST/
    osmf/branches/briggs-prototype/libs/VAST/.actionScriptProperties
    osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
    osmf/branches/briggs-prototype/libs/VAST/.project
    osmf/branches/briggs-prototype/libs/VAST/org/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/TextElement.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTLoadedContext .as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTLoader.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as

Hi, Nubz!
Yes, I just saw that, and am still chuckling.
Maybe that will mollify the Jive gods?
Thanks again,
Jim

Similar Messages

  • [svn:fx-trunk] 7153: When measuring go large and revert back to Math. ceil rather than Math.round when measuring to try to avoid a scrollRect.

    Revision: 7153
    Author:   [email protected]
    Date:     2009-05-20 13:56:47 -0700 (Wed, 20 May 2009)
    Log Message:
    When measuring go large and revert back to Math.ceil rather than Math.round when measuring to try to avoid a scrollRect.  We saw this come into play with Corey's TextInput performance test.  Since TextInput components are only 1 line high, if we're low even by a fraction of a pixel in our guesstimate of the line height a scrollRect comes into play.
    QA Notes:
    Doc Notes:
    Bugs:
    Reviewers: Corey
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as

    Hi John,
    Sorry to tell but tab completion is still failing on my Windows XP/Indesign CS5 (caught by Indesign).
    I just saw your remark on coloring text, here is an example pulled out from Peter's book "ScriptUI for dummies":
    var w = new Window ("dialog");
    var s = w.add ("statictext", undefined, "Static");
    var e = w.add ("edittext", undefined, "Edit");
    var b = w.add ("button", undefined, "Button");
    // The window's backround
    w.graphics.backgroundColor = w.graphics.newBrush (w.graphics.BrushType.SOLID_COLOR, [0.5, 0.0, 0.0]);
    // Font and its colour for the first item, statictext
    s.graphics.font = ScriptUI.newFont ("Helvetica", "Bold", 30);
    s.graphics.foregroundColor = s.graphics.newPen (w.graphics.PenType.SOLID_COLOR, [0.7, 0.7, 0.7], 1);
    // Font and colours for the second item, edittext
    e.graphics.font = ScriptUI.newFont ("Letter Gothic Std", "Bold", 30);
    e.graphics.foregroundColor = e.graphics.newPen (e.graphics.PenType.SOLID_COLOR, [1, 0, 0], 1);
    e.graphics.backgroundColor = e.graphics.newBrush (e.graphics.BrushType.SOLID_COLOR, [0.5, 0.5, 0.5]);
    // Font for the tird control, a button. Can't set colours in buttons
    b.graphics.font = ScriptUI.newFont ("Minion Pro", "Italic", 30);
    w.show ();
    Loic

  • [svn:osmf:] 10134: Improvements to the VAST document object model.

    Revision: 10134
    Author:   [email protected]
    Date:     2009-09-10 15:08:05 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Improvements to the VAST document object model.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAd.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as

    Hello,
    This issue is currently being addressed and will be solved very soon.  Once the OMSF team has a chance to review the patch they will place it in the OSMF repository.  This was a known issue but not addressed because VAST 1 is deprecated by the IAB and we spent our efforts working on the VAST 2 implementation.  However, I understand that a few publishers will need VAST 1 clickthrus because advertisers are still moving away from that standard and clickthurs is an important part of the standard. I will update you when the fix is ready on the repository.
    Regards,
    Craig
    Eyewonder

  • [svn:osmf:] 10105: Removing the obsolete VAST plugin project.

    Revision: 10105
    Author:   [email protected]
    Date:     2009-09-09 16:57:57 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Removing the obsolete VAST plugin project.
    Removed Paths:
        osmf/branches/briggs-prototype/plugins/VASTPlugin/

    We opted for 1.0 over 2.0 just due to the general new-ness of the latter.  But we'd really like to hear feedback from those that are working regularly with VAST.  What would you like/expect OSMF to support?  Just 2.0?  Both 1.0 and 2.0?  Is 2.0 stable enough (and such an obvious improvement over 1.0) that we should consider supporting it?  Are current VAST users ditching 1.0 for 2.0 en masse?

  • [svn:osmf:] 15979: Second code submission for bug FM-760, add unit tests to increase code coverage.

    Revision: 15979
    Revision: 15979
    Author:   [email protected]
    Date:     2010-05-09 16:26:09 -0700 (Sun, 09 May 2010)
    Log Message:
    Second code submission for bug FM-760, add unit tests to increase code coverage.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/MockHTTPNetStream.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastDVRT rait.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPNetStreamMetrics.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamRequest.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingFileHandlerBase .as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingIndexHandlerBas e.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingUtils.as

    Revision: 15979
    Revision: 15979
    Author:   [email protected]
    Date:     2010-05-09 16:26:09 -0700 (Sun, 09 May 2010)
    Log Message:
    Second code submission for bug FM-760, add unit tests to increase code coverage.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/MockHTTPNetStream.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastDVRT rait.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPNetStreamMetrics.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamRequest.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingFileHandlerBase .as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingIndexHandlerBas e.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/TestHTTPStreamingUtils.as

  • [svn] 612: Updated milestones.html to mention creation of tags/3.0.0.477 ( rather than tags/3.0.0, which has been deleted)

    Revision: 612
    Author: [email protected]
    Date: 2008-02-21 17:34:50 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Updated milestones.html to mention creation of tags/3.0.0.477 (rather than tags/3.0.0, which has been deleted)
    Modified Paths:
    flex/sdk/milestones.html

    Thank you for this.
    I have been messing around with this last few days, and i really love the feature to pinpoint the validation errors on map.
    I has always been so annoying to try pinpoint these errors using some other GIS software while doing your sql.
    I have stumbled to few bugs:
    1. In "Validate geometry column" dialog checking option "Use DimInfo" actually still uses value entered in tolerance text box.
    I found this because in my language settings , is the decimal operators
    2. In "Validate geometry column" dialog textboxs showing sql, doesn't always show everything from long lines of text (clipping text from right)
    3. In "Validate geometry column" dialog the "Create Update SQL" has few bugs:
    - if you have selected multiple rows from results and check the "Use Selected Geometries" the generated IN-clause in SQL with have same rowid (rowid for first selected result) for all entries
    Also the other generated IN clause in WHERE-clause is missing separator if you select more than one corrective function
    4. "Validate geometry column" dialog stays annoyingly top most when using "Create Update SQL" dialog

  • [svn:osmf:] 10437: Add support and unit tests for parsing VAST documents ( inline or wrapper).

    Revision: 10437
    Author:   [email protected]
    Date:     2009-09-20 13:31:16 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support and unit tests for parsing VAST documents (inline or wrapper).   All elements are covered with the exception of Video.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • I'm not sure if I am writing this in the correct area (this is my second attempt at posting a question), but I have a comment about a recent store experience in Sandusky, OH.  I am not a current Verizon customer, but I was visiting friends and we had to g

    I'm not sure if I am writing this in the correct area (this is my second attempt at posting a question), but I have a comment about a recent store experience in Sandusky, OH.  I am not a current Verizon customer, but I was visiting friends and we had to go to the store to get something taken care of.  First off, allow me to compliment the nice, new store.  Boy, its changed over the past few years ago when I was in last. My comment is mostly directed to one specific employee.  When we entered the store, we were "welcomed" by a sloppy dressed gentlemen (his clothes were probably two sizes two small), which really struck me as unusual because every other employee in the store was dressed really "casual" with nice sporty clothing and red shoes.  Either way, after being entered into the computer, the gentlemen told me to wander around or have a seat in the back and someone would be with us soon.  As soon as we walked away from the door, the gentlemen handed his "duty" off to another employee who took over welcoming people coming in.  For whatever reason, I felt glued to him as he stood out to me.  After leaving the door, he immediately went to the back of the room, hunched over a cabinet, where he stood for the next 30+ minutes playing on his phone, frowning and not speaking to anyone around him.  Again, I found this unusual because everyone else was overly friendly and smiling.  I finally decided to walk by and see what he was doing.  It appeared that he was texting someone.  He paid no attention to me whatsoever as I walked by, just continued to frown and text on his phone.  I did take not of his name tag for future reference.  His name was Justin.  I am assuming he's the manager of the location as he was just standing around while everyone else worked.  I do understand that managers aren't necessarily doing the "dirty work" of the employees, but he could have at least found some better fitting clothing (I find it hard to believe Verizon doesn't supply it), been a little friendly, pretended to be busy, and not been texting the entire time we were there.  Again, the store was great, the other employees were very helpful, but the manager seemed to be doing is own little thing and it didn't put off a good image for the rest of the store.  Just wanted to share my comments.

    lisab101,
    We appreciate you reaching out to us. We greatly appreciate the feedback that you have provided us. Please know that we will lift this up to management and the issues will be addressed.
    Thank you,
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • I can copy and paste from mozilla to word in second attempt only first attempt fails and paste a zero sized dot on the word document

    i can copy and paste from Mozilla to word in second attempt only first attempt fails and paste a zero sized dot on the word document.more ever i can not drag fevicon from address bar to my desktop.

    Maybe:<br />
    Dafizilla Table2Clipboard: https://addons.mozilla.org/firefox/addon/1852

  • TypeError: Error #1116: second argument to Function.prototype.apply must be an array

    Hi Frnds
                 I m loading an external swf into my swf using flex event.
              e.target.content.addEventListener(FlexEvent.APPLICATION_COMPLETE,centerSWFLoad);
    but after this line it throws runtime 1116 error.please guide why this error occur and tell me which parameter i have to make array?
    is it adobe frame work ecxeption or something else.kindly guide the solution.
    TypeError: Error #1116: second argument to Function.prototype.apply must be an array.
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at mx.managers::CursorManagerImpl/marshalCursorManagerHandler()[C:\autobuild\3.2.0\framework s\projects\framework\src\mx\managers\CursorManagerImpl.as:980]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.managers::CursorManagerImpl/registerToUseBusyCursor()
        at mx.managers::CursorManager$/http://www.adobe.com/2006/flex/mx/internal::registerToUseBusyCursor()
        at mx.controls::SWFLoader/set showBusyCursor()
        at mx.core::Container/createComponentFromDescriptor()
        at mx.core::Container/createComponentsFromDescriptors()
        at mx.core::Container/createChildren()
        at mx.core::UIComponent/initialize()
        at mx.core::Container/initialize()
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
        at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()
        at mx.core::Container/addChildAt()
        at mx.core::Container/addChild()
        at mx.c
        at mx.core::UIComponent/initialize()
        at mx.core::Container/initialize()
        at mx.core::Application/initialize()
        at centerswf/initialize()
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded()
        at mx.managers::SystemManager/initializeTopLevelWindow()
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()
        at mx.managers::SystemManager/docFrameListener()
    Thanks in advance
        Vineet Osho

    Thanks sir  for your response.i am using flex builder three for both my application and swf that i load at runtime through swfloader.
    i also go through the marshling problem forum and your reply in that forum.but couldnot find the solution.
    can you please explain me what is the problem in my case and how to resolve that.the release build of my application is running perfect on some system but some time shows problem.

  • Webpage opens only on the second attempt

    Hello,
    I am on MacBook Air OS X 10.9.3. There is a strange and annyoing behaviour with Safari opening www.spiegel.de - a popular german news site - and only this site. It always needs a second attempt to open this address in Safari Browser.
    On my MacBook Air it is reproducable:
    1.) Starting Safari (Version 7.0.3)
    2.) Opening a new window with "Command-N" and enter www.spiegel.de:
    3.) After pressing return key - nothing happens - site will not load and window looks like has been re-opened freshly:
    4.) Entering www.spiegel.de a second time and pressing return key, now the page will be loaded:
    There are no extensions activated in Safari and Ggogle is set as search engine in the address line.
    Can someone help to solve this problem?
    Thanks,
    Markus

    Hello, I don't understand why the steps in the following make the problem disappear but finally it worked:
    In Safari: Switching “Do not preload Top Hit in the background” on. (in Safari: "Safari->Preferences .../Smart Search Field/:")
    In Safari: Exporting all bookmarks (in Safari: "File->Export Bookmarks …”)
    In Safari: Deleting all bookmarks, Top Sites, Cache and Cookies ("Safari->Reset Safari ...)
    In Terminal:
    cd ~/Library/Caches/com.apple.Safari
    rm Cache.*
    rm fsCachedData/*
    rm ./Webpage\ Previews/*
    rm com.apple.Safari.SafeBrowsing/*
    Quit Safari and starting Safari.
    (For testing: entering "www.spiegel.de" in the address line: no "Top Hits" are displayed anymore and the page is loading without second attempt. Success!)
    In Safari: Importing the bookmarks again and removing the the particular bookmark that was displayed formerly in "Top Hits". -> Test 6. is still successful.
    Would be interesting to know more about the Safari "Top Hits" feature. Yes, i know it helps preloading pages - but what sense does this make to preload pages (cookies and data) whenver i enter a simple prefix "w" "ww" "www" ... in the address line ?!?
    Especially like in my case "Top Hits" feature and the algorithm in the background does the job so bad that it determines allways pages as proposals for "Top Hits" that i did not use for a long long time and there were much better matches in my bookmarks with prefix "www".
    Maybe someone knows more about the obscure "Top Hits" feature?

  • Auto redial fails on the second attempt

    the new feature on the version 7.2.60.103 automatically redial the contact if the first attempt wasn't successful. however the second attempt made automatically will result in the call being dropped.

    Hey Carolyn,
    Thank you for your reply. I tried resetting the SMC but I still have the same issue.
    It doesn't really matter if I put it to sleep from the Apple Menu or if I close the Lid. It always works the first time, but never the second time. What happens is that it stops responding directly after "getting" the sleep signal (either by closing the lid, then the whole screen is black and won't respond, or by choosing sleep from the apple menu, then the screen is not black but nothing responds). In both cases, nothing works, and I have to force the macbook to shut down (by holding the power button).
    Amazing thing, the fan gradually goes to max speed when this issue occurs (always).
    I never installed or used any new applications except one single update which required the system to restart (Safari 4).
    Cheers!
    Wissam

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • Second attempt at uploading photo book purchase blue bar stalled half-way- please advise...

    Second attempt at uploading photo book purchase blue bar stalled half-way- please advise...

    Hi..
    Help here >  iPhoto: Difficulty submitting a book, card, or calendar order

  • [svn:osmf:] 15121: Fix bug related to validation of plugin versions.

    Revision: 15121
    Revision: 15121
    Author:   [email protected]
    Date:     2010-03-29 17:33:12 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Fix bug related to validation of plugin versions.  The fix is to load a dynamic plugin SWF twice.  The first time it's loaded into a separate ApplicationDomain, so that the class types are not merged (and Version.version will not have identical values for player and plugin).  If the version types are consistent, then the plugin is loaded a second time, this time into the same SecurityDomain (so that class types are merged).  The second load should pull the SWF from the cache, minimizing the overhead.  The downside is that the SWF will be initialized twice.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/loaderClasses/LoaderUtils.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/DynamicPluginLoader.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/PluginLoader.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/media/pluginClasses/TestPluginManagerIn tegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/utils/IntegrationTestUtils.as

    Hi sebasvideo, Did you ever find a solution to this? I've been having the same problem for a few months now and it's maddening. Seems to be specific to the GPU like you say above. I noticed it most when using Element 3D. I thought maybe there was some sort of read/write interference as I have 2 SSDs and one HD with assets spread across all of them. But even when I consolidated all of my data to one drive the flickering kept happening. Not sure if it's an After Effects problem specifically... or windows 8.1? Or nVidia? Super frustrating thoguh.

Maybe you are looking for