`
兩ting
  • 浏览: 78009 次
  • 性别: Icon_minigender_2
  • 来自: 成都
社区版块
存档分类
最新评论

flash builder 4.7 install for windows 8

    博客分类:
  • flex
阅读更多

之前在自己的win8上集成fb到myeclipse总是出错。
今晚无意在官方网站看到,fb4.7是支持win8 UI的,不过只能开发web应用,不能开发移动应用和桌面应用。
不过对于好多喜欢win8下开发的程序猿还是一个不错的消息。(下面是我摘自Adole完网站的原文) 

Profile applications | Windows 8 | Flash Builder 4.7

You can profile only Web applications on Windows 8 in Modern UI mode; Desktop and Mobile applications are not supported.

Before you profile an application on Windows 8 in Modern UI mode, locally or remotely, you need to follow these steps:

Pre-requisite to profiling an application on Windows 8 in Modern UI mode

Modify the registry setting

  1. Open the Registry Editor.
  2. Browse to the key HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer.
  3. Right-click Internet Explorer, and select New > Key.
  4. Enter the name of the key as Flash.
  5. Right-click Flash, the key you created, and select New > String Value.
  6. Enter the name of the value as DebugDomain.
  7. Right-click DebugDomain, and select Modify.
  8. Do one of the following: 
    1. If you are profiling an application on your computer, enter localhost as the Value Data.
    2. If you are profiling an application on a remote computer, enter the IP address of the remote computer as the Value data.
  9. Click OK.

Modify the trusted site setting

  1. Launch Internet Explorer.
  2. Open the Internet Options dialog box.
  3. In the Security tab, select Trusted Sites.
  4. Click Sites.
  5. In the Trusted Sites dialog, add a website to the Trusted zone by doing one of the following:
    1. If you are profiling a local application, enter http://localhost, and click Add.
    2. If you are profiling a remote application, specify the IP address of the remote computer as http://<IP Address>, and click Add.

Profile an application locally on Windows 8 in Modern UI mode

Note:

After you profile an application remotely on Windows 8 in Modern UI mode, a mm.cfg file is created at C:\Users\UserName. If you try to profile an application locally after that, ensure that you delete the mm.cfg file before you start profiling. Otherwise, an ActionScript error occurs.

 

 

  1. Ensure that you've followed the steps specified in Pre-requisite to profiling an application on Windows 8 Modern UI mode.
  2. In the Package Explorer, select the project to profile.
  3. Select Run > Profile Configurations to open the Profile Configurations dialog.
  4. Select Launch In Modern UI Mode.

Profile an application remotely on Windows 8 in Modern UI mode

Before you start profiling the application

  1. Ensure that you've followed the steps specified in Pre-requisite to profiling an application on Windows 8 Metro mode on the remote computer.
  2. Copy the ProfilerAgent.swf file from\eclipse\plugins\com.adobe.flash.profiler\as\11[ProfilerAgent].swf and copy it to C:\Users\UserName on the Windows 8 computer.
  3. Create mm.cfg file at C:\Users\UserName and add the line: PreloadSwf = ?host=&port=8813.
    For example, PreloadSwf =C:\Users\UserName\Desktop[ProfilerAgent].swf?host=10.192.27.215&port=8813

If the computer on which Flash Builder is running is not on Windows 8, and you want to profile your application on a Windows 8 computer, ensure that the project that you are profiling in Flash Builder should be a server-type project.

Alternatively, if your project is a non-server project, do the following:

  1. Place your output folder in the root folder of a server and point the output folder URL to the project folder by following these steps:
  2. In the Project Properties dialog, select Build Path. Enter the path to the output folder that you placed in the root folder of a server.
  3. For the Output folder URL, enter the URL pointing to the new output folder. For example, http://server_address/new_output_folder.

Profile the application

  1. In the Package Explorer, select the project to profile.
  2. Select Run > Profile Configurations to open the Profile Configurations dialog.
  3. Copy the default launch URL to Clipboard.
  4. Update the default launch configuration in the Profile Configurations dialog to about:blank.
  5. Click Profile.
  6. Switch to Modern UI mode.
  7. Launch Internet Explorer in Modern UI mode.
  8. Paste the launch URL that you copied to Clipboard in the browser's address bar, and modify it to include the IP address of the remote computer.
    For example, if the launch URL that you copied is http://localhost/file.html, change it to http://IP_of_the_remote_computer/file.html
  9. Press Enter.
  10. The Modern UI style Intermet Explorer browser gets connected to the remote Flash Builder profiler. You can now continue to profile the application.

Troubleshoot profiling on Windows 8

While using Internet Explorer (IE) Modern UI browser for profiling, if you run into any issues, see this Tech Note for more information. 

分享到:
评论

相关推荐

    flash builder 4.7破解版

    Flash Builder是Adobe公司的Flex Builder的下一代产品,Flash Builder将构成应用程序的资源(文件夹和文件)组合到一个容器中,项目包含一组属性,这些属性控制应用程序的构建方式、构建的应用程序所在的位置、调试...

    flashbuilder4.7帮助文档

    《FlashBuilder 4.7 帮助文档》是一份专为Adobe FlashBuilder 4.7用户准备的技术参考资料,旨在提供全面的开发指导和问题解决方案。FlashBuilder是一款强大的集成开发环境(IDE),主要用于构建富互联网应用程序...

    Adobe Flash Builder 4.7 Plug-in Utility.exe

    Adobe Flash Builder 4.7 Plug-in Utility.exe

    FlashBuilder 4.7 破解方法

    FlashBuilder 4.7 破解方法 4.7测试通过

    flash builder 4.7加载外部swf文件

    在Flash开发领域,Flash Builder 4.7是一个重要的集成开发环境(IDE),它主要用于构建基于Adobe Flex和ActionScript的应用程序,包括SWF文件。SWF是Adobe Flash Player用于展示交互式内容、动画以及应用程序的标准...

    flash builder4.7中worker类,多线程的使用

    在Flash Builder 4.7中,开发者首次获得了官方支持的多线程能力,这主要得益于引入了`Worker`类。这个新特性对于处理耗时计算、后台数据加载以及不阻塞用户界面的任务至关重要,极大地提升了Flex应用的性能和用户...

    flash builder4.7 多线程worker类的使用视频3

    在"flash builder4.7 多线程worker类的使用视频3"中,很可能是继续深入讲解如何在实际项目中运用Worker类,可能涵盖上述各个步骤的细节,如创建和启动Worker,实现消息传递,以及处理异常情况等。通过观看这个视频...

    Flash Builder 4.7

    开发工具:Flash Builder 4.7(3264位)破解版,百度网盘下载

    flash builder4.7多线程类worker的使用视频2

    在Flash Builder 4.7中,Worker类是Adobe Flex提供的一种机制,用于实现应用程序的多线程处理。这个特性使得开发者能够在主线程之外执行耗时的任务,从而避免阻塞用户界面,提高应用的响应性和用户体验。本视频教程...

    flashbuilder_4.7_帮助文档

    ### FlashBuilder 4.7 帮助文档关键知识点概览 #### 一、关于 FlashBuilder **FlashBuilder** 是一款强大的开发工具,主要用于构建基于 Adobe Flex 和 Adobe AIR 的应用程序。该工具支持从简单的 Web 应用到复杂的...

    使用_FlashBuilder_4.7_开发指南_简体中文版

    Flash Builder 可以在两个主流操作系统上运行,包括 Microsoft Windows 和 Apple Mac OS X,它提供多个版本,以满足不同用户的需求。用户可以选择直接安装 Flash Builder,或者将其作为插件安装到现有的 Eclipse ...

    flex builder 4.7 补丁

    flex builder 4.7的破解补丁,按说明一步操作即可,方法简单实用

    FB4.7 注册码

    ### FlashBuilder 4.7简介 FlashBuilder 4.7是一款由Adobe公司开发的集成开发环境(IDE),专为Flex和ActionScript开发者设计。它基于Eclipse平台构建,提供了一系列高级功能,包括代码智能提示、调试工具、项目...

    builder破解文档

    解决使用builder的破解 (1) ..\ Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flexbuilder.project_4.7.0.349722\META-INF下面的MANIFEST.MF修改: Bundle-Version: 0.0.0 (2) ..\Adobe\...

    iOS Project Builder for Windows 3.45

    iOS Project Builder for Windows 3.45

    FlashBuilder_4_7_LS10_win64.z05(11-6)

    FlashBuilder_4_7_LS10_win64.zip;FlashBuilder_4_7_LS10_win64.z01;FlashBuilder_4_7_LS10_win64.z02;FlashBuilder_4_7_LS10_win64.z03;FlashBuilder_4_7_LS10_win64.z04;FlashBuilder_4_7_LS10_win64.z05;Flash...

Global site tag (gtag.js) - Google Analytics