Bug in Flash Professional CC when launching debug launcher xml file handle not released

There appears to be a bug in either Adobe Flash Professional CC, or ADL when launching debug launcher for an AIR application Flash Professional CC automatically generates or updates the XML app descriptor file. The bug is that Flash Professional is not immedately releasing the file handle to the app descriptor XML file.
This bug was introduced in Flash Professional CC (Windows). It did not occur in CS5.5 or CS5.
The question is whether this is a bug related to the ADL, or if this bug is related specifically to Flash Professional CC (Windows).
Either way, where and how do I appropriately report this bug?

Hi Dharmendra,
Thank you for the solution. It is not what I expected, but it might look like a solution that "could" be applied.
There is still one problem with this approach. If I still use a movie with radial gradient within the bitmap, the same exact problem could occur again.
I was trying to understand if I did something wrong in my code, or it was a bug in the Flash software. I still find weird that I get different results by drawing a movie clip at different positions on a bitmap object. How can the drawing position change if the movie clip is drawn or not drawn? Why does it make mathematical patterns? I guess it has something to do with the precision numbers.
Meanwhile, I did a few extra tests. I tried a new approach with Blur and Glow effects. That is not exactly what I want, but it seems to create a transparent gradient. I might consider this approach if the basic radial gradient does not work. I also created a gradient transparency circle bitmap in Photoshop that I imported into my movie clip. It worked. So, at the moment I have two solutions that seem to be working.
I would appreciate if you could investigate the original problem. It looks like there is a problem in the rendering of Flash. Workarounds are fine sometimes, but I do not expect to developer programs on workarounds.

Similar Messages

  • Flash player freeznig when loading in small XML files

    Hi all,
    I could really use some help in finding a reasonable solution
    to this problem. I'm getting a problem where the flash player
    freezes giving the "A script is causing the flash player to run
    slowly" dialog box, when it's trying to load in XML files for
    content. Therre are 15 files and they are all between 1-3kb. I
    wrote a loop so that the next file doesn't begin loadnig until the
    previous file has finished. But on some machines I still randomly
    get this problem.
    I've tried using the download simulator in flash and it seems
    that this error always occurs on lower connection speeds, but we
    are on a fast connection here and I still randomly get it freezing
    I traced which files it freezes on and it's different ones every
    time.
    Any help would be greatly appriciated.
    Thanks.
    Here is the code for my xml functions:
    // LOAD XML CONTENT FILE
    function loadXMLFile(fileName, callBackFunction){
    var_xml = new XML();
    var_xml.load(fileName);
    var_xml.ignoreWhite = true;
    var_xml.onLoad = callBackFunction;
    // FUNCTION: getNodes()
    function getNodes(success) {
    if (success == true) {
    loadParentNode(this);
    else {
    trace("ERROR: XML not loaded");
    // CREATE VARIABLES FROM NODES
    function loadParentNode(myXMLobj) {
    var obj_xml = myXMLobj;
    //Determine number of parent nodes
    var noOfParentNodes = obj_xml.firstChild.childNodes.length;
    var content_xml = findXMLNode(obj_xml, "content");
    if (noOfParentNodes > 0) {
    for (x=0; x < noOfParentNodes; x++){
    var currentNode = content_xml.childNodes[x].nodeName;
    var currentValue = findXMLValue(content_xml, currentNode);
    this[content_xml.childNodes[x].nodeName] = currentValue;
    gotoAndPlay("xmlOK");
    else {
    trace ("1 ERROR: No Parent Nodes Found");
    // GET VALUE OF CHILD NODE
    function getChildNode(sectionName, desiredNodeName) {
    var obj_xml = this.var_xml; // create a pointer to the XML
    object
    var noOfParentNodes = obj_xml.firstChild.childNodes.length;
    if (noOfParentNodes > 0) {
    for (x=0; x < noOfParentNodes; x++){
    //Find parent Node (sectionName)
    if (obj_xml.firstChild.childNodes[x].nodeName ==
    sectionName) {
    var nodeFound = 1;
    var XMLvars = obj_xml.firstChild.childNodes[x];
    var noOfChildNodes = XMLvars.childNodes.length;
    if (noOfChildNodes > 0) {
    for (var i = 0; i < noOfChildNodes; i++) {
    if (XMLvars.childNodes
    .nodeName == desiredNodeName) {
    return XMLvars.childNodes.firstChild.nodeValue;
    } else {
    trace ("ERROR: No Parent Nodes Found");
    if (nodeFound <> 1) {
    trace ("ERROR: Parent Node \"" + XMLnodeName + "\" Not
    Found.");
    //===FIND XML
    NODE=======================================================
    _global.findXMLNode = function(node_xml, XMLnodeName) {
    while (node_xml.nodeType == 1) {
    if (node_xml.nodeName == XMLnodeName) {
    return node_xml;
    } else if (node_xml.firstChild.nodeType == 1){
    checkChildNodes = findXMLNode(node_xml.firstChild,
    XMLnodeName);
    if (checkChildNodes != undefined) return checkChildNodes;
    node_xml = node_xml.nextSibling;
    //===FIND XML
    VALUE=======================================================
    _global.findXMLValue = function(node_xml, XMLnodeName){
    while (node_xml.nodeType == 1) {
    if (node_xml.nodeName == XMLnodeName) {
    return node_xml.firstChild.nodeValue;
    } else if (node_xml.firstChild.nodeType == 1){
    return findXMLValue(node_xml.firstChild, XMLnodeName);
    node_xml = node_xml.nextSibling;
    }

    Hi Rex,
    That plugin version installed is actually the HW accelerated beta version Gala: 10.1.81.25 (The current version is 10.1.81.75).  I would recommend installing the official release, since the Gala version does have some compatibility issues.  You can download the latest version here: http://get.adobe.com/flashplayer/
    -Charbs

  • Adobe Flash Editor by default opens with Flash Professional CS4 when I have CS5 Installed ?

    How can I change with which Flash Professional to open the fla files in Flash Builder? My Fla files are saved as CS5 version, they open by default with CS5 when I double click them, but still Flash Builder tries to open them with CS4 ??? I couldn't find any simple switch setting for that, anyone ?
    Also is there a quick way to publish a specific fla file in Flash Builder which I want published just once not every time I save, or I have to open it in Flash Professional and publish it from there ?

    I'm not certain - I haven't done that. But I found this link...
    http://help.adobe.com/en_US/flash/cs/using/WSFD77A256-0DE1-46c7-86FB-CC4A8AE2EAA6.html
    Part way through the page, it mentions this:
    To perform testing or debugging in Flash Pro with a file you are editing in Flash Builder 4:
    From the Flash Builder development perspective, choose Run > Test Movie or Run > Debug Movie. Note that each menu item has a Flash Pro icon next to it. Once the SWF window or debug session is closed, focus will return to Flash Builder unless there are compiler errors in frame scripts inside the FLA file associated with the project. Information about all errors is sent to the Errors panel in Flash Builder.
    To publish the FLA file associated with the current project in Flash Builder:
    From the Flash Builder development perspective, choose Project > Publish Movie. Note the Flash Pro icon next to the menu command.
    Good luck!

  • Flash Professional CC When can I use?

    Hello
    I CCT users.
    Flash Professional CC When can I use?

    Hi smilekick,
    it will be available on 17th June 2013.
    More information on the CC release are here http://blogs.adobe.com/creativecloud/huge-announcements-at-max/
    -Kapil Malik

  • [svn] 2692: Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out .

    Revision: 2692
    Author: [email protected]
    Date: 2008-07-31 13:05:35 -0700 (Thu, 31 Jul 2008)
    Log Message:
    Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Fixed a memory leak with JMS adapter. Also a minor tweak to QA build file to not to start the server if the server is already running.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-227
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/adapters/J MSAdapter.java
    blazeds/branches/3.0.x/qa/build.xml

    Revision: 2692
    Author: [email protected]
    Date: 2008-07-31 13:05:35 -0700 (Thu, 31 Jul 2008)
    Log Message:
    Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Fixed a memory leak with JMS adapter. Also a minor tweak to QA build file to not to start the server if the server is already running.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-227
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/adapters/J MSAdapter.java
    blazeds/branches/3.0.x/qa/build.xml

  • Getting error when try to upload xml file into Data Template

    Hi,
    Getting error when try to upload xml file into Data Template.error:"The uploaded file XXSLARPT.xml is invalid. The file should be in XML-DATA-TEMPLATE format."Plz anybody help me.
    Thanks,
    Prasad.

    Hi,
    Anybody Help Plzzzzzz.
    thx,
    Prasad

  • Using Adobe Presenter 7 when published to PDF video files do not play just a blank page, any ideas?

    Using Adobe Presenter 7 when published to PDF video files do not just a blank page, any ideas? I am using office 2010 and Adobe Acrobat 9 on my PC any suggestions would be very helpful as the audio and slides work fine though no SWF files work just a blank white screen
    Thanks

    The problem seems to be with Acrobat 9. Can you share any such pdf generated from presenter at [email protected]
    Alternatively, you can try to download Adobe Reader 10 http://get.adobe.com/reader/?promoid=JZEFU and try to view the published output usingthe same.

  • HT201210 what does it mean when it says the firmware file is not compatiable when trying to update

    what does it mean when it says the firmware file is not compatiable when trying to update

    Exactly what it says. 
    Is there sufficient free space on the computers hard drive? 

  • Why is the assests panel disabled when editing css or xml files?

    It's immensely annoying. Is there anyway to stop it?

    That doesn't really explain why a very useful panel is disabled. What's the logic behind it?
    This is a user-to-user forum, not Adobe customer support. You asked whether there was any way to prevent the Assets panel from being disabled when editing CSS and XML files. The answer is no.
    If you want Adobe to change the way the program works, file a feature request.

  • How do I get home share when it says: the selected files could not be copied because the machine is not a member of the home share?

    What do I do when it says the selected files could not be copied becasue the machine is not a member of the home share?

    You dont say how you are connected to PC .
    This is how i copy data .
    USB Mass Storage mode .
    Use Windows Explorer to open memory card and copy .
    Your free space problem if not resolved copy data off memory card to pc then back .
         jje

  • I'm having a weird bug with Flash Professional

    When ever I try to draw something, the moment I touch the pen down it makes a line to the bottom of the screen. I have a 10x6.25 Monoprice. Now normally I would assume that there's something wrong with my monoprice but this only ever happens on flash. Everything else works just fine. Oddly enough, If I draw (or even click) in the Pen Pressure Testing box, I can draw a single line just fine, at any length so I know that it works. Then the next lines will go straight back to doing what they did before, unless I click on the Pressure tab again then back onto Flash. I use windows 7.
    Yes I have re-installed flash. I've changed the pen tips. I have not touched any settings on anything ever. So I don't know if it's a setting bug. I just hope it's an easy fix Please help!

    try resetting your flash preferences and updating your monoprice drivers.
    reset your preferences:
    dreamweaver:  http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom:  http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file
    photoshop:  https://forums.adobe.com/thread/375776

  • U think this is a bug in Flash Professional 8????

    I have encountered this probem with Flash Professional 8
    (Windows Version). When i filled the stroke with Bitmap Color and
    tried to Rotate it with a constraint by holding a Shift Key it got
    distorted. This is not hapening everytime we do it, but does happen
    sometimes. Pros out there look into this and lets have a discussion
    of what this problem is???

    I have encountered this probem with Flash Professional 8
    (Windows Version). When i filled the stroke with Bitmap Color and
    tried to Rotate it with a constraint by holding a Shift Key it got
    distorted. This is not hapening everytime we do it, but does happen
    sometimes. Pros out there look into this and lets have a discussion
    of what this problem is???

  • Flash CS5 Crashing when opening a specific .fla file

    I just upgraded from Flash Professional CS4 to CS5.  Everything seemed to be working fine. After upgrading, I started working on a project I had been creating in CS4 on the new CS5.  The file opened originally and I worked on it in the new CS5.  My swf works and the video plays.  All of the external swf files I load in to the Index swf work great.  They were created in the new CS5.  I can open the external swf, .fla files without any problem.  But when I open the one Index file that was created in CS4, Flash CS5 crashes saying there was an unexpected error. I have uninstalled and installed flash several times.  I have tried deleting the com.adobe.flash.plist file and restarting.  Nothing has worked.  I am really afraid I'm going to lose this file and all the work put in to it.  Can anyone help me with some ideas to troubleshoot this?  Any help would be greatly appreciated.  Thanks.

    You're still using 12.0.0, and the current version is 12.0.2.
    That looks like a font related crash fixed a while back.

  • Flash builder 4.7 iOS Debug Binary (IDB) component  is not installed.

    I get the error below consistantly. Is the IDB supposed to be part of the flex 4.6 sdk or part of an air sdk? (I've not seen it in either)
    Some components required to launch the application were not found. Please reinstall the AIR SDK and try again.
    The iOS Debug Binary (IDB) component  is not installed.

    Hi ,
    Flex SDK 4.6 has AIR 3.1 which doesn't have the support of IDB. So, if you wanted to use USB debugging for iOS, please create an ActionScript Mobile Project which has AIR 3.4 that supports IDB, else download the AIR SDK 3.4 and overlay it on Flex 4.6 SDk.
    AIR SDK download link: http://www.adobe.com/devnet/air/air-sdk-download.html
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk. html
    Hope this helps.
    Thanks,
    Hari

  • Getting ORA-22805 when trying to load XML file using SQLLDR

    I'm trying to learn the basics of XML since we'll be getting XML files in the near future. I'm using one of the sample schemas that comes with XMLSPY. I loaded this schema into an 11g Oracle DB using XMLSPY:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XML Spy v4.0 NT beta 1 build Jun 13 2001 (http://www.xmlspy.com) by Alexander Falk (Altova, Inc.) -->
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ipo="http://www.altova.com/IPO" targetNamespace="http://www.altova.com/IPO" elementFormDefault="unqualified" attributeFormDefault="unqualified">
         <annotation>
              <documentation>
    International Purchase order schema for Example.com
    Copyright 2000 Example.com. All rights reserved.
    </documentation>
         </annotation>
         <!-- include address constructs -->
         <include schemaLocation="address.xsd"/>
         <element name="purchaseOrder" type="ipo:PurchaseOrderType"/>
         <element name="comment" type="string"/>
         <complexType name="PurchaseOrderType">
              <sequence>
                   <element name="shipTo" type="ipo:Address"/>
                   <element name="billTo" type="ipo:Address"/>
                   <element ref="ipo:comment" minOccurs="0"/>
                   <element name="Items" type="ipo:Items"/>
              </sequence>
              <attribute name="orderDate" type="date"/>
         </complexType>
         <complexType name="Items">
              <sequence>
                   <element name="item" minOccurs="0" maxOccurs="unbounded">
                        <complexType>
                             <sequence>
                                  <element name="productName" type="string"/>
                                  <element name="quantity">
                                       <simpleType>
                                            <restriction base="positiveInteger">
                                                 <maxExclusive value="100"/>
                                            </restriction>
                                       </simpleType>
                                  </element>
                                  <element name="price" type="decimal"/>
                                  <element ref="ipo:comment" minOccurs="0"/>
                                  <element name="shipDate" type="date" minOccurs="0"/>
                             </sequence>
                             <attribute name="partNum" type="ipo:Sku"/>
                        </complexType>
                   </element>
              </sequence>
         </complexType>
         <simpleType name="Sku">
              <restriction base="string">
                   <pattern value="\d{3}-[A-Z]{2}"/>
              </restriction>
         </simpleType>
    </schema>
    Then I created an XMLType table:
    CREATE TABLE purchaseOrder OF XMLType
    XMLSCHEMA "ipo.xsd" ELEMENT "purchaseOrder"
    I'm trying to load the sample XML file ipo.xml into purchaseOrder using SQLLDR. This is ipo.xml:
    <?xml version="1.0"?>
    <!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Mr. Nobody (Altova GmbH) -->
    <ipo:purchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ipo="http://www.altova.com/IPO" orderDate="1999-12-01" xsi:schemaLocation="http://www.altova.com/IPO
    ipo.xsd">
         <shipTo export-code="1" xsi:type="ipo:EU-Address">
              <ipo:name>Helen Zoe</ipo:name>
              <ipo:street>47 Eden Street</ipo:street>
              <ipo:city>Cambridge</ipo:city>
              <ipo:postcode>126</ipo:postcode>
         </shipTo>
         <billTo xsi:type="ipo:US-Address">
              <ipo:name>Robert Smith</ipo:name>
              <ipo:street>8 Oak Avenue</ipo:street>
              <ipo:city>Old Town</ipo:city>
              <ipo:state>AK</ipo:state>
              <ipo:zip>95819</ipo:zip>
         </billTo>
         <Items>
              <item partNum="833-AA">
                   <productName>Lapis necklace</productName>
                   <quantity>2</quantity>
                   <price>99.95</price>
                   <ipo:comment>Need this for the holidays!</ipo:comment>
                   <shipDate>1999-12-05</shipDate>
              </item>
              <item partNum="748-OT">
                   <productName>Diamond heart</productName>
                   <quantity>1</quantity>
                   <price>248.90</price>
                   <ipo:comment>Valentine's day packaging.</ipo:comment>
                   <shipDate>2000-02-14</shipDate>
              </item>
              <item partNum="783-KL">
                   <productName>Uncut diamond</productName>
                   <quantity>7</quantity>
                   <price>79.90</price>
                   <shipDate>2000-01-07</shipDate>
              </item>
              <item partNum="238-KK">
                   <productName>Amber ring</productName>
                   <quantity>3</quantity>
                   <price>89.90</price>
                   <ipo:comment>With no inclusions, please.</ipo:comment>
                   <shipDate>2000-01-07</shipDate>
              </item>
              <item partNum="229-OB">
                   <productName>Pearl necklace</productName>
                   <quantity>1</quantity>
                   <price>4879.00</price>
                   <shipDate>1999-12-05</shipDate>
              </item>
              <item partNum="128-UL">
                   <productName>Jade earring</productName>
                   <quantity>5</quantity>
                   <price>179.90</price>
                   <shipDate>2000-02-14</shipDate>
              </item>
         </Items>
    </ipo:purchaseOrder>
    This is what's in the control file:
    LOAD DATA
    INFILE *
    INTO TABLE purchaseOrder TRUNCATE
    xmltype(xmldata)
    FIELDS
    xmldata LOBFILE (CONSTANT ipo.xml)
    BEGINDATA
    0
    The load fails with:
    Record 1: Rejected - Error on table PURCHASEORDER.
    ORA-22805: cannot insert NULL object into object tables or nested tables
    Another question I have is, how do we know how many records (0's) to specify in the control file? In this case there's only one but when real files are used we won't know how many are in the file.
    Thanks for your help!

    The concept was "Don't use SQL*Loader to parse XML".
    You can use SQL*Loader to load an entire XML document into the DB. That is fine. You can do the same via BFILENAME to read in files from disk as well.
    If you want to parse XML, do that from within Oracle via PL/SQL and/or SQL. The solution depends upon your version of Oracle and what is good enough for you in terms of performance.
    So the basics are
    a) How am I getting the information?
    b) How am I getting in into Oracle?
    c) How do I want to parse it?
    As I see the schema, it only allows for one ipo:purchaseOrder node in the document, since that is the root node. If you have multiple in the incoming file, you no longer have valid XML, both per the schema and because you have no single root node. You have an XML fragment, which must be treated different.
    Just trying to understand the question since I now realize it does not agree with what the schema in your initial example shows.

Maybe you are looking for

  • Open project cancelled or unable to load database...

    I have been running version 9 sucessfully and moving projects around with no errors.  Today, I cannot load any of my projects. I have been through the threads and deleted the .cpj, moved the project to the root of my hard drive, etc. Something else i

  • Poor Cellular Connection after iOS 8 Upgrade

    Hi Apple Support, I have upgraded my iPhone5 to iOS 8 and after the upgrade i am getting very poor Cellular connectivity. Talking in terms of the "4 small Circles" adjacent to Carrier name . it used to be all 4 circles always. but after the upgrade i

  • I have an excessive dalay while using my iPhone-4 to play the guitar.

    Analogue jack out is ok, but digital output is extremely delayed after IOS7 upgrade. Before the upgrade, no delay was appreciable. It happens with Jamup, Amplitube, Ampkit, etc. Do you know if there is any way to save processing time in the digital o

  • Hacking attempts?

    I have been receiving strange e-mails with no sender, no content and odd dates (like 1/1/69).  They show up only on my iphone (not on in my computer with the same e-mail account).  I have had some problems with malware/bot on my computer - are these

  • IPod Nano continuously Syncs

    New Nano (Christmas present).  Has been working fine (and still does) but now seems to display that is continuously is syncing with iTunes when ever it is plugged in.  I plug it into my computer.  iTunes is open.  The Nano is recognized and then it b