Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread jonathan howe
Glen, thanks for the response. As an interesting (?) complication to this matter, I recently installed the new versions of the players to CS3 Professional IDE: http://kb.adobe.com/selfservice/viewContent.do?externalId=b62ce659sliceId=2 Before I updated, the stage.displayState =

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
Hi, Will check later, but I don't think I ever upgraded the IDE. I am also not running Vista yet - testing in WinXP... Glen jonathan howe wrote: Glen, thanks for the response. As an interesting (?) complication to this matter, I recently installed the new versions of the players to

RE: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Cor
I have this working in CS3 on a Vista. No problem at all. Are your fla properties Flashplayer 9 and AS 3.0? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: maandag 16 februari 2009 17:19

Re: [Flashcoders] Either an incredibly easy or incredibly difficult problem

2009-02-16 Thread mike cann
Correct, its not possible unless you create a symbol for each point im afraid 2009/2/9 Anthony Pace anthony.p...@utoronto.ca That is exactly what I was going to say, and I have been trying to find something online; yet, I have found nothing, so I just assume its not possible to do it

[Flashcoders] component def doesn't pass params to constructor?

2009-02-16 Thread Mendelsohn, Michael
Hi list... If I instance my mc associated with a Ball.as class, through code, there is no problem: var b:Ball = new Ball(basketball); addChild(b); // basketball shows up on stage But, if I drag a Ball instance onto the timeline and set basketball from the parameters panel of the tool palette, I

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
My IDE published to 9.0.45.0 for that projector. HTH Glen jonathan howe wrote: Glen, thanks for the response. As an interesting (?) complication to this matter, I recently installed the new versions of the players to CS3 Professional IDE:

RE: [Flashcoders] RTL...

2009-02-16 Thread Mendelsohn, Michael
I've run into this before on Windows in Notepad. I *think* if you right click in notepad there should be a context menu item for RTL text. It was very frustrating for me, but that seemed to reverse the order. Also, you could try Microsoft's free XML Notepad. Hope that helps, - MM

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread jonathan howe
Well, it doesn't disprove my theory - that is the packaged version prior to the security patch. The version of projectors that my IDE now creates is 9.0.151.0 So, the mystery remains. Anyone with the unpatched version: Test your fullscreen projectors in Vista. Anyone with the patched version:

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Glen Pike
Hi, I don't think that updating the FP updates the IDE one normally - I have never worked out how to do this, even with Kewbee's Plugin Switcher. Not wishing to sound too cynical, but if everyone upgrades their FP so easily, then content creators will have to keep up and they are the

Re: [Flashcoders] RTL...

2009-02-16 Thread Weyert de Boer
I normally put the textfield in the movieclip and then flip this movieclip with like _xscale=-100. Easiest solution and people who are able to read Arabic say it's correct. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] RTL...

2009-02-16 Thread Glen Pike
Hmm, Need to mull that one over a bit and get my head around the logic... - need to test tomorrow, cheers. Glen Weyert de Boer wrote: I normally put the textfield in the movieclip and then flip this movieclip with like _xscale=-100. Easiest solution and people who are able to read

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-16 Thread Nate Beck
Just out of curiosity... Why are you deploying your application as a stand-alone projector when you could deploy it as an Adobe AIR application? On Mon, Feb 16, 2009 at 2:03 PM, Glen Pike postmas...@glenpike.co.ukwrote: Hi, I don't think that updating the FP updates the IDE one normally - I