English 中文(简体)
如何设置怪兽调试器和闪电开发?
原标题:How to set up MonsterDebugger and FlashDevelop?

我试图跟随""http://dimonsterdebugger.com/tour/quick-start" rel=“nofollow” 我连接了 SWC, 添加了代码。 然后构建了这个项目 。

他们说的最后一句话是:"出版你的作品 看着魔术发生"

我得到的是一个SWF, 它建在 http 目录上, 我的 PHP 文件在浏览器中接收并显示它 。

我所期望的/想要的是通过浏览器与我的 SWF 应用程序互动, 并与怪兽调试器进行调试 。

我显然遗漏了一些东西,因为在那里,怪兽工具似乎没有办法附着在安全世界基金上? 我不知道怪物怎么会知道我出版的“安全世界基金”呢?

我使用FlashDevelop/FlashCS5和行动说明3。

问题回答

如果这是一个愚蠢的问题, 对不起, 但是您是否真的在浏览器中发布并打开您的工程后开始 怪兽调试器 。 您是否真的在发布并打开您的工程后开始 怪兽调试器? 还有 怪兽调试器 。 初始化 () ; 如果您在服务器上发布并访问您的工程, 那么第二个参数是地址 。 您是否试图更改它?

我的坏。 我有一个怪兽调试器。 初始化() 语句, 以在文件文件文件的构建器中执行最后的语句 。 我将初始化语句移到我的构建器中的第一行, 现在又附加了它。 显然在初始化这个问题之前, 有一些代码已经执行 。 现在一切都很好了, 这是文档文件中的第一行 。





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

visible property of DisplayObject

For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1. Turns out that when I set mc1.visible = false; mc2.visible stays true. Is that supposed to happen?...

热门标签