[svn:osmf:] 17940: Fix FM-982: MAST plugin doesn' t show preroll for F4M resources.

Revision: 17940
Revision: 17940
Author:   [email protected]
Date:     2010-09-29 14:47:13 -0700 (Wed, 29 Sep 2010)
Log Message:
Fix FM-982: MAST plugin doesn't show preroll for F4M resources.
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-982
Modified Paths:
    osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
    osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

Similar Messages

  • [svn:osmf:] 17941: Fix FM-981: MAST plugin doesn' t show preroll for SMIL resources.

    Revision: 17941
    Revision: 17941
    Author:   [email protected]
    Date:     2010-09-29 15:04:11 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix FM-981: MAST plugin doesn't show preroll for SMIL resources.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-981
    Modified Paths:
        osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • [svn:osmf:] 13308: Fixed bug in mast sample.

    Revision: 13308
    Revision: 13308
    Author:   [email protected]
    Date:     2010-01-06 10:39:53 -0800 (Wed, 06 Jan 2010)
    Log Message:
    Fixed bug in mast sample.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/MASTSample/src/MASTSample.as

    I do not think you need a testcase to reproduce the bug. This is well documented bug and I know a lot of people having the same problems with DateFormat. Sun's SimpleDateFormat class is typical and often seen example for threading problems, and this is documented in the JDK APIDOCs.
    It must be fixed. As Tomcat had fixed it, the simpliest would be to replace the CookieUtils CLASS file in SJSWS's JAR, this is not much work for Sun, I think!

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

  • [svn:osmf:] 18047: Fix FM-1076: Reconnect timeout doesn't always work.

    Revision: 18047
    Revision: 18047
    Author:   [email protected]
    Date:     2010-10-06 16:29:01 -0700 (Wed, 06 Oct 2010)
    Log Message:
    Fix FM-1076: Reconnect timeout doesn't always work.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1076
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as

    "Is it intended to cope with NetConnection.Connect.IdleTimeOut of FMS disconnecting clients after some time of inactivity?"
    The answer is no. Stream reconnect is all about trying to reconnect in the event of a dropped network connection. For the IdleTimeOut scenario, listen for the MediaErrorEvent.MEDIA_ERROR event on the MediaPlayer and check for an error of MediaErrorCodes.NETCONNECTION_TIMEOUT. You can handle that however you wish in your player.
    - charles

  • [svn:osmf:] 13967: Fix a bug where flushing doesn' t happen right at end-of-playback

    Revision: 13967
    Revision: 13967
    Author:   [email protected]
    Date:     2010-02-03 16:35:08 -0800 (Wed, 03 Feb 2010)
    Log Message:
    Fix a bug where flushing doesn't happen right at end-of-playback
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as

    Dear Adobe support team,
    It's quite an old thread however no update fix for this issue but the workarounds of the good people above. This tiny and yet very irritating bug should has been fixed a long time ago in an update patch. I'm using the latest version of Premiere Pro CS6 (6.0.5) and still look forward for an update fix. I haven't checked whether this issue exists in the CC edition of Premiere Pro, however even if it has been fixed there, I'm not willing to upgrade to it no matter what as I believe in a product I paid the full price for ONCE and that should receive its yearly bug-fix updates, and not for one with an annual fee.
    I look forward to hearing from you.
    Thanks,
    Gal Shemesh

  • [svn:osmf:] 11403: Fix 10. 1 compilation condition to be false for AIR-based unit tests.

    Revision: 11403
    Author:   [email protected]
    Date:     2009-11-03 08:57:18 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Fix 10.1 compilation condition to be false for AIR-based unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

    Revision: 11403
    Author:   [email protected]
    Date:     2009-11-03 08:57:18 -0800 (Tue, 03 Nov 2009)
    Log Message:
    Fix 10.1 compilation condition to be false for AIR-based unit tests.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

  • Flash plugin doesn't show the content, I wonder why.

    when there is a page using text in a Flash part the plugin doesn't show it. For example the Page has some texts in a flash extension but I can't see the text at all.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Plugins & sampltank not showing up for use?

    Hi there, I am still having trouble with plugins, can anyone help?
    Firstly, after installing and ensuring the AU ones are installed, my plugins do not show up for use in channels etc. they work perfectly in both Bias & ProTools though.
    i) I downloaded the waves demos for a 14 day trial and Logic doesn't find them, do I have to do something manually for them to be noticed?
    ii) Sampletank2 does not show up either (AU installed). I downloaded the free version and it DOES show up.
    Argh...
    G

    OK, last I checked the Waves passed Validation (I am not a Waves owner) so the demo version may be older-if you are considering purchasing them make sure you get all answers about AU Validation from Waves.
    Another thing: Logic Pro comes with a great suite of Plugins. You may want to consider that alternative if you were thinking of buying Waves.
    What do you mean it should have happened at startup? It should have validated or they should have passed validation?
    Cheers, J

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • Play plugin doesn't show up 64bit

    Anyone been able to fix the play plugin so it shows up in 64bit ?
    any suggestions?
    Thanks,
    Paul

    This has been well documented here and on EastWest's forum as well, there is nothing to fix for the PLAY plug-in.
    I can't say RTFM because it's not in the manuals, but I do own PLAY and it's been on ongoing post over at EastWest forum and they'll just close those threads because it's the same answer over and over again until EastWest makes it official that the 64bit version is available on the MAC.

  • Acrobat X plugin doesn't show up in Chrome

    On mij PC (Windows 7 Pro) I have installed Acrobat X Standard 10.1.7. 
    Today (20130608) I installed Chrome, besides Chrome I use Internet Explorer 10.
    The Acrobat Toolbar appears in IE, as it always did. However the Acrobat Toolbar does not appear in Chrome.
    The toolbar also is not present in the list of plugins of Chrome, in the list there is a Adobe Reader plugin version 10.1.7.27.
    In the list of extensions the Acrobat plugin doesn't appear either.
    I tried a repair installation of Acrobat, without success.
    Thank you in advance for your help.
    Wilty van Rees

    Hi race2000,
    Acrobat X plugin is not compatible with Chrome. Acrobat XI is.
    You might want to refer the Doc : http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html

  • Photogallery jQuery plugin doesn't show thumbnails

    I have built 2 sites using Adobe Business Catalyst. Both use the built in photogallery which is a jQuery plugin. The first is HTML4. The second is HTML5.
    The HTML4 site runs perfectly on all iOS devices. The HTML5 site, doesn't show the thumbnails. Oddly, I noticed if I click on the blank page, it DOES trigger the image in the lightbox, so the link IS hot.
    I have tons of experience cross browser/platform checking for desktop, but I don't know where to begin for mobile/tablet. Of course, I need it FAST! Where do I start?
    thanks,
    mookie

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

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

  • [svn:osmf:] 15902: Fix FM-824: Cannot know currentChild of SerialElement generated by a plugin.

    Revision: 15902
    Revision: 15902
    Author:   [email protected]
    Date:     2010-05-04 20:23:27 -0700 (Tue, 04 May 2010)
    Log Message:
    Fix FM-824: Cannot know currentChild of SerialElement generated by a plugin.  Update unit tests to verify.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-824
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/SerialElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSerialElement.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/SerialElementEvent.as
    Removed Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestSerialElementAsSubclass.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/DynamicSerialElement.as

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

Maybe you are looking for