2

IntelliJIDEAを使用してFlashプロジェクトをデバッグしようとしています。これが私が得るものです:

"c:\ program files \ java \ jdk1.7.0_06 \ jre \ bin \ java.exe" "-Dapplication.home = C:\ Program Files(x86)\ flash" -Xmx384m -Dsun.io.useCanonCaches = false- Djava.awt.headless = true -Duser.language = en -Duser.region = en -Xmx512m -classpath "C:\ Program Files(x86)\ JetBrains \ IntelliJ IDEA 11.1.3 \ plugins \ flex \ lib \ idea-fdb -4.5.0.20967-fix.jar; C:/ Program Files(x86)/flash/lib/fdb.jar "flex.tools.debugger.cli.DebugCLI Adob​​e fdb(Flash Player Debugger)[ビルド23201] Copyright(c) 2004-2007 Adob​​e、Inc.無断転載を禁ず。プレーヤーが接続するのを待っています接続に失敗しました。セッションがタイムアウトしました。次のことを確認してください。1。デバッグをオンにしてFlashムービーをコンパイルし、2。DebuggerバージョンのFlashPlayerを実行している。

デバッグをオンにしてFlashをコンパイルしました。[プロジェクト構造]->[ビルド構成]->[コンパイラオプション]に移動すると、[デバッグ可能なSWFの生成]がオンになっています。FlashPlayerのデバッグバージョンを実行しています。

なにが問題ですか?

4

1 に答える 1

0

This seems to be a problem with chrome debug version of flash player. SWF file is not identified as debuggable if it comes from local web server. If the same file is opened from file system, it can be debugged. There is no such problem with IE. Hope that would help someone.

于 2012-11-09T18:42:08.697 に答える