RE: [Flashcoders] swf and xml caching?

2009-10-30 Thread David Hunter
thanks Carl, what issues does it fix for IE, and would it also prevent the images being cached? Date: Thu, 29 Oct 2009 10:22:58 -0700 Subject: Re: [Flashcoders] swf and xml caching? From: carlwelchdes...@gmail.com To: flashcoders@chattyfig.figleaf.com Matt's cachebuster works, but I also

Re: [Flashcoders] Recommended method for copying CDROM app to application folder on Mac

2009-10-30 Thread Ian Thomas
Paul, The 'traditional' Mac way of doing this is to make the user drag the files into their Application folder for a simple, self-contained app. (Assuming you're using a projector) ideally, your additional four .swf files should be bundled inside your .app folder i.e. all your user sees when he

[Flashcoders] Colorizing Vector Drawn Image

2009-10-30 Thread Dave Dev
What's a quick way to colorize an image drawn with vector shapes in various shades of gray. I have a character with a t-shirt and I want to be able to change the color of the t-shirt using code at runtime. The t-shirt was drawn in illustrator and uses various shades of gray to depict the details.

Re: [Flashcoders] Colorizing Vector Drawn Image

2009-10-30 Thread Ian Thomas
If you just want to change the colour of the entire T-shirt, take a look at the class: flash.geom.ColorTransform (accessed via displayObject.transform.colorTransform) or look at doing it via a filter: flash.filters.ColorMatrixFilter If you want to colour the individual segments of the shirt

Re: [Flashcoders] Colorizing Vector Drawn Image

2009-10-30 Thread Henrik Andersson
Ian Thomas wrote: If you want to colour the individual segments of the shirt separately, you need to split the image apart into different clips/layers first, then use one of the two method above. Do note that layers are not separately controllable, you really need separate movieclips for

Re: [Flashcoders] Recommended method for copying CDROM app to application folder on Mac

2009-10-30 Thread Karl DeSaulniers
You could create a custom DMG file using Disk Utility. That is free with the os. JAT Karl Sent from losPhone On Oct 30, 2009, at 7:34 AM, Paul Steven paul_ste...@btinternet.com wrote: I am creating a cross platform CDROM using Flash CS3 and Toast 10. My client would like the app to be

[Flashcoders] How many weeks remaining from a given fixed date?

2009-10-30 Thread ACE Flash
Hi there, I was trying to deal with the script in my application, it should display how many weeks left... Say: for instance, I set 1st May 2010 in my application and it should compare the local time. The following code seems doesn't work correctly, am I missing something? would you mind to

RE: [Flashcoders] How many weeks remaining from a given fixed date?

2009-10-30 Thread Keith Reinfeld
May = 4 not 5. January = 0, February = 1, etc. Regards, Keith Reinfeld Home Page: http://keithreinfeld.home.comcast.net -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ACE Flash Sent: Friday, October 30,

RE: [Flashcoders] Recommended method for copying CDROM app to application folder on Mac

2009-10-30 Thread Paul Steven
Thanks Ian I am creating the projector using MDM Zinc and I cannot see a way to include the files inside the .app folder. Anyway I am trying to do it by creating a folder to contain all my files including the .app file. I cannot see any way of arranging the icons to appear in specific

[Flashcoders] Please help me test a site

2009-10-30 Thread Valentin Simonov
Hello guys. Please help me test my newest project at http://va.lent.in It is an experimental portfolio site. A bit heavy and CPU intensive. I'd like to hear what you guys think and if you get any performance issues or bugs. Thank you. Valentin. ___

[Flashcoders] so they confirmed microphone access in FP 10.1 (not just air) and I didn't know about it?

2009-10-30 Thread Anthony Pace
I know this article has been out for a while; yet, I don't read the devnet articles all that often, so I am really happy that it has finally been confirmed to be in the Flash Player. * *According to* Adobe : *New requests started coming in pretty quickly with great ideas for how the

Re: [Flashcoders] re: alpha for dynamic text without embedding font

2009-10-30 Thread Kevin McFarland
Ah, didn't realize this! (I'm still using CS3). Thanks for clarifying, Kenneth. I did say this before, but you can do this in Flash 10 - you do not need to embed fonts to apply alpha values to TextFields. -- Kenneth Kawamoto ___ Flashcoders mailing list