AS3 debugger problem

I have a FLA that has a call to my remote server. When I
select Debug Movie I always get the error dialog box that says that
the Flash player has stopped a potentially unsafe operation and
that it is trying to communicate with an internet location, the
domain in question is listed. I click settings and it takes me to
the Adobe global security settings web page and I enter a new
location for the domain I am trying to access via my SWF.
But it never works! No matter what, I can never debug any swf
that has any remote calls. What am I doing wrong?
Thanks

I figured it out.
I was adding the remote domain to the settings panel instead
of the local file path of the swf.

Similar Messages

  • Load AS2 swf into AS3 swf problem

    I have a flash with AS3 and inside this swf i load in a AS2 swf.
    to load swf works just fine, but the problem is when i load this i want to go to
    a specific part of it, for example i want to go to frame 3 in the loaded swf.
    i must control this from the AS3 swf, does someone know if this is possible?
    thanks in advance

    so can i do like this then to go to frame 3 in my loaded swf?
    MovieClip(ldr.content).gotoAndStop(3); ?
    sorry for being such an airhead
    thanks for helping me out =)
    Date: Sun, 7 Jun 2009 10:25:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: load AS2 swf into AS3 swf problem
    no.
    if, in your loaded swf, you have a function f1() on the loaded swf's main timeline and you load that swf using a loader (say ldr), use:
    MovieClip(ldr.content).f1();   // to call f1() in the loaded swf
    >

  • [svn] 4082: the AS3 debugger wasn' t stopping at breakpoints in frame scripts that

    Revision: 4082
    Author: [email protected]
    Date: 2008-11-12 07:45:21 -0800 (Wed, 12 Nov 2008)
    Log Message:
    the AS3 debugger wasn't stopping at breakpoints in frame scripts that
    contain include statements
    we use the qualified error origin (in Context) for frame script module
    name mapping, and when the CodeGenerator processes IncludeDirectiveNodes,
    it resets the Emitter's origin, but was using Context.getErrorOrigin
    instead of Context.getQualifiedErrorOrigin. it's safe to add this to
    core asc (for all clients) because getQualifiedErrorOrigin just passes
    through to getErrorOrigin if a qualified one isn't set (is null or
    blank).
    QE Notes: none
    Bugs: authoring bugbase 198885
    Reviewer: Erik Tierney
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java

    Revision: 4082
    Author: [email protected]
    Date: 2008-11-12 07:45:21 -0800 (Wed, 12 Nov 2008)
    Log Message:
    the AS3 debugger wasn't stopping at breakpoints in frame scripts that
    contain include statements
    we use the qualified error origin (in Context) for frame script module
    name mapping, and when the CodeGenerator processes IncludeDirectiveNodes,
    it resets the Emitter's origin, but was using Context.getErrorOrigin
    instead of Context.getQualifiedErrorOrigin. it's safe to add this to
    core asc (for all clients) because getQualifiedErrorOrigin just passes
    through to getErrorOrigin if a qualified one isn't set (is null or
    blank).
    QE Notes: none
    Bugs: authoring bugbase 198885
    Reviewer: Erik Tierney
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java

  • Debugger problem while activating Datasource in BW 7.4 Sysytem

    Hi All.
    I am getting very strange problem on BI 7.4. Whenever I try to activate datasource, I get the debugger launched up in a separate window. I have to manually Step Over the code (F6) each time for about 2-3 minutes. Then on the original window, I get message that Datasource is activated.
    However the second debug window is still open with an hourglass. I have to manually STOP TRANSACTION and close that window.
    If I dont Step Over the code then my datasource does not get activated so I have to do this step.
    What could be causing this frustrating problem. Is there a way to disable this debugger..

    Hi Ram,
    Thanks for your inputs.
    still my problem not resolved. Not only data source even if I tried to activate transformation, DTP which installed from BI content & custom DTP also  getting same problem.
    This is not upgraded one, as freshly installed BW 7.4 and couple of hours before only established RFC connection b/w ECC & BW dev systems.
    As per this version all BI content components were installed by basis team.

  • Neb ABAP Debugger Problem

    Hi Friends,
    I am working on SAP GUI 710 & ECC 6. When I am debugging, new abap debugger is opening and I can do analysis normally. When we finish the debugging and want to exit, the debugging session is not closing and i get the following message on top of beugging window "ABAP Debugger Control Session 3 (Exclisive)". I want to know if there is any settings to be done to aviod this.
    Thanks.............
    Regards,
    Chandu

    Hi Prabhakar,
    What actually you are quoting as a problem is standard behavior of ECC 6 New debugger. As you open first debugger session it always display in header "ABAP Debugger Control Session #  (Exclusive/ Not exclusive)' and this debugger will be separately closed when the full program will be executed and if you are in mid of execution then this debugger will not be closed. I simulated the scenario for a print program ad checked the same.
    Please re vert back in case of still problem persist.
    Thanks,
    Anshul

  • AS3 SCORM problem

    Hi there,
    Hope someone can assist!
    I am publishing my Captivate 4 project with AS3 settings, as I have created a few animations in AS 3 that are inserted. Now I am publishing it and putting it on our scorm compliant LMS, it is not communicating with the LMS.
    I have also published a file in AS2, which worked just fine in communicating with the LMS. Just took a course with one slide published it with AS2, then tried the same content exactly same settings only selecting AS3 and it didn't work.
    One of the differences is that with AS3 settings it also wants to open a new empty window, which it doesn't do with the AS2 setting.
    I have done some checking with the firebug in Firefox and it looks like it loads just fine, but when it starts playing it misses the communication with the LMS.
    I was wondering if there are any solutions out there...
    Thanks a lot!
    Annemarie

    No such thing as a stupid question....
    Yes I did check those settings... and that seems to be causing the problem.
    I just took an empty, new presentation (just for the process of elimination, no other values/factors involved) set the captivate settings to AS2 published tried it on the LMS, worked fine.
    Then same empty slide, set the captivate settings to AS3, all other settings remained exactly the same, tried it on the LMS, it plays fine, but there is no communication to the LMS.
    It loads all the swf files correctly, then with AS2 published file, it starts the "soaplms.php?op=initialize" and you can see in firebug (net) that the "scorm_support.swf?invokemethod etc" communicates with the LMS every few seconds, so it is reporting my progress and all that I do in the course.
    With the AS3 settings, it never does the "soaplms.php?op=initialize", and actually at that moment it should display this message, it opens a new emtpy window. The course continues to play and all the buttons work, but it doesn't communicate to the LMS what my progress is or what I have done in the course.
    There is a document that talks about the scorm compliance of Captivate and it mentioned that you might need to check that the API can be found, so I did that edited the html file, added the alert,  and the API can be found when launching the AS3 published file.
    I have also tried it on the scorm tracker site from rustici, which is a great resource by the way: http://www.scorm.com/scorm-solved/testtrack/
    You can upload your zip files and see the debug reports so you know exactly what happens in terms of communication to the LMS.
    ActusxReus wrote:
    stupid question, but did you double check that you selected Actionscript 3 in your Captivate preferences?
    ActusXreus, have you succesfully used AS3 settings in a course and published it and used it on an LMS where it did track the results? Or if there is anyone else out there that did use these settings successfully, I would really like to know and maybe see what type of settings you have used in the other areas...
    Thank you so much!
    Best regards from the Bahamas
    Annemarie

  • AS3 comboBox problem.

    Ok, I have a simple ComboBox with instance name of dragonCombo
    A Lable with an instance name of dragonLabel
    Using a an AS3 called Dragon.as
    When the ComboBox is clicked, a picture should pull up.   The problem is, there are no errors, but The ComboBox is not listing any of the Labels I loaded.  This is my AS3 code, maybe someone can see the mistake I have made somewhere.
    package
    import flash.display.MovieClip;
    import flash.display.Loader;
    import fl.controls.ComboBox;
    import fl.data.DataProvider;
    import flash.events.Event;
    import flash.text.TextFieldAutoSize;
    import flash.net.URLRequest;
    import flash.net.navigateToURL;
    import fl.controls.Label;
    public class Dragons extends MovieClip{
    public var dragonCombo:ComboBox;
    public var dragonLabel:Label;
    var comboDP:DataProvider;
    var dragonLoader:Loader;
    public function Dragons() {
    setupComboDP();
    setupdDragonCombo();
    setupLabels();
    private function setupComboDP():void{
    comboDP = new DataProvider();
    comboDP.addItem({ Label:"Fire"});
    comboDP.addItem({ Label:"IceNFire"});
    comboDP.addItem({ Label:"Ghost"});
    private function setupDragonCombo():void{
    dragonCombo.width = 150;
    dragonCombo.prompt = "Choose a Dragon";
    dragonCombo.dataProvider = comboDP;
    dragonLoader = new Loader();
    dragonLoader.x = 200.00;
    dragonLoader.y = 60.00;
    addChild(dragonLoader);
    dragonCombo.addEventListener(Event.CHANGE,loadData);
    public function setupLabels():void{
    dragonLabel.text="";
    dragonLabel.autoSize = dragonLabel.autoSize = TextFieldAutoSize.LEFT;
    public function loadData(e:Event):void{
    dragonLoader.load(new URLRequest("dragons3/"+e.target.selectedItem.Label.toLowerCase()+".png"));

    Your Dragons class is creating its own dragonCombo (it is not the one on the stage)...
           public var dragonCombo:ComboBox;
    that has no association with the combobox you placed on the stage manually as far as I can see.
    Assuming this is not your document class, if all you are doing is importing the Dragons class, then you are not implementing it at all.  You would have to have a line...
         var dragons:Dragons = new Dragons();
    in you fla in order to instantiate the class.  At that point you might start seeing error messages because in doing that your class is trying to target an object that doesn't exist because it only declared the combobox, it did not create an instance of it, as in...
          dragonCombo = new ComboBox();

  • AS3 text problem

    Hi,
    Just playing with some AS3; and encountered the following
    problem (CODE IS ATTACHED):
    Wanted to create a MC button I seen done on the
    gotoandlearn.com site, but wanted to change it from AS2 to AS3;
    Everything works fine, but where I am assigning a value to a
    dynamic text field it not working.
    b1_mc.buttText_mc.buttonText_txt.text = "Lynda.com";
    When I test movie, lynda.com is the text on my MC button, but
    Upon ROLL_OVER etc... it displays the test text, not
    Lynda.com.
    Can someone please help me out here. It would be appreciated.
    Kind Regards,
    Boxing Boom

    Hi,
    Yes. Well spotted. I had the instance name of buttText_mc,
    missing the _mc part on a few frames with motion tweens applied, on
    the button animation. I do not remember renaming it differently ;)
    - must blame tools ;)
    Kind Regards,
    Boxing Boom

  • Flash Builder 4.5 Debugger Problem

    Hey Everyone,
    I spent the better half of the last hour searching for a remedy to my situation but have not found one. I have a problem where in Flash Builder 4.5 I keep losing my debugger version of Flash Player. I download the version here http://www.adobe.com/support/flashplayer/downloads.html#fp10 and it works again. However, seemingly random it will do it again a couple of days later. So I'm trying to figure out what is causing this or how I can fix it. It is quite annoying to go to jump into a project, debug it and then have to stop everything and download it again. Anyone know how to fix this?
    I am running it on Mac OSX 10.6.7 (latest).
    This is the message I receive when it breaks:
    "Flash Builder cannot locate the required debugger version of Adobe Flash Player. You might need to install the debugger version of the Flash Player or reinstall Flash Builder.  Do you want to try to debug with the current version?"

    My two cents on this issue & how I resolved it.
    I was getting a similar message which referenced a location in C:\Windows\System32\Macromed\Flash, and was looking for this version of the Flash Player: Flash64_10_3_162.ocx
    What I tried that did NOT help:
    Re-associating the SWF file type to open with a Flash Player debugger version downloaded from Adobe's site.
    These three steps resolved the issue for me:
    I had installed the 64-bit version of the Flash Player a few months ago, so I uninstalled that since it cannot be used by Flash Builder as a debugger. Back in FB 4.5.1, I got another message saying Flash was not installed at all.
    I used Adobe's Flash uninstaller tool and then,
    re-installed the latest debuggers for IE & Firefox.
    I can now debug in IE or FF without any issues. FB finds the debug version of the Flash Player.
    From what I saw when researching this, there seem to be many causes for this issue so I'll give Adobe some slack here. I will point out that the post from Adobe employee Anirudh Sasikumar, above, was not helpful in my case and was in fact misleading and not specific enough as to the location of the file he referenced. I searched for that file and found dozens of them on my machine, none in any location he mentioned. I wish he would have taken a little more time to give a complete path to this file. Maybe he did, but I could not find that path, or folders, on my machine. I work in a tightly-controlled network environment so perhaps these folders are ones I cannot see due to permissions issues, but it would've saved me time to get a complete path to start with.
    For complete and full disclosure, here is my set-up; hopefully this will help others with a similar setup who are experiencing this nagging issue:
    Windows 7 Enterprise 64-bit, Service Pack 1
    Flash Builder 4.5.1.313231
    Eclipse 3.6.1r361_v20100909xxxxxxx
    Flash Debugger version (IE & FF): 10.3 r183

  • SQL Developer version 1.0.0.15.57 Debugger problem

    I use SQL Developer create a package and debug the pl/sql code. I try to use SUBSTR function as below:
    temp VARCHAR2(32000);
    temp:= p_string; --parameter input
    temp := SUBSTR(temp, 2, LENGTH(temp));
    In debugger Watches panel LENGTH(temp) Value display ? no real value.
    Please help.
    Ted

    Hi Ted,
    I agree function calls should be evaluated. You can log an enhancement request on SQL Developer Exchange (and you'll get my vote).
    For the time being, use another temporary variable to hold the evaluation of the functions calls:
    temp2 := LENGTH(temp);
    temp := SUBSTR(temp, 2, temp2);
    Then watch temp2 instead LENGTH(temp).
    As for your specific problem, if you would have RTFM:
    - The third parameter of SUBSTR is optional: if you omit, all remaining characters will be returned. So no need for the SUBSTR here!
    - The third parameter of SUBSTR means length, not ending position. So temp := SUBSTR(temp, 2, LENGTH(temp)); will always fail, since you are 2 positions out of bounds.
    Regards,
    K.

  • Debugger Problem: Full data is not displayed in the fields of the ITAB

    Hi Guys,
    I am having a problem related to ABAP Debugger. Data is not fully displayed in all the field of the internal table. I am using SAPGUI 640 with ECC6. In the debugger I have increased the width (size) of the column but still data is not fully displayed.
    Below is the example:
    *Actual Data*        *Displayed As*
    1141               11...
    P42X13             P...
    Testing            Tes...
    When I bring the curson on the displayed incomplete data, the full data is shown in small popup window.
    I have increase the size of the column but still it is not showing the complete data.
    I have to download the internal table data to an excel spreadsheet to view the complete data.
    Please help.
    Thanks,
    mini

    I cannot use SAPGUI 710 as my company is not upgrading it to 710. We have to live with 640 for now.
    SAPGUI details are as follows:
    Name............: saplgpad.exe
    Description.....: SAP Logon Pad for Windows
    Product version.: 640 Final Release
    File version....: 6405.5.21.1020
    Build number....: 855417
    Please help if you can. This is very frustrating.
    Thanks.

  • Debugger problem while activating Datasource..

    Hi All.
    I am getting very strange problem on BI 7.0. Whenever I try to activate datasource, transformation, DTP or Replicate metadata, I get the debugger launched up in a separate window. I have to manually Step Over the code (F6) each time for about 2-3 minutes. Then on the original window, I get message that Datasource is activated.
    However the second debug window is still open with an hourglass. I have to manually STOP TRANSACTION and close that window.
    If I dont Step Over the code then my datasource does not get activated so I have to do this step.
    What could be causing this frustrating problem. Is there a way to disable this debugger..

    Hi Phunet,
    Just wondering ..
    Is that any debugging command there ?
    If yes, i think you need to remove that command ..
    Hopefully it can help you a lot .
    Regards,
    Niel
    thanks for the points you choose to assign.

  • Flex debugger problem?

    Guys.. i have some problem with flex debugger...
    well...
    i´m trying to debug my application.. bug something doesnt seens right...
    on flex build 3... i´m chossing to debug my main aplication...
    everything goes well... my application runs on INTERNET EXPLORER.. so i go to the flex builder ... and click on FLEX DEBUGGING...
    in the DEBUG PANNEL.. appers to me that i´m connected...
    but.. in the variables... breakpoints and expressions.. nothing appears!
    see the image:
    someone can help me?
    cya

    The debugging view allows you to set breakpoints, watch variables, etc.
    You need to set the breakpoints in functions where you want the code to stop.
    And watch variables may have no value unless you are currently stopped by a breakpoint, and they may have no value if the variable has no valid value at that point in the code, as variables go in and out of existance and scope.
    If this post answers your question of helps, please mark it as such.

  • JLink debugger, problem in rules file

    Hello,
    I would like to get work J-link debugger and GDBserver for ARM (I have Segger debugger). So I download from www.segger.com the package (available at chappy.cz/JLink.tgz).
    I folloved the readme, but there are errors in .rules file. (unknown BUS rule etc..) and problem with libraries. Wrong links, but this I should be able fix.
    link to rules file: http://pastebin.com/yTTa3WRL
    Can anybody pleas check the rules file? Or try it?
    Thank you.

    The data is imported from a third party application to my database. It doesn't display any newline characters when I view the data.
    But when I do a regular expression search on text pad, I could see that my clob contains \n as the new line character. Is there a way to replace \n with \n\r while writing the data.
    Thanks.

  • Unable to download Adobe Reader - Drwatson postmortem debugger problem

    I am trying to download Adobe Reader.  When I click the Download now -
    - I get the following message:  Website wants to install the following add-on  Adobe DLM. If you trust the website and add-on and want to install it
    , click here.   I click the message and then get the following message:  DrWatson Postmortem Debugger has encountered a problem and needs to close.  Then th
    e hourglass is on the screen and there is no activity.  I noticed the WEindows Internet Explorer is not responding message.  I am using the
    Windows XP operating system.

    Try downloading the version you want from the Adobe ftp site:
    ftp://ftp.adobe.com/pub/Adobe/reader

Maybe you are looking for

  • Disk Error - Press any key to restart

    I tried to install Windows on my iMac. From reviewing the forums now I see I made a mistake in not choosing the format properly. The machine came up with the message above. After 2 hours I got the Windows install disk to eject and tried everything to

  • I can not install new update in Photoshop CC, does any one know, how I can install the new update?

    I can not install new update in Photoshop CC, does any one know, how I can install the new update? Photoshop CC show me, if I look on "Help" -> Update, there is no update. But my actual license is very old.... I tried it, to do it manual. But there i

  • MS-7519 freezes when transferring files

    Hi, can anyone help me with this problem ??? Whenever i try to transfer or copy files within the same drive or partition or from USB drive, the computer freezes randomly and I need to do a hard restart. I have a clean install of windows and this happ

  • IMovie .mp4 export crapping out at about 20 gigs

    We're producing 12 corporate videos from DV video files ranging in size from 6 gig to 30 gig. When the smaller files are exported to .mp4 from iMovie 08, things go fine. But, when the larger files are exported, they fail at around 20 gig. Is there a

  • 16 bit CLUT

    Hi, I would like to make pictures with 16 bit CLUT (color lookup table). As far as I know it is not possible in Photoshop. Does anybody know where this could be possible ? Best regards, Poul