[Flashcoders] [SOLVED]Erratic behaviour of TextEvent.LINK

2009-12-15 Thread Wenzler, Thomas
Nevermind, I had some empty Elements in the templates that hijacked the MouseOver. Thanks if you wasted a thought on this anyway!! Thomas **

[Flashcoders] Bizarre Issue

2009-12-15 Thread Lehr, Theodore
I have a weird issue that I will attempt to explain - if no one gets it and does not reply - I understand So I have the same MC that is used say 50 times - each on their own layer These MC have dynamic text boxes and images... they ALL start out with alpha = 0... Some have their

Re: [Flashcoders] Bizarre Issue

2009-12-15 Thread Greg Ligierko
It's hard to say... A few questions: - do you see all contents when you remove fading completely, i.e. when you set 100% alpha at the beginning ? - did you try starting fade with alpha 50% ? - what kind of event do you use for fading, enter frame or a timer/interval ? - are images loaded into

RE: [Flashcoders] Bizarre Issue

2009-12-15 Thread Lehr, Theodore
See below From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Greg Ligierko [gre...@l-d5.com] Sent: Tuesday, December 15, 2009 9:47 AM To: Flash Coders List Subject: Re: [Flashcoders] Bizarre Issue

Re: [Flashcoders] Bizarre Issue

2009-12-15 Thread Zeh Fernando
From my experience, Flash has had issues composing many Bitmaps when they're overlapping each other. It'd just start hiding some of the images, roughly after 20 of them were present. Are your images overlapping? If that's what's going on, you may be able to solve it by 'grouping' the MCs in

Re: [Flashcoders] Bizarre Issue

2009-12-15 Thread Cedric Muller
These MC have dynamic text boxes and images... they ALL start out with alpha = 0... dynamic images ? Do you mean that the images get loaded dynamically ? You are, maybe, starting to show the scene when it is not fully loaded ... :| hth, Cedric

Re: [Flashcoders] as3 to iphone app

2009-12-15 Thread Kevin Newman
There are other ways to get apps on the iPhone. ;-) I'll personally just pony up the $100 (whenever Adobe releases the beta!!) Kevin N. On 12/13/09 9:31 AM, jonathan howe wrote: Additionally, it looks like you have to be an apple developer before you can even export a test app, meaning a

[Flashcoders] Colour Matching

2009-12-15 Thread 2lakes
Hi, I have in the past and now on different projects - had trouble trying to colour match flash / bitmap content with html / bitmap content. A current project uses sliced and exported jpegs with colourspace. Some jpegs end up in flash and some in page divs. The flash jpegs are shades

Re: [Flashcoders] Colour Matching

2009-12-15 Thread Nathan Mynarcik
Have you tried pngs? Also some browsers render colors differently. The issue might be the colors that are not rendering the same shade could be non-web safe colors. It is sometimes a real headache to try and match up your flash images with html images. This is why for backgrounds you should

Re: [Flashcoders] Colour Matching

2009-12-15 Thread Henrik Andersson
Nathan Mynarcik wrote: Have you tried pngs? Great idea, now you have another way of getting the colors wrong. How nice of the png standard to include an ability to embed the color correction profile, isn't it? Now you have twice the chance for the wrong profile being applied and in one of

Re: [Flashcoders] Colour Matching

2009-12-15 Thread Nathan Mynarcik
It was just a suggestion. Feel free to add yours. --Original Message-- From: Henrik Andersson Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: Re: [Flashcoders] Colour Matching Sent: Dec 15, 2009 3:39 PM Nathan Mynarcik wrote:

Re: [Flashcoders] Colour Matching

2009-12-15 Thread Anthony Pace
What about changing the monitor preferences to TrueColor? Henrik Andersson wrote: Nathan Mynarcik wrote: Have you tried pngs? Great idea, now you have another way of getting the colors wrong. How nice of the png standard to include an ability to embed the color correction profile, isn't

Re: [Flashcoders] Colour Matching

2009-12-15 Thread jared stanley
exporting the images out from photoshop at the same time would keep them the same, so you're saying an image displayed in flash differs from an image displayed in html - this i haven't heard of. this article http://www.viget.com/inspire/the-mysterious-save-for-web-color-shift/ talks about getting