Maybe I'm missing something here - what is stopping you from keeping
your SWF open in a browser window (with the debug Player of your choice)
and simply hitting F5 after you've republished?

C:

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Peter
Ginneberge
Sent: Thursday, 9 February 2012 6:47 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Updating to 10.3 or 11 External player in
cs5.5?

Just looked it up real quick:
The IDE "player" dll is located in:

    {FLASH DIR}\Common\Configuration

and is called: authplay.dll

If you look at the file's properties you'll notice it says: Adobe Flash
Player 10.2 r153

Doing a trace inside the IDE gives: WIN 10,2,153,2

    import flash.system.Capabilities;
    trace(Capabilities.version);


In short, you're screwed :(

regards,
Peter


----- Original Message ----- 
From: "Peter Ginneberge" <p.ginnebe...@telenet.be>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Wednesday, February 08, 2012 8:24 PM
Subject: Re: [Flashcoders] Updating to 10.3 or 11 External player in
cs5.5?


>>> Is there any way to fix this?
>> Have you installed the FP11 debug player?
>> 
>> If not, download and install it!
> 
> If I remember correctly, installing FP11 won't change a thing.
> The Flash IDE uses a .dll (on windows) for preview/testing inside the
IDE.
> The only way to update that player dll is to actually wait for Adobe
to release an updated version.
> 
> I haven't used Flash in a long time, so things may have changed, but
that's how it used to be.
> 
> regards,
> Peter
> 
> 

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to