debug player problem

When debugging I wonder, ' where is the debugger or host application race?
I select the Local host, as I am not on a network with another machine.
I get the error message "connection to the debugger or profiler could not be established by Adobe Flash Player 9.

I tried to uninstall and install the latest debug player.

What to do next?

First of all, I have seen adobe suggests that remove you / uninstall all previous installations of flash player. I noticed several installs hang out after all my re - install different versions, which gave me a little complicated, but after removing a senior player and a debug version incorrect that I rebooted, went back in and uninstalled the stubborn player very well. restarted again, then installed the latest version of debugging to... http://www.Adobe.com/support/flashplayer/downloads.html
But for me, the ultimate obstacle to configure my firewall. A step, I came on during a re-installation of Flex Builder, after I restored my system.
I'm more of a designer to actionscript I am a developer so I I learn along the way, but from what I can understand, when I have to asked me "where is the host application or the debugger running?", he asked because I had disabled the connection by block it with Norton. All the pieces were in place, just badly configured.
I think that I get blocked the necessary connection of my local host to my reader/IE7.
Since the re - install and choose allow connections, I was fine.

Hope that helps.

Tags: Flash Player

Similar Questions

  • [problem] Flex 4 and the Flash Debug Player

    Hi guys,.

    I'm currently writing a game engine using the Flex SDK 4 bundled with Flash Builder. I keep running into a weird bug which is absolutely destroy my head. I use FlashDevelop as my IDE.

    Basically what is happening, is that from time to time when compiling using the Debug Flash player fails to launch and instead, I get this message:

    'Set some breakpoints, and then type "continue" to resume the session.'

    It is, I use FlashDevelop and I don't have a debugger, or continue anyway to type (not that I want to type it in the first place). Basically, now, FlashDevelop or Flash, no blocks. I can't start again unless manually close the Flash Debug Player (the latest version 10 btw), or close FlashDevelop, in which case, the Flash Debug Player now starts up.

    Now, crazy as it sounds, I think that it is related to the size of the file. For example, the last occurrence of this bug was when I added a Set accessor of a class, that's how it happened:

    public function set BackgroundColour (c:Colour): void

    {

    This.m_bgColour = c;.

    }

    Pretty innocuous, right? However to add this function means that now I can't run my program in debugging. If I add the line:

    private var myRandomNumber:Number = 1;

    Before my function, everything works fine. If I change the number to int, brand new case!

    That happen all the time and it is fine when compiled in the release. Seriously, this bug is painful-anyone know what is behind it or how to stop what is happening (outside your class fill with bloat)?

    Thank you

    Damian

    > Does this also true even when I put "- static - link-TIME-shared-libraries = true" in the compiler options (see the example code above)

    Oops, no, I hadn't noticed that.

    > Again, I will stress again that seems to be triggered by size

    Sorry I don't address that directly in my earlier comments. It's just that I think it's probably a Kipper.  But in any case, I continue to suspect that FlashDevelop is wrong somehow outcome from FDB.  There is a way to test my theory: running the debugger of FDB command-line by itself, outside of FlashDevelop and see if it behaves correctly.

    Try this: at the command line prompt, look for fdb.exe (it's in the 'bin' directory of the Flex SDK kit) and run it, by the way of your SWF as an argument, for example 'fdb myapp.swf' (or 'fdb myapp.html' If you want that it runs in a web browser).  He must launch the SWF and get out some lines that are very similar to the lines you see in FlashDevelop.  When you see the line 'Set breakpoints and then type "continue" to resume the session' (and you will certainly see it at least once), just type the command "continue."

    It should work correctly, with the swf running with FlashDevelop and one that does not work with FlashDevelop.  By "work well", I mean, if you type "continue" whenever the prompt, finally just app will run normally. I do not guarantee as to how many times that the prompt.

    Let me know how it goes.

  • Flash Debug Player questions

    Hello

    I'm relatively new to Adobe Flash even though I have extensive experience in software and database design. I recently started to learn and to use ActionScript (works with version 2.0 not 3.0 yet) and have simply become aware of the use of the Flash Debug Player. It is an indispensable tool in my opinion. However, I have a problem with it, which can be the result of a lack of knowledge. I recently ran with a large enough Flash animation and complex. The film has been developed by a type of very accomplished figure who knows a lot about the graphic aspects of Flash, but does not get in ActionScript a lot. Some parts of this movie are also purchased components. I got a lot of warnings that trouble me. Things like "addEventListener is not a function" and 'Broadcastmessage' is not a function. When I open the fla file in the Flash IDE and research of these I can't find anything. In addition, these appear to be Adobe provided Flash functions and are documented in the Flash help system. What happens here?

    Any help understanding this issue would be most appreciated.

    Thank you
    G. M.

    Hi gmitchell7,

    Flash is a tricky beast when it comes to code nested. With Flash CS 3
    (ActionScript 3.0), usually these instructions would be in
    external as files. This is the first place to look for the two Flash
    8 and Flash CS 3 source code. Major programs such as FlashDevelop or SEPY
    allow you to search recursively through subdirectories for occurrences of
    These channels. Simply indicate the root directory and let them go.

    Also, within Flash, things can be hidden on the elements of library and one
    variety of places that are not visible on the main timeline. Select
    "Edit-> find and replace" and search for the text in the current
    document. It may be on a library point, on a button or movie clip or in
    a whole bunch of other places that may be difficult to find in my hand.

    About mistakes, maybe it's that you try to micro upward
    incompatible versions of ActoinScript. 'addEventListener' is a function,
    but in ActionScript 3.0 requires that you import a number of packages
    (or classes) while Flash knows that it is a function. Check publish it
    settings for the FLA, and if there are any associated as files, check
    see if you can find keywords like 'parcel', 'protected', 'int', and
    "final". These were not available in Flash 8 (ActionScript 2.0) for you
    may be trying to push a square in a round bilge (AS3.0 components room
    in an AS2.0 FLA).

    Good luck
    Patrick

    gmitchell7 wrote:
    > Hi,.
    >
    > I'm relatively new to Adobe Flash even though I have extensive experience in
    > software design and database. I recently started to learn and use
    > ActionScript (works with version 2.0 not 3.0 yet) and just realised
    > using the Flash Debug Player. It is an indispensable tool in my opinion.
    > However, I have a problem with it, which can be the result of a lack of
    > knowledge. I recently ran with a large enough Flash animation and complex.
    > The film was developed by a very accomplished chart type that knows a great
    > agreement on the graphic aspects of Flash, but doesn? t enter ActionScript
    > much. Some parts of this movie are also purchased components. I got a lot of
    > warnings that trouble me. Things like? addEventListener is not a function? and
    > ? BroadcastMessage? is not a function. When I open the fla file in the Flash IDE
    > and look for these I find nothing. In addition, these seem to be Adobe Flash
    > supplied functions, as well as in the Flash help system. What is happening
    > here?
    >
    > Any help to understand this issue would be most appreciated.
    >
    > Thank you,
    > G. M.
    >

    --
    http://www.baynewmedia.com
    Fast, easy, better... ActionScript development taken to new heights.
    Download the BNMAPI today. You'll wonder how you ever did without it!
    Available for ActionScript 2.0/3.0.

  • Impossible to install the Flash Debug Player

    I uninstalled the debug version of the Flash player to make a test and now I can't install it again. I tried:

    -Uninstalling the entire application from Flex Builder and re - install again.
    -Uninstall the Flash player and then by running "Adobe\Flex Builder 2\Player\debug\Install Flash Player 9 AX.exe"

    How can I debug Flash Player to run on my IE browser?

    Bill

    I don't know that it was not installed. However, I solved the problem by downloading the latest Flash Debug Player version to:

    http://www.Adobe.com/support/flashplayer/downloads.html

    Download the link of content debugger (for IE) Windows Flash Player 9 ActiveX control worked perfectly.

    Bill

  • Debugger Debug Player and Linux

    Hello.

    As someone who develops Flash games under linux platform, I already fight that a newer version of Flash Player is not available for my platform.

    For now, there is at least a workaround for 11.2 Debug Player working to substitute libflashplayer.so.

    However, if I understand correctly that would not work with Flash Player 12.

    There is a good chance that there will be released for linux debugger and Debug Player 12?

    We are currently working on a version of Flash Player content debugging for the pepper of Chrome, which is the target only linux that is actively supported.  It fell to support for NPAPI Linux a few years.  We publish only updates security for NPAPI Flash Player on Linux (which means 11.2) and will expire the drop just like our contractual obligations around Linux support.

    Like other Linux browsers implement PPAPI, they win for the PPAPI Flash Player with the caveat that they must stay up to date with the various interfaces of chrome we will stay synchronized with the interfaces provided with versions of Chrome.

  • Debug player is not running, but it is installed?

    Hi, I installed the debug player for firefox and IE several times.

    But still the regular player runs in browsers? I uninstalled all the players with the uninstall tool but I get always no player debug running in my browser. In this way, that I can't debug my application.

    Does anyone know why the player is always the one usually and not the debug player after installing the debug version of the player?

    - And that someone has a solution for this? Is it maybe something I have to do during uninstallation or something, because until now I don't know what to do anymore.

    Kind regards.

    I found out what was wrong, a view months, I installed FlashFireBug to see what he does, maybe something was wrong during this FlashFireBug uninstall after I was ready with her. I have therefore re - install FlashFireBug and run the witch test html page generates an error, and there was my DialogBox with my mistake.

    I uninstalled FlashFireBug and after that it always shows me the DialogBox with my mistake.

    I noticed something, the newspaper of errors on this subject.
    He couldn't find something FlashFireBug who was installed as an add-on. Unfortunately I do not have the output string more of this error.

    So re - install this module FlashFireBug and UN-installing again, it worked for me.

    Thanks for all the help.

  • Where is the 9 freakin ' Debug player!

    Uh, Yes

    Where is the freakin ' flashplayer 9 debugging or stand alone player for the PC also

    surzycki120,

    Subject: Re: where is the 9 freakin ' Debug player!
    > Uh, Yes

    Yes.

    > Where is the freakin ' flash player 9 debug

    Freakin ' or not, the debugger for Flash 9, of course, will be in Flash
    9. Meanwhile, people make content for Flash Player 9 in
    Flex Builder 2 - which has also a debugger.

    > or stand alone player for PC also

    Same as above.

    David
    Stiller (at) quip (dot) net
    Dev test: http://www.quip.net/blog/
    "Luck is the residue of good design."

  • (Recent) YouTube HTML5 Player problems

    Hello. Recently, playing YouTube content using the HTML5 player has become impossible due to reading problems (audio/video are restless, loading content becomes extremely slow, browser stops responding).

    Reading with Chrome, no problem.
    Return to playback of Flash, no problems.
    The browser cache has been cleared, does not resolve the issue.

    It therefore seems to be a problem with one of the latest updates of Firefox or maybe some of the recent changes on the site of YT.
    Any ideas?

    • Sorry, I just noticed there is another further below similar to this one topic. If possible, feel free to merge.

    The Cisco's OpenH264 plugin is currently used only with WebRTC and not for video playback.

    You can try to disable hardware acceleration in Firefox.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    You will need to close and restart Firefox after enabling/disabling this setting.

    If it works in Mode safe mode and normal mode with all extensions (Firefox/tools > Modules > Extensions) off and then try to find which extension is the cause by allowing an extension at a time until the problem reappears.

    Close and restart Firefox after each change via "Firefox > Exit ' (Windows: Firefox/file > quit;) Mac: Firefox > quit Firefox. Linux: Firefox/file > exit)

    In the Firefox Safe mode, these changes are effective:

    • all extensions are disabled (subject: addons)
    • Default theme is used (no persona)
    • userChrome.css and userContent.css are ignored (chrome in the profile folder file)
    • default toolbars is used
    • JIT JavaScript compilers are disabled
    • hardware acceleration is turned off (Options > Advanced Options > general)
    • plugins are not affected
    • preferences are not affected
  • Flash player problem

    When I am playing the video on YouTube or a stream of sports channels on my laptop I can not because the flash player crashes, I have the latest Firefox and flash player installed, I tried all the troubleshooting but nothing works, please help solve this problem. See you soon

    Hello

    What have you tried? Have you tried to disable protected mode or by disabling hardware acceleration in Flash?

    It seems that you are this announcement since an Android running 29,0 device. This problem is present in Firefox Desktop or Firefox for Android?

  • If flash player problem, there is nothing wrong to do a system restore when he was working and not day of flash player, but firefox update?

    flash player update and update of firefox is not compatible. Do not play videos or connect to web sites and freezes... Solved by doing an update of windows system where he was working. This gives you a work of flash player, and you don't update and cancel the automatic updates. You can update firefox. A simple solution, just type in system restore in the start menu and follow the directions. Worried if there are drawbacks.

    Thanks for the replies. Here is my story: after the update of firefox and flash player June 22, I was unable to use my computer effectively. I am retired and use the computer for research, the entertainment and recreation. and I could not reach sites, found sites gel, could not play videos or hear telephone conferences. I tried to replace the flash player with older versions of the flash player, but kept receiving messages that the installation failed and I needed to install the latest version, I tried to get rid of. I also reinstalled firefox and flash player disabled player real and cleared the cache and cookies. I did not disable the protected mode which seemed complicated, I knew how to clear cookies in firefox at the time here.
    I decided to do a system restore before June 22. I have found that installing and reinstalling and put to date had exhausted most of my system restore dates, but I was able to find one on June 3 and he ran. If other people will try this fix, they should do it before he runs of dates.
    The fix worked, and I have not seen any bad effects. I have no files or important data. I see that this could be a problem. However the difficulty of making a system restore is running much less than firefox in safe mode or some of the other methods of obtaining an older flash player which I have been unable to do. Also I don't know how to disable the protected mode or quick acceleration, but I see that people should be judged with the fix of real player before doing a system restore which seems to be a last resort, for your comments.
    I was more concerned about security than with the loss of data. It seems that adobe tries to protect firefox users of problems with viruses with protected mode, and using the flash in prior non-protected mode was what I've been concerned. However, if I couldn't use the computer, the protected mode was not any help. I could stop and protected him, also. I didn't suggest others to do this fix if it was dangerous, but for me it was quick and easy to a moment that I was about to give up. I wanted others to know about it, because it works, but I didn't want to be the cause of unintended consequences. So I guess I have found, use the fix at your own risk and try first the other sollutions.

  • Toshiba 40XV733 - external connection from DVD player problem

    Hello

    I can't watch DVDs on my REGZA 40XV733 when connected via HDMI to S0ny VX450 of RDR.

    I guess it has something to do with HDCP and HDMI version.
    I heard that in some cases, only 1.4 cable will work.
    Or buy the 2.0?

    Thanks in advance.

    What happens when you connect the player to the TV? No picture at all? Have you checked with another cable first? Both devices must support playback of DVD via HDMI. Therefore, please provide more information on the problem.

  • Satellite P300: Microsoft Windows Media Player problems

    Hi, I have trouble getting all the sounds of WMP 11 after about 10-15 seconds. I can get sound for 10 seconds and then no sound, but WMP still continues to play. Same thing when you try headphones. I have no trouble hearing my TV modem sounds and other sounds of Windows (I have recently changed from 32 to 64-bit one no problem with sound)

    My laptop is a Toshiba P300/05Y, P7450, 4 GB of Ram with Windows Vista SP2 x 64 installed. In Device Manager I have drivers listed as Conexant High Definintion SmartAudio 221 and high definition Audio Device (I think this one is for the HDMI output) (there is also a 71st Pinnacle PCTV which is for my modem TV).

    I checked the two audio devices are up-to-date with WMP11 - all of which are. What else can I check to get WMP works again? Oh yes, I use the media through the media player (although I did try and play music over there just to see if it made a difference, but not the question)

    Just a question:
    Have you noticed same problem using another player like WinAmp?

    I just want to understand if there is a sound problem general or simply associated with WMP 11.
    Is that what you have installed this update?
    Did you also install the codecs or codec package such as K-lite

  • Re: Can't watch YouTube - Flash Player problem

    Hello

    I made one off-reboot the box. After more than 200 updates all seems to work fine only takes 35 seconds to load instead of the 10 minutes before.
    But have one problem: try to watch Youtube videos, I get the message I have flash player, no probs.
    I download flash player, it said installation successful, fine, not when I go on Youtube and select the song that I'm informed that I need flash player to watch.

    I expel flashplayer and install again, but still same message you need flash player to view.

    All ideas welcome thanks,

    Hello

    Have you tested it with different browsers?
    IE9, Firefox or Google Chrome?

    Check if all the cities of the browser have the same problem with the Flash Player.

  • Satellite L750D - update BIOS causing the CD Player problems

    I have a L750D-1GC Satellite running Windows 7. Recently I updated the BIOS to 1.60 04/05/12 THIS worm 1.40

    I noticed that since that more that I have problems my CD player in what I can read CD/DVD but does not burn. Using burning software, it appears the combustion happens (rotation of the disk and green light), but at the end it breaks down. I have tried several Microsoft Fixit program but the problem persists, help?

    I put t think that the BIOS update would impact on the functionality of CD/DVD drive.
    Usually, the firmware of the CD/DVD drive contains information about the compatible media and I put t that any link between this question and the previous update of the BIOS.

    For me is looks like the laser lens is dirty or the lens may not be properly calibrated to read/write from the disk
    Try to clean the laser lens with cotton wool trick and liquid alcohol in many cases this would set similar question and the player couldn't handle the media properly.

  • Compatible DVD player problem on Satellite U200

    I'm in Iraq and my Commander quit on the laptop Satellite U200 cd player. The drive there was UJDA765 that cannot burn the DVD. The problem with this drive is it renounce collect the DVD and the CD part only worked a certain time and then makes noise.

    I tried a compatible DVD burner replace it and found b UJ-822. Several sites said it was compatible and I found people who say they were using. Can someone tell me if it really is? I already had the drive delivered here. Is there something I need to do to get the laptop to see? It does not appear in the hardware section, but it has the power and opens and closes correctly. I moved to the point to consider flashing the bios, I have done that several times, but see not all the benefits like the changes in the new BIOS.

    If I was wrong, can someone tell me a compatible DVD burner?

    Satellite U200, to use two compatible optical disk drives:

    DVD-ROM & CD - R / RW drive UJDA765
    DVD Super Multi Double layer recording UJ-842

    So if you want to order again, take another. You must have the super multi, and you will be able to burn all CD/DVD formats.

    Good luck boyfriend and take care of you.

Maybe you are looking for

  • PXI-6608 fairer frequency measurement

    The attached VI measures the frequency of a known Hz 24,575,000 signal. When measured with a meter of frequency of 3 GHz Agilent 53181 A-010, that measure 24,575,999.4 Hzsignal. When the same signal is measured with the PXI-6608 meter, this signal is

  • order of sous-schema label z

    Is there a way to put the order of labels sous-schema plan? I realize threads I create will run under them, instead of course, leaving a Visual 'pause' in the thread.

  • Remove Xp in Dual Boot Vista/XP with disk HARD 2

    Hello. I have Xp Pro saved on a HARD disc C, and professional Vista registered in D.  I want to run vista exclusively and remove it from my PC, additional HARD drive which has XP on it. When I try to format it, I can't obviously because the XP HDD is

  • Updates for HP Pavilion p6667sc

    Hello. First of all I would like to warn you about my lack of experience with computers I have a "HP Pavilion p6667sc" ( http://support.hp.com/us-en/document/c02546430 ) and I was wondering what upgrade opportunities I have. The processor socket is a

  • LDAP AAA for VPN configuration

    Preface: I'm all new to Cisco Configuration and learn as I go. I'm at the stage of configuration LDAP to configure a VPN on ASA 5520, software release 8.3 (1).  Previously the programme installation and RADIUS authentication successfully tested, I tr