[svn:fx-beta1] 7038: Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement , MXML 2009 namespace changes and associated manifests, and new locales.

Revision: 7038
Author:   [email protected]
Date:     2009-05-18 09:31:29 -0700 (Mon, 18 May 2009)
Log Message:
Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement, MXML 2009 namespace changes and associated manifests, and new locales.
QE: Yes, I tried checkintests with the webtier.war distribution and could successfully compile the associated apps. Please test the webtier.war distribution with the larger suite of webtier tests.
Doc: No
Checkintests: Pass
ant package: Successful
Reviewer: Paul
Modified Paths:
    flex/sdk/branches/beta1/modules/webtier/j2ee/coldfusion/build.xml
    flex/sdk/branches/beta1/webapps/webtier/WEB-INF/flex/flex-config.xml
    flex/sdk/branches/beta1/webapps/webtier/build.xml

Similar Messages

  • [svn:osmf:] 11242: Updating the Flex project file to take into account the NetStreamContentProtectableTrait 's name change.

    Revision: 11242
    Author:   [email protected]
    Date:     2009-10-28 13:26:52 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Updating the Flex project file to take into account the NetStreamContentProtectableTrait's name change.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/.flexLibProperties

    
    Hi,
    This topic seems to be related to VBA coding, better to post your question to the forum for Excel Developer
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Tony Chen
    TechNet Community Support

  • How do I get a user to update to the Flash Player Version to 10.1

    I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update to the Flash Player version 10.1.
    My entire site is in Flash and I am using AS3. So I am guessing I should implement an AS3 code on the first frame of the script layer. Does anyone know what would be this code?

    O.K. I see,
    HTML code is automatically generated by Flash program.
    I am unable to give you a short answer on this and thus attaching the code I
    see in DreamWeaver:
    0) {
    versionRevision = versionRevision.substring(0,
    versionRevision.indexOf("d"));
    var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1)
    flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1)
    flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer
    = 2;
    else if ( isIE && isWin && !isOpera ) {
    flashVer = ControlVersion();
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if
    that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    // Given "WIN 2,0,0,11"
    tempArray         = versionStr.split(" "); // ["WIN", "2,0,0,11"]
    tempString        = tempArray[1]; // "2,0,0,11"
    versionArray      = tempString.split(","); //
    } else {
    versionArray      = versionStr.split(".");
    var versionMajor      = versionArray[0];
    var versionMinor      = versionArray[1];
    var versionRevision   = versionArray[2];
             // is the major.revision >= requested major.revision AND the minor
    version >= requested minor
    if (versionMajor > parseFloat(reqMajorVer)) {
    return true;
    } else if (versionMajor == parseFloat(reqMajorVer)) {
    if (versionMinor > parseFloat(reqMinorVer))
    return true;
    else if (versionMinor == parseFloat(reqMinorVer)) {
    if (versionRevision >= parseFloat(reqRevision))
    return true;
    return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie",
    "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src",
    "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();
        switch (currArg){
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":
            args[i1] = AC_AddExtension(args[i1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    <!url's used in the movie>
    <!text used in the movie>
    </html

  • I downloaded a adobe flash update and my computer and after next logon got a blue screen.   could only start in safe mode and until uninstalling the flash player could i safe mode with networking.  i cannot open any microsoft products now. I get a message

    i downloaded an adobe flash update and my computer after next logon got a blue screen.  I could only start in safe mode and until uninstalling the flash player could i start in safe mode with networking.  i cannot open any microsoft products now. I get a message saying adobe acrobat 10 is not designed to run on windows or uninstall and reinstall it ....but it will not let me uninstall it.  What do i do?  is this all an adobe issue or a windows problem??  thanks   Tim

    Hate to suggest this, but you need to ask in the Flash forum. This forum is for Acrobat.

  • The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or

    The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or reloaded Flash using your updater.  I have gone into IE options and insured that the settings are supportive of Flash.  The Adobe mini Flash test program on your site says it not enabled or Active X is enabled - not true - all is set as it should be.  I have gone through your forums but to no avail.  I've looked in MS forums but nothing that made any difference.  What's going on and what can I do about it?

    Try using Firefox. Flash usually works on Firefox when it won't on Safari. I noticed that the Safari does not show the same version as Firefox does. Iwonder if that could be the problem. Safari on the left shows 10.1, Firefox show 10.3

  • Can you please update the link for the flash player standalone installer?

    Can you please update the link for the flash player standalone installer?
    Link: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_plugin_debug_3 2bit.exe
    Source: http://kb2.adobe.com/de/cps/191/tn_19166.html#main_ManualInstaller
    Source: http://forums.adobe.com/thread/889580

    Dogs Key wrote:
    Source: http://kb2.adobe.com/de/cps/191/tn_19166.html#main_ManualInstaller
    That is an old document (Flash Player 10.3) that shouldn't be there anymore.  (The English document redirects to the link below.)
    The download links for the offline installers for FP 11.2 are here http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#Ins tall_in_a_firewall_proxy_server_environment
    I have updated the download links for FP 10.3 in http://forums.adobe.com/thread/889580

  • Update to Flash Player 11 has caused our Flash content to crash the Flash Player plugin. Why?

    I work for a health and safety training company and we've create a SCORM compliant course using Flash that has been imported into Absorb LMS (our own instance of it www.astutis-elearning.com).  There are nine modules in the course each developed using Flash Professional CS5.5.
    These all worked fine using the Flash Player 10.3 plugin but since the Flash Player update to 11 our modules (not all Flash content) crash the plugin at certain places.  Some modules load fine and then crash later, some modules get through the preloader scene and then crash as soon as it gets to the main menu.  We've done some testing and don't know if it could be a Flash component that is causing the issue.  At any rate, they used to work with 10.3 and they don't work with 11.  We've tried on a number of machines and browsers.  Its the same on all of them.
    I am prepared to provide a login for people willing to help to see what is causing the problem.
    This is an important issue as we have people who are currently on the course that may not be able to complete the course if they upgrade their version of Flash to the latest version.  I hope I have provided enough information.  Let me know if you need any more.

    Paul and DevChaz,
    Like you, I am a Flash Developer at a company that creates eLearning.  Therefore, I assume that the way that we use Flash is very similar.  I was quite excited as I read through this thread since I have been experiencing very similar browser crashes in my newer courses since FP11 came out.  Like you, we have recently upgraded to CS5.5.
    All of my crashes are with AS2 courses.  I would be curious to know if yours are AS2 or AS3.
    Anyway, I took my use case, saved the flas down to CS4 and recompiled all the swfs.  This did not fix the problem as it did for you (see DevChaz's earlier post in this thread dated Oct 12, 2011 4:46 PM).
    I have my problem logged in the Adobe BugBase here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3018637
    fpMonster,
    I have recently added my cs4 versus cs5.5 compiled use_case on bugbase.  I am hoping that you'll look at this use_case and compare it to PaulGray's use_case to see why my use_case does NOT work correctly when compiled in a lower version of the Flash IDE.  In addition, perhaps you could share notes regarding this issue with someone at BugBase.  Thanks in advance.

  • Any solutions to stop the Flash player Update service 11.6 r602 from crashing?

    Hello this is the second time i post something that is related to this my computer keeps running the Flash player Update service and that keeps crashing causing some of my games to crash also. I run a windows 7 professional edition on my computer. This problem started about 2 weeks ago and it seems that i am getting ignored by all the staff and everybody else because seems to give me advice. I have tried multiple step, i have tried a clean boot, i also did a scan of the security files of microst to se if there was something wrong with the files i know it's a bug in the coding. I have tried uninstalling and reinstalling problem is it's always running and i cannot disable it because i don't see any programs running on flash in my process. I have talk to multiple tech support and since this has been going on for two weeks and adobe has no tech support only a community of experts it has not gotten resolved and won't be anytime soon so plz if you have advice plz inlighten me cuz i am done it's getting really old really fast. I am aslo having the same problem as these people with this thread here : http://forums.adobe.com/message/5472502#5472502
    They got answered but i did not seeing as i asked the question three day ago
    I have unchecked the service in msconfig.
    I have the current version of Flash Player.
    I use Google Chrome and Mozilla Fire Fox.
    Description
    Faulting Application Path:          C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    Problem signature
    Problem Event Name:          APPCRASH
    Application Name:          FlashPlayerUpdateService.exe
    Application Version:          11.6.602.180
    Application Timestamp:          51a4ab8c
    Fault Module Name:          ntdll.dll
    Fault Module Version:          6.1.7601.17725
    Fault Module Timestamp:          4ec49b8f
    Exception Code:          c0000005
    Exception Offset:          0002e243
    OS Version:          6.1.7601.2.1.0.256.48
    Locale ID:          4105
    Additional Information 1:          0a9e
    Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
    Additional Information 3:          0a9e
    Additional Information 4:          0a9e372d3b4ad19135b953a78882e789
    Extra information about the problem
    Bucket ID:          3634136356
    this is the description of the problem here if you have the same problem, what do we do cuz we are a bunch just walking around like chicken's not knowing what do to

    Hi, I've been working on this problem on my computer, windows vista, for a while now
    and since nothing can correct this problem
    I just now discovered that there are two flashplayerupdateservice.exe on my hard drive!
    one in my windows\system32 directory and
    the other one in windows\system32\MacroMed\Flash
    exactly the same version, same everything, 11.6.602.180 both of them
    I suspect having two copies of the same program is what makes it crash.
    Can Adobe please fix this problem? It's just annoying, does not hurt and you can leave it alone
    and go on with your business, but it would be nice to get rid of that error message.
    Thanks

  • I updated my software today and since have not been able to use some of the games on Facebook. I have installed the flash player 12 and still problems, can anyone give me some advice?

    I updated my software today and since have not been able to use some of the games on Facebook. I have installed the flash player 12 and still problems, can anyone give me some advice?

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.<br />
    See [[Managing the Flash plugin]] and [[Installing the Flash plugin]]
    You can check the Adobe welcome and test page: http://www.adobe.com/software/flash/about/
    You can use this manual download link:
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • After the upgrade to 3.6, my flash player crashes while I'm trying to play Farmville. I have tried updating the flash player. I have tried restarting the computer. Nothing is working.

    Last night, my system was still using Firefox 3.5.8. I was playing Farmville on Facebook and everything was working fine. This morning, I log onto my computer and find that I am upgraded to Firefox 3.6. I have been trying to play Farmville all morning, and the Adobe Flash Player keeps crashing. I have tried to update the Flash Player. I have tried restarting the computer. Nothing is working.
    == URL of affected sites ==
    http://facebook.com

    To anyone experiencing this problem after trying the steps I posted above, try this potential solution:
    # Open Tools->Add-Ons->Plugins, find Shockwave Flash, and press Disable
    # Hold down the '''Windows logo key''' and press '''R''' to bring up the ''Run'' dialog.
    # Type '''%APPDATA%''' and press OK.
    # Open the Adobe folder
    # Right click on the Flash Player folder and press '''Rename'''. Type in ''Old Flash Player'' as the new name.
    # Go back to the Application Data or AppData folder. (On Windows XP, click '''Up''' in the toolbar. On Windows 7 or Vista, click AppData in the address bar)
    # Open the Macromedia folder and repeat step #5
    # Go back to the add-ons window from step #1, and press Enable on Shockwave Flash
    # Try Farmville, Youtube, and other affected sites to see if the problem is fixed.

  • I've installed the flash player update, but I don't know how to make it run.

    How do you launch the new update on safari? I can't view any web videos.

    Gmeanie wrote:
    http://get.adobe.com/flashplayer/
    Attention Mac OS X 10.7 Lion Users:
    We are working closely with Apple to address a few known issues related to Mac OS X 10.7 and Flash Player 10.3. For a list of known issues, please see the following Knowledge base Article:
    Flash Player
    Flash Player may cause higher CPU activity when playing a YouTube video. This issue isossibly related to disabled hardware acceleration. 
    UPDATE: The final release of Mac OS X 10.7 provides the same support for Flash hardware video acceleration as Mac OS X Snow Leopard (10.6).  The previous known Issue suggesting that video hardware acceleration was disabled in Lion was incorrect and based on tests with a pre-release version of Mac OS 10.7 that related to only one particular Mac GPU configuration.  Adobe continues to work closely with Apple to provide Flash Player users with a high quality experience on Mac computers.
    The Flash Player Settings dialog box doesn't respond to mouse clicks. As a workaround, press the Tab key to move to the Close button and press the spacebar to close the dialog box. While not all settings are available, you can also use the Flash Player native control panel in System Preferences.
    Custom native mouse cursors don't animate properly on Mac OS 10.7.
    G,
    Thanks for posting that. It sounds like there was an issue, it only involved one type of setup, and they list a work around for it. I'm running the latest version of Flash without issue on 10.6.8.

  • The Flash player plug-in has been disabled and when requested I updated it. it still says I am out of date. this is on a 64bit compuet

    When flash player stopped working the image came up and said I needed to update flash player. I have a 64 bit W7 computer and Adobe installed v11-64mss. When checking the plug-ins, Firefox still says my flash player is out of date.

    Are you downloading it directly from Adobe - of from the site where you get the error message?
    Never download from a third party site as you may get an older version or a corrupted version.

  • Ios6 update has done something to you tube icon and now I can't see videos. Flash player required message and a black bar appears when scrolling. Any ideas? I've booked an appointment at the Genius Bar next Saturday but don't want to waste their time

    iOS 6 update has done something to the YouTube icon and now I can't see videos when following the new link in the bookmark bar. Flash player required message appears and there is a black bar when scrolling.

    YouTube is  not now part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
    See this similar post https://discussions.apple.com/thread/4335468?tstart=30
     Cheers, Tom

  • I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

    I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

    I am IRATE that the flash player update just loaded several BS programs that I don't want.  FAIL

  • When i go to update the flash player, i click after save to install flash player download, the box that pops up is completely blacked out?

    please help, i cant update the flash player.

    Hi Rosa,
    Please try the offline installer posted at the bottom of the Installation problems | Flash Player | Windows page, in the 'Still having problems' section.  There will be three (3) installers.  Since you're on Windows 8.x, ignore the installer for ActiveX Control, as Microsoft embeds Flash Player in Internet Explorer on Windows 8.x systems.  You'll want to download the 'Flash Player for Firefox - NPAPI' installer file.  If you also use Opera browser you'll want to download the 'Flash Player for Opera - PPAPI' installer file.
    Maria

Maybe you are looking for