RE: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Paul Steven
: [Flashcoders] Detecting if authoring mode (Flash 8 AS2) Hi Paul, Take a look at System.capabilities.playerType. System.capabilities.playerType=="External" means you're running in the IDE. System.capabilities.playerType=="Plugin" means you're runnin

RE: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Paul Steven
] Detecting if authoring mode (Flash 8 AS2) Hi, I have used the "_root.url" variable before to detect whether it is an "http" or a "file" based one and done caching based on that. Glen Paul Steven wrote: > Is there a property or function to detect if a

Re: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Glen Pike
Hi, I have used the "_root.url" variable before to detect whether it is an "http" or a "file" based one and done caching based on that. Glen Paul Steven wrote: Is there a property or function to detect if a Flash movie is being tested in authoring mode or live on the web? Basically I

Re: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Ian Thomas
Hi Paul, Take a look at System.capabilities.playerType. System.capabilities.playerType=="External" means you're running in the IDE. System.capabilities.playerType=="Plugin" means you're running in a browser. HTH, Ian On Thu, Apr 2, 2009 at 8:19 AM, Paul Steven wrote: >

Re: [Flashcoders] Detecting if authoring mode (Flash 8 AS2)

2009-04-02 Thread Karl DeSaulniers
Try +my_Date.getUTCSeconds().toString() Sent from losPhone On Apr 2, 2009, at 2:19 AM, "Paul Steven" wrote: Is there a property or function to detect if a Flash movie is being tested in authoring mode or live on the web? Basically I have added a random variable to my xml file when loadi