<?xml version="1.0"?><rss version="2.0"><channel><title>ActionScriptHero.org &gt; Discussion Area</title><link>http://groups.adobe.com/resources/73cdf0337e</link><description>ask questions, discuss topics, solve problems</description><language>en-us</language><copyright>Copyright 2006, HiveLive Inc.</copyright><pubDate>Thu, 29 Oct 2009 16:52:59 +0000</pubDate><lastBuildDate>Thu, 29 Oct 2009 16:52:59 +0000</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Color management problems in Flex (10 Comments)</title><link>http://groups.adobe.com/posts/fb7fdd10d5</link><description>&lt;p&gt;&lt;em&gt;Thread by &lt;a href=&quot;http://groups.adobe.com/people/ef08e9eb3c&quot;&gt;mikkis&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;h3&gt;Content&lt;/h3&gt;&lt;div class=&quot;ugc-html&quot;&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I ran into a frustrating problem with PNG and JPG images in my Flex application. I used background color in my Flex application. When I embedded a PNG image with the same background color (using the Image tag) to the application I noticed that the background color in the image is being distorted in Flex Builder and in published SWF. I tried with JPG with the same result although the distortion was slightly different. I then tried using background image instead of background color in my Application and that gets distorted too. GIF images seem to work fine, no color distortion.&lt;/p&gt;
&lt;p&gt;For example if I use background color #FAF8F5 in my Application, it stays the same when I publish it and use color picker or other tool to verify it from a screenshot. However, the color in the embedded PNG image (either in Image component or Application background) is changed to #F8F6F3, a noticable difference.&lt;/p&gt;
&lt;p&gt;Here&apos;s an example. Notice the slightly different color square in the middle. This is a PNG image supposed to be in #FAF8F5 (the same as Application background set in styles), but when published it renders as #F8F6F3. The source viewing is enabled in this example.:&lt;/p&gt;
&lt;p&gt;http://mikko.solinet.fi/colortest/colortest.html&lt;/p&gt;
&lt;p&gt;I can get rid of the visible disparency between the image background and application background by using the same background color image as application background but then obviously the overall tone of the color is wrong throughout the entire application.&lt;/p&gt;
&lt;p&gt;Any suggestions or ideas why this is so and how to get the correct colors in PNGs and JPEGs?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mikko&lt;/p&gt;
&lt;/div&gt;&lt;h3&gt;Link&lt;/h3&gt;&lt;div class=&quot;ft-link&quot;&gt;&lt;a href=&quot;http://mikko.solinet.fi/colortest/colortest.html&quot; target=&quot;_hive&quot;&gt;color test swf&lt;/a&gt;&lt;/div&gt;</description><guid isPermaLink="true">http://groups.adobe.com/posts/fb7fdd10d5</guid><pubDate>Tue, 20 Jan 2009 12:36:41 +0000</pubDate></item><item><title>&lt;a href=&quot;&quot; onmouseover=&quot;event:params&quot;&gt; onmouseover event HELP !!! (4 Comments)</title><link>http://groups.adobe.com/posts/72501b6fd6</link><description>&lt;p&gt;&lt;em&gt;Thread by &lt;a href=&quot;http://groups.adobe.com/people/c2d289ce60&quot;&gt;juanSolano&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;div class=&quot;ugc-html&quot;&gt;&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Straightforward my friends. Somebody know how use the onmouseover event of &amp;lt;a href, tag in flash, I mean, can flash detect this event ?, if not !! How can add this event to the texfield ?&lt;br /&gt;
Remember, my intencion is call a function onmouseover with the &amp;lt;a href&amp;gt;&amp;nbsp; tag. in flash&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Can be posible ?&lt;/p&gt;
&lt;/div&gt;</description><guid isPermaLink="true">http://groups.adobe.com/posts/72501b6fd6</guid><pubDate>Fri, 10 Jul 2009 14:48:26 +0000</pubDate></item><item><title>Fullscreen crash (4 Comments)</title><link>http://groups.adobe.com/posts/91a99ac80b</link><description>&lt;p&gt;&lt;em&gt;Thread by &lt;a href=&quot;http://groups.adobe.com/people/3455c6c1e5&quot;&gt;benzgr&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;div class=&quot;ugc-html&quot;&gt;&lt;p&gt;My AS3 app runs perfectly in the flash environment either in debug or in release mode. It runs perfectly when it is published as windows-projector, BUT it crashes when I switch on the fullscreen-mode.&lt;/p&gt;
&lt;p&gt;I identified following method as source of trouble : draw() from BitmapData. All parameters are initialized correctly. Is this kind of problems a known issue or does someone know to cure it?&lt;/p&gt;
&lt;/div&gt;</description><guid isPermaLink="true">http://groups.adobe.com/posts/91a99ac80b</guid><pubDate>Tue, 13 Jan 2009 13:21:08 +0000</pubDate></item><item><title>Help with Dynamic Images Positions (10 Comments)</title><link>http://groups.adobe.com/posts/66d62a4935</link><description>&lt;p&gt;&lt;em&gt;Thread by &lt;a href=&quot;http://groups.adobe.com/people/6411422f48&quot;&gt;badinha&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;h3&gt;Content&lt;/h3&gt;&lt;div class=&quot;ugc-html&quot;&gt;&lt;p&gt;Hey dudes, first of all, congratz for the adobe group.&lt;/p&gt;
&lt;p&gt;Now i need some help :)&lt;br /&gt;
I need to do something like that:&lt;br /&gt;
&lt;br /&gt;
I Have a full square bigger than visible area, about 5000x5000 pxs, and i need fill that with images, with random sizes, i do a little exemple, i wish it can help to find the solution:&lt;/p&gt;
&lt;p&gt;And i need this for all images, find a clear position fit the image, and place that in this space.&lt;/p&gt;
&lt;p&gt;Someone can help me with this?&lt;/p&gt;
&lt;/div&gt;&lt;h3&gt;Image&lt;/h3&gt;&lt;div class=&quot;ft-image&quot;&gt;&lt;img src=&quot;http://groups.adobe.com/files/dc8c2f2959/exemplo-unimed.gif&quot; alt=&quot;&quot; width=&quot;420&quot; height=&quot;300&quot;  class =&quot;dynImage maxSize_420x300&quot; /&gt;&lt;/div&gt;</description><guid isPermaLink="true">http://groups.adobe.com/posts/66d62a4935</guid><pubDate>Wed, 10 Dec 2008 13:36:00 +0000</pubDate></item></channel></rss>