[Flashcoders] my fullscreen goes black

2008-02-19 Thread laurent
Hi listener, Using e.currentTarget.stage.displayState = "fullScreen"; on a button mouse event handler, send the fullscreen mode in blackno website. Anyone have a solution for this ? Thanks L ___ Flashcoders mailing list Flashcoders@chattyfig.fi

Re: [Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Corban Baxter
genius! I'd been hacking at this all day from 100 different ways. sigh* that worked perfect. to bad the help docs suck so bad I'd never found that! On Feb 19, 2008 5:34 PM, Kenneth Kawamoto <[EMAIL PROTECTED]> wrote: > You may want to try something like: > > stage.nativeWindow.width > > > Kenneth

Re: [Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Kenneth Kawamoto
You may want to try something like: stage.nativeWindow.width Kenneth Kawamoto http://www.materiaprima.co.uk/ Corban Baxter wrote: Hey guys I am trying to get my AIR app's window to resize to the dimensions of the FLV that is being displayed. I am not finding what properties i need to use to m

Re: [Flashcoders] Graphic design universities

2008-02-19 Thread Matt S.
HyperIsland in Sweden is supposed to be an amazing school: http://www.hyperisland.se/ I don't know how easy it is for out of country students to get in but its definitely worth looking at. .m On Feb 19, 2008 4:26 PM, Pedro Kostelec <[EMAIL PROTECTED]> wrote: > Hi list. > > I have two years to ch

RE: [Flashcoders] Graphic design universities

2008-02-19 Thread Cor
Amsterdam -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Pedro Kostelec Verzonden: dinsdag 19 februari 2008 22:26 Aan: Flash Coders List Onderwerp: [Flashcoders] Graphic design universities Hi list. I have two years to choose in which univerity i'll go

[Flashcoders] Graphic design universities

2008-02-19 Thread Pedro Kostelec
Hi list. I have two years to choose in which univerity i'll go when my school studies finish. I am looking for some graphical design universitys in which i can apply my knowledge offlash, animation, video and audio modeling. So, mostly about graphics and motion. I've been googling the web, but i f

[Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Corban Baxter
Hey guys I am trying to get my AIR app's window to resize to the dimensions of the FLV that is being displayed. I am not finding what properties i need to use to make this happen. Can some one point me in the right direction? I have been staring at this: http://livedocs.adobe.com/labs/flex3/langre

Re: [Flashcoders] AS3 Accessing objects properties on the stage from other objects

2008-02-19 Thread Cory Petosky
You have to cast the root property because it's statically typed as a DisplayObject. Because the player/API doesn't know what document class you might use for your root object, it types root as the base class your document class must inherit from. Looking at your code, it seems that you're trying

Re: [Flashcoders] Placing variables in XML

2008-02-19 Thread Sidney de Koning
Thanks! that did the trick! Sid Kenneth Kawamoto wrote: Kenneth Kawamoto http://www.materiaprima.co.uk/ Sidney de Koning wrote: Hi List A short question about XML. When i create XML in Flash i say: var xmlString:XML = last="Roe"/> 99 Broad St. Newton MA 01234 ; How do i place vari

Re: [Flashcoders] Placing variables in XML

2008-02-19 Thread Sidney de Koning
already found that, thanks for the comment. Sid Paul Andrews wrote: BTW your xmlString is badly formed. Maybe it should be: var xmlString:XML = first="Mary" last="Roe"/> 99 Broad St. Newton MA 01234 ; Paul - Original Message - From: "Kenneth Kawamoto" <[EMAIL PROTECTED]> To: "

Re: [Flashcoders] Placing variables in XML

2008-02-19 Thread Paul Andrews
BTW your xmlString is badly formed. Maybe it should be: var xmlString:XML = first="Mary" last="Roe"/> 99 Broad St. Newton MA 01234 ; Paul - Original Message - From: "Kenneth Kawamoto" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Tuesday, February 19, 2008 2:20 PM Subject: R

Re: [Flashcoders] Placing variables in XML

2008-02-19 Thread Kenneth Kawamoto
Kenneth Kawamoto http://www.materiaprima.co.uk/ Sidney de Koning wrote: Hi List A short question about XML. When i create XML in Flash i say: var xmlString:XML = last="Roe"/> 99 Broad St. Newton MA 01234 ; How do i place variables within that XML? for instance i want the first attrib

[Flashcoders] Placing variables in XML

2008-02-19 Thread Sidney de Koning
Hi List A short question about XML. When i create XML in Flash i say: var xmlString:XML = last="Roe"/> 99 Broad St. Newton MA 01234 ; How do i place variables within that XML? for instance i want the first attribute to be a variable called firstName in the name node? when i compile i g

[Flashcoders] AS3 Accessing objects properties on the stage from other objects

2008-02-19 Thread Johan Nyberg
Hi, I have a question regarding referencing objects on the stage from other objects. You should be able to use the root from any object that has been added to the display list using addChild. But when I do so I get this error message: 1119: Access of possibly undefined property loader throu

[Flashcoders] Solved- Re: Dynamically created gradient fill doesn't mask like a gradient

2008-02-19 Thread Alistair Colling
I have it, hope this is helpful to someone, you need to publish to FP 8 and enable the cacheAsBitmap property of the masker and maskee. http://www.whatdoiknow.org/archives/002407.shtml Thanks, Ali On 19 Feb 2008, at 11:44, Alistair Colling wrote: Hiya, I think the title sums this up prett

Re: [Flashcoders] Dynamically created gradient fill doesn't mask like a gradient

2008-02-19 Thread Kenneth Kawamoto
Turn cacheAsBitmap on! Kenneth Kawamoto http://www.materiaprima.co.uk/ Alistair Colling wrote: Hiya, I think the title sums this up pretty well. I have dynamically created a box that is filled with a gradient where one of the colour's alphas is 100 and the other is 0, I have made the ratios 0

[Flashcoders] Dynamically created gradient fill doesn't mask like a gradient

2008-02-19 Thread Alistair Colling
Hiya, I think the title sums this up pretty well. I have dynamically created a box that is filled with a gradient where one of the colour's alphas is 100 and the other is 0, I have made the ratios 0, 255 and have made sure the matrix box is the same dimensions and xy placement as the box I a

Re: [Flashcoders] print function in AS2

2008-02-19 Thread maurice sallave
cool! I'll check it out. Thanks! On Feb 15, 2008 6:26 PM, Gabriel Laet <[EMAIL PROTECTED]> wrote: > Hi Maurice, > > I highly recommend you to take a look on PrintJob class. It will give you > much more control and make your life easier. I'm not sure, but I remember > that was an issue with the