Debug Flash UI hosted in InDesign

Hi all,
I don`t if this is the correct location for this thread...
Does anybody know how to debug a flash UI hosted in InDesign CS4 with Flex Builder?
Thanks in advance.
Alvaro.

Carl,
You are right. For an unknown reason, the debug version replaces the release version, whatever the installation order. If I install the debug after the release, or the contrary, the result is the same. Is this not a bug?
Is there a workaround for me to have the two versions installed simultaneously? Could I replace the path in PCD?

Similar Messages

  • How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?

    How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?
    Basically I like the control over the compiling process that I get by using Ant - but I really want traces to come up immediately without having to switch contexts.
    I have an ant file that successfully launches a swf in the flashplayer - but I don't know how to make the flex console start displaying the trace output. I assume that I will have to point it to the appropriate trace output file - but I am not sure how to have ant even address the console.  Is this possible?
    Here is the the target node from my ANT file:
        <target name="launch">
            <exec executable="${FLASHPLAYER_EXE}" errorproperty="trace.output">
                <arg line="'${DEPLOY_DIR}\test.swf'" />
            </exec>
        </target>
    Thanks for any thoughts, or alternatives!

    For the record, I ended up using Logwatcher - it worked perfectly.
    http://graysky.sourceforge.net/

  • I installed CS3 Design premium upgrade yesterday onto my new mac OS X Yosemite 10.10.1. You gave me a new serial no (Case 0186381031). I have been able to open Photoshop, Bridge, Dreamweaver and Flash. The Illustrator, Indesign and Acrobat applications ar

    I installed CS3 Design premium upgrade yesterday onto my new mac OS X Yosemite 10.10.1. You gave me a new serial number. I have been able to open Photoshop, Bridge, Dreamweaver and Flash. The Illustrator, Indesign and Acrobat applications are not in my applications folder although there are folders in there with those names containing associated items. How can this have happened and what can I do?

    Janetc72338130 what happens if you try to reinstall Illustrator CS3, InDesign CS3, and Acrobat?  What version of Acrobat are you installing?

  • Standalone/debug flash player for arch64

    Hi,
    Is there a way to get the standalone and/or debug flash player to run under arch64? There is no 64-Bit version of those ...
    Thanks!
    Nathan

    Please don't cross post. The original thread is here:
    http://bbs.archlinux.org/viewtopic.php?id=64801

  • Not work updating for flash professional CC and Indesign CC

    i have the os 10.9 , the updating make ann error for flash professional CC and indesign CC update. What append?

    Adobe Flash Professional CC manual
    1) Create new project
    2) Configure your Project properties
    3) Embed runtime, so you users can use Adobe AIR without pre-installed Adobe AIR runtime
    4) After publishing you will receive %APP_NAME%.app folder that contain your project files

  • How to put Flash video game onto inDesign PDF file and Website page or link?!

    I am making a video game using Adobe Flash 2.0. I need to be able to show what I have through a website (my portfolio) and/or insert it into an interactive Indesign PDF file. The game needs to be able to be played and be used and tested by whoever I send the pdf file to, or whoever is would be view my the site I post it on. I have attempted many different ways to put my game onto my website (cargocollective) and Indesign, but nothing is working! I need help.
    For example I need my game to be placed on the website page, and on the pdf document as an image. When it is clicked on I need it to start so people can play the game. I don't know how to do this and I would really love and need to know how! Thanks.

    Flash should be able to publish an html page which will provide the web page code needed for embedding the swf.  The page it publishes should be sufficient for planting on a server unless you plan to dress it up with other content as well.
    As far as incorporating Flash content into a PDF using InDesign goes, you are best to ask questions about using InDesign in the InDesign forum.  Here is a link to the Overview page whee you can pick which forum applies best to your situation:
    InDesign

  • Dreamweaver / Flash CS3 Host Server problem

    I've created my flash inserted it into dreamweaver, previewed it and uploaded the pages and the JS files to my host server again and again and it everything shows up but the flash, nothing, not even a box. Any ideas on what the problem could be? They show up in the root directory on the server. the file I used was the SWF. file. Is there another way to do this?
    I've tried moving the js. script around (someone said put it inside a file named "script". that didn't work either.
    Rob

    Hi,
    I suggest posting this question in the "Dreamweaver General Discussion" forums, as it´s not related to the Dreamweaver Developer Toolbox
    (ADDT) extension.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • How to debug flash remoting?

    Hi I am using -  flashremoting.jar 1.0.52502 on tomcat.
    I have a 3 year old application that is running on 1 server, it works fine there, the flash client can connect to the java tomcat server and call methods and all is well.
    We are trying to stand this application up on another server, and I cant get the flash remoting to work, the server side java methods never get called (I added logging to them).
    In the adobe troubleshooting it says to go to /gateway and you should get a blank page.
    The weird thing is on both the server that works and the server that doesnt work, if I go there in a browser I get:
    HTTP Status 404 - /flashservices/index.html
    This is the same for both servers. So im not sure what to try next. Im not an expert in flash my flash guy says the client gets:  "Error opening URL"
    The url in the flashvars looks good, the flashgateway.jar file is in the web-inf/lib folder , the frconfig.txt is in web-inf/classes
    my web.xml has this:
    <servlet>
            <servlet-name>FlashGatewayServlet</servlet-name>
            <display-name>Flash Remoting Servlet</display-name>
            <description>
                Servlet-based plugin to Flash Remoting
            </description>
            <servlet-class>
                flashgateway.controller.GatewayServlet
            </servlet-class>
            <load-on-startup>10</load-on-startup>
        </servlet>
    <servlet-mapping>
            <servlet-name>FlashGatewayServlet</servlet-name>
            <url-pattern>/gateway</url-pattern>
        </servlet-mapping>
    what can I check next, how can I troubleshoot this and figure out if its a client problem or a server problem, or somewhere in the middle?
    thanks
    Joel

    I got on line with tech support to get them to show me how to use it. The guy hardly knew anything about it himself. From the coldfusion group and was the guy who was supposed to know. I screen shared with him and every time we tried debugging from flex it would just stop. Seems that if something goes wrong in a coldfusion library, the debugger just stops and so it is something upsteam of your break point. Of course there is nothing to show you that, but it became clear. The guy didn't have any better idea than I did what was going on. I figured that out.
    If you check the docs about CF and flex, their recommendation is write it all as a CF app. debug it and then hook flex to it. Pure garbage. Anybody hear of DRY. I have dumped ever using CF on the back end. It is not an oop language. It is a tag based language for markup pages with quasi script and its ORM is so inflexible its a joke.
    Went back to ruby on rails and rubyamf for my backend to flex apps (with Mate as MVC framework) and I could not be happier. Never had such an unpleasant develpment experience than working with Coldfusion as the backend to a flex app. Good luck.

  • Cann't preview , publish , test debug Flash Movie.

    Now, I am using Adobe Flash CS3 and press CTRL + Enter to preview the movie , but now I Cann't do it , the movie isn't display anything ( but I can preview only one scene by press CTRL + ALT + Enter). I try to publish the movie, the error message is not display but when I test debug . Flash shows the message that "Error open file 'my flash file path'+.swf"
    How can I reslove this problem

    the error mesage is
    Error opening url 'file:///D|/Work/movie%5Fs.swf'
    *** Normaly when I press CTRL + Enter , .swf movie will be created in the folder that same as my .fla work file. but now it's not created

  • Debug Flash Player Location

    I have looked everywhere but I cannot find the error log file for the debug version of the flash player.  I am running windows 7 in parallels
    Areas I have checked
    C:\Users\curtisshmigelsky\AppData\Roaming\Macromedia\Flash Player    (supposed to be a log file location here)
    C:\Windows\SysWOW64\Macromed\Flash
    Any ideas on this would be awesome.

    I would like to raise a discussion again because new version of Vizzy Flash Traces has been released recently. Among the new cool features and improvements I would like to point out couple of them.
    The first one is possiblity to double click stack trace exceptions which will lead you to the source file being opened (and a proper line highlighted in case your AS editor supports that. FlashDevelop users already have).Don't want to double click? Move the mouse over the stack trace and you will get a popup with a piece of source code in that place.
    Also, all http and file:/// links are clickable. No code modifications is required or some sort of other tweaks.
    Another cool feature requires some tiny code modifications, but this is worth of it. Replace all 'trace' statements with 'trc' in your code and you will be able to open corresponding source file that contains that trace statement with double click! Of course, you will have to link a swc to your project.
    P.S. and yes, mac users finally got a native executable
    Vizzy Flash Tracer

  • Adobe debug flash-player 10 needs newer glibc on Ubuntu Karmic

    Hi all, I'm trying to install the latest debug flashplayer available here: 
    http://download.macromedia.com/pub/f...nux_dev.tar.gz linked from this page 
    http://www.adobe.com/support/flashplayer/downloads.html I follow the embedded instructions and this is the error: 
    root@vostro-ubuntu:~# /home/berrie/work/download/install_flash_player_10_linux/flashplayer-installer
    [: 258: closing paren expected ERROR: Your glibc library is older than 2.3.
    Please update your glibc library. root@vostro-ubuntu:~# aptitude search glibc
    p eglibc-source - Embedded GNU C Library: sources
    v glibc-2.10-1 -
    p glibc-doc - GNU C Library: Documentation
    v glibc-doc-reference -
    v glibc-pic -
    root@vostro-ubuntu:~#  I'm running Ubuntu Karmic Koala and it is up to date.  Could it be that the flash installer parses the version number wrong as previously it was glibc-2.9-1, a '9' after the dot, now there is a '1'. Seems daft. Anyone got any ideas? Cheers, BB
    Codevio - Cost Effective Software Development
    http://www.codevio.com

    The check_glibc() function leaves a bit to be desired:
    # check glibc
    check_glibc () {
      ICONV=`iconv --version | sed -e '2,$d'`
      if [ $? -ne 0 ]; then
        echo "no-iconv"
      else
        ICONVVER=`echo "$ICONV" | awk '{print $4}'`
        GLIBCMAJOR=`echo $ICONVVER | cut -d'.' -f1`
        GLIBCMINOR=`echo $ICONVVER | cut -d'.' -f2`
        if [ \( $GLIBCMAJOR -ge $MIN_GLIBCMAJOR \) -a \( $GLIBCMINOR -ge $MIN_GLIBCMINOR \) ]; then
          echo "valid-glibc"
        else
          echo "invalid-glibc"
        fi
      fi
    First of all '{print $4}' needs to change to '{print $3}' to make it work for now. Once glibc 3.0 hits the shelves you have even bigger problems as according to this snippet both major and minor version numbers need to be bigger than their corresponding minimal numbers. So 3.0 isn't newer than 2.3 according to this code.
    The correct pseudo code would be:
    if ( (MAJOR > MIN_MAJOR) || (MAJOR == MIN_MAJOR && MINOR >= MIN_MINOR) ) then version is ok

  • Exception thrown when using SDK 4.5.1 with debug flash player

    My setup:
    Windows 7
    Flash Builder 4 Premium, Version 4.0 (build 272416), volume license
    SDK 4.5.1
    RIATest 4.3, RIATestAgent4.swc
    I compiled our application using SDK 4.5.1 with these compiler setting:
    -locale en_US -use-network=false  -theme=Halo/halo.swc --keep-as3-metadata Test -define CONFIG::WITH_DEMS  true -define CONFIG::LP_MODULE true -includes  com.mycompany.automationDelegates.MyContainerAutomationImpl  com.mycompany.automationDelegates.MyFirstComponentAutomationImpl  com.mycompany.automationDelegates.MySecondComponentAutomationImpl  com.mycompany.automationDelegates.MyThirdComponentAutomationImpl  -include-libraries "C:\Program Files (x86)\RIATest  4\agent\RIATestAgent4.swc" "C:\Program Files (x86)\Adobe\Adobe Flash  Builder 4\sdks\4.5.1\frameworks\libs\automation\automation.swc"  "C:\Program Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_dmv.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_agent.swc"
    When I run our application using  the debug 10.2 Flash Player, the following exception is thrown:
    ReferenceError: Error #1065: Variable Scroller is not defined.
    at flash.system::ApplicationDomain/getDefinition()
    at  mx.automation.delegates.containers::ApplicationAutomationImpl/getAutomationChildren()[E:\ dev\4.5.1\frameworks\projects\automation\src\mx\automation\delegates\containers\Applicatio nAutomationImpl.as:266]
    at mx.core::UIComponent/getAutomationChildren()[E:\dev\4.5.1\frameworks\projects\framework\s rc\mx\core\UIComponent.as:12919]
    at  mx.automation::AutomationManager/getAutomationChildrenArray()[C:\work\flex\dmv_automation \projects\automation_agent\src\mx\automation\AutomationManager.as:4895]
    at  com.riatest::CachedAutomationManager2/getAutomationChildrenArray()[C:\WORK\RIATest\Source \agent4\com\riatest\CachedAutomationManager2.as:46]
    at  mx.automation::AutomationManager/getChildrenRecursively()[C:\work\flex\dmv_automation\pro jects\automation_agent\src\mx\automation\AutomationManager.as:1252]
    at  mx.automation::AutomationManager/getChildren()[C:\work\flex\dmv_automation\projects\autom ation_agent\src\mx\automation\AutomationManager.as:1225]
    at com.riatest::CachedAutomationManager/getChildren()[C:\WORK\RIATest\Source\agent4\com\riat est\CachedAutomationManager.as:55]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/getChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:74]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/hasChildren()[C:\WORK\RIATest\Source\a gent4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:112]
    at  com.riatest.toolbar::DisplayListTreeDataDescriptor/isBranch()[C:\WORK\RIATest\Source\agen t4\com\riatest\toolbar\DisplayListTreeDataDescriptor.as:117]
    at mx.controls::Tree/isBranch()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree.as: 1552]
    at mx.controls::Tree/initListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:2858]
    at mx.controls::Tree/makeListData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\Tree .as:1330]
    at mx.controls::List/www.adobe.com/2006/flex/mx/internal::setupRendererFromData()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\List.as:1699]
    at mx.controls::List/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ List.as:896]
    at mx.controls::Tree/commitProperties()[E:\dev\4.5.1\frameworks\projects\mx\src\mx\controls\ Tree.as:1191]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
    at  mx.managers::LayoutManager/validateProperties()[E:\dev\4.5.1\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:597]
    at  mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:783]
    at  mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]
    I contacted the folks who make RIATest, and they did their best to debug the problem. Their conclusion is:
    "The stack trace that you posted shows that  ApplicationAutomationImpl/getAutomationChildren calls  ApplicationDomain/getDefinition on line 266 and the call fails with an  error. This most likely indicates a bug in ApplicationAutomationImpl."
    This problem never occurred when we were compiling our code using SDK 3.4.1. What can I do to work around this and continue performing automated tests of our Flash applications?

    Try linking a Scroller into your app.

  • How to debug flash player crashes?

    Hello there
    I'm building this game with flash...when I test and debug my
    project from flash it works fine but when playing the game in a
    browser, it crashes very often...after a couple seconds/minutes of
    play. I installed the latest flash player and tried on a couple
    computers with no luck...so how can I know what's crashing? or how
    can I have more info on why it crashes? what kind of debug tool can
    I use when flash player crashes within the browser. it's really
    hard to know what the problem is.
    Thanks for the answers if any :)
    Marco

    Browser crashes caused by the Flash Player is the stuff of
    nightmares, it's nearly impossible to debug. In fact, I think
    kglads advice about flashtracer is the best news I've seen on the
    subject (I didn't know about flashtracer -- thanks kglad).
    What player build do you have in IE? What is it in FireFox?
    You can check the exact build here:
    http://www.macromedia.com/software/flash/about/
    Can you provide a link to the crashing SWF? Does it crash
    both IE and FF?

  • Debug Flash Player

    I am very new to Flex development and have had no luck trying
    to install the ActiveX flash player. I believe that I am supposed
    to use the one that was supplied with Flex Builder 3 found in
    <install location>/Player/win. From what I have garnered from
    tutorials, it seems that I should install the Flash Player 9 for
    debugging. Is this correct?
    I get the following error when trying to install the debug
    version of the Flash Player for IE (the ActiveX file):
    "The version of Adobe Flash Player ActiveX that you are
    trying to install is not the most current version. Please visit
    http://www.adobe.com/go/getflashplayer
    to obtain the latest, most secure version."
    It was my understanding that to do debugging correctly, I
    should be using the older flash player. Is this not correct? How do
    I get past this setting if I need to install the older player? It
    seems the Microsoft will not let me install an older player, even
    when I want to. Help!

    Get your Flash Player 10 from this link:
    http://www.adobe.com/support/flashplayer/downloads.html
    And download and install the file from under the "Adobe Flash
    Player 10 — Debugger Versions (aka debug players or content
    debuggers)" section of the page.
    Or, for IE's (ActiveX) Flash Player 10 Debuggers, just use
    this link:
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe

  • Flickery Display with Debug Flash Player 10,3,181,34 and IE9

    Hello,
    I hope this is the right forum for this, it's kind of a combination of a Flash Player issue and maybe a programming issue.
    Anyway, I've been making this project that has an image move based on where the mouse cursor is (in Flex Builder 3). The problem is, that with the debug version of the flash player, the image flickers as it moves, that is, it draws the background color and then the image very noticeably. However, in a non-debug player it looks just fine. What I'm hoping is that there's some way to tell the player not to act like a debug version at all, though I assume that's not possible. Does anyone know how I can make it not flicker like that?
    Note that I'm using Windows 7 64-bit.
    Thanks,
    Shaun
    Message was edited by: Shaun McFall

    I can't access Youtube, everytime I try I'm told to download flashplayer 10.XXX. FLASHPLAYER will NOT down load I have tried for 3,,,yes 3 days to overcome this. I'm running Windows SP pro and IE8. I also cannot access USA today puzzles This is a home/office PC
    HELP
    PLEASE e-mail me at [email address removed].

Maybe you are looking for

  • How to display rows from index 1 to all in a table

    Hi, I am facing a problem please help me. I created a node in context with cardinality 1..n so that there will always be a element present for that node. From one view i am providing data to this node and adding new blank element to this node. I bind

  • Sql developer hangs when saving pl/sql external package or package body fil

    When I open a package body file I can modify the contents of the file. Compilation of the file works fine but when I want to close or save the file SQL developer hangs. I use version 1.2 (previous version did have the same problem.) Somebody has an i

  • Feature Request:- Option to reply to reply to emails in text

    Hi there.... Is it possible to set up replying to emails to send text (with no html) If not, can i get a feature request to send emails in text, or is there an app that has this feature? It is sad I get maybe between 40 and 100 emails a day, that I c

  • Issue with Session ID during POST

    Hi All, I am using Weblogic server version weblogic 9.2 and facing an issue with the session ID. I have a client side script with numerous GET calls and one POST call that it makes in a single session. Frequently I come across with issue that the ses

  • Formatting date of Presentation Variable in Report title

    Hi I have the following presentation variable, @{PR_WE_DATE}{Week End Date}, in a report title. However the date format shown in the title is different from the format in the prompt. In the report title the date format is YYYY-MM-DD however I want to