Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Flash Builder Help / 

Profile applications | Windows 8 | Flash Builder 4.7

Adobe Community Help


Products Affected

  • Flash Builder 4.7

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

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:

To the top

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.
To the top

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.
To the top

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.
To the top

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.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement