Jesse Gibbs
Jesse Gibbs

Reputation:

Flex - Change Browser

How do I change which browser Flex uses when I run my project?

Upvotes: 4

Views: 3445

Answers (3)

lzm
lzm

Reputation: 837

I uninstalled Internet Explorer from my Windows 7 machine and set Google Chrome as the default browser. Adobe Flex 3 exhibits the following behavior:

Use internal Web Browser -> Flex tries to launch iexplore.exe, which fails.

Use external Web Browser, Default system Web Browser -> Flex tries to launch iexplore.exe, which fails. (Note that the default browser is Chrome)

Use external Web Browser, Chrome (manually added) -> Flex launches Chrome correctly.

So if anyone had the same problem, just add Chrome manually. It is located in C:\Users\(user)\AppData\Local\Google\Chrome\Application\chrome.exe.

Upvotes: 0

bug-a-lot
bug-a-lot

Reputation: 2454

Or if you're using Eclipse, it's Window > Preferences > General > Web Browser

Upvotes: 2

quoo
quoo

Reputation: 6307

It's under Flex Builder > Preferences > General > Web Browser

Upvotes: 8

Related Questions