March 20th, 2007 by Kyle
Tags: activex-control, debug, debugger, firefox, Flash Player, flashplayer, Flex, ie, install, installer, internet-explorer, plugin, version
Posted in: Flash Player, Flex
I have been asked this a few time by customers and figured this was worthy of a quick post:
The release and debug player cannot co-exist on a machine.
(You can’t have release and debug activeX or release and debug plugin installed at the same time, but you can have release activeX and debug plugin)
A player (plugin/activeX control) with the same version#, regardless of debug or release type cannot upgrade an installed player with the same version#. You must first uninstall the player then install the other version of the same player# to switch between release and debug player of the same version#.
The debug player is not available to the general public; it is only available within purchase products (like Flash Authoring, Flex Builder, FDS).
A debug swf will run in either player, but only produce trace and throw RTEs in the debug player.
You can determine what version of the player you are running from within a Flex app using the following code:
No Comments »


Recent Comments