[ACFUG Discuss] Fwd: UG News--Adobe AIR Cookbook Contest

2008-08-19 Thread Howard Fore
FYI

-- Forwarded message --
From: Marsee Henon [EMAIL PROTECTED]
Date: Tue, Aug 19, 2008 at 2:37 PM
Subject: UG News--Adobe AIR Cookbook Contest
To: [EMAIL PROTECTED]


Hi

Can you share this with your members who are interested? Thanks!

Marsee

Announcing the Adobe AIR Cookbook Cook-off  (US Only)

Think you can solve common Adobe AIR related coding problems? Then you
qualify for the Adobe AIR Cookbook Cook-off contest sponsored by
O'Reilly Media to celebrate the upcoming publication of the Adobe AIR
Cookbook http://oreilly.com/catalog/9780596522506/.

During this contest, we invite you to submit your best solutions to
common AIR coding challenges for a chance to win some great prizes.


Who: RIA developers who are legal residents only of the United States

What: Solution to a common Adobe AIR related coding problem

Where: Adobe AIR cookbook website at
http://www.adobe.com/go/air_cookbook

When: Entries accepted between August 11 and September 26, 2008

Why: To have a chance at winning one of four great prizes—as well as
helping others in the community build better AIR apps

Four winners will be chosen during the contest period. They will be
awarded one of the following prizes:

Grand prize--One pass to the Adobe MAX 2008 conference in San Francisco,
California (November 16–19)--valued at US$1,695--and also US$500 in
O'Reilly Media books

Second prize--Every English-language Adobe Developer Library (ADL) book
published by O'Reilly Media prior to September 1, 2008


Third prize--Five O'Reilly Media books of the winner's choice

Community choice award: US$350 in O'Reilly Media books to the winner of
the top-rated recipe during the contest period. For details on how to
enter the contest, go to:
http://www.adobe.com/devnet/logged_in/mkoch_aircookoff.html

Entries will be judged by a committee of experts from the RIA developer
community and Adobe based on user experience, implementation,
creativity, relevance, and (for lack of a better word) AIR-ness.
Winners will be notified by e-mail or letter by October 15, 2008.

For more details on the terms and conditions of the contest, please
visit the AIR Cookbook Cook-off Rules and Regulations page on InsideRIA:
http://www.insideria.com/air-cookbook-rules.html



O'Reilly
1005 Gravenstein Highway North
Sebastopol, CA   95472
http://ug.oreilly.com/
Follow us on Twitter at http://twitter.com/OReillyMedia

You are receiving this email because you are a User Group
contact with O'Reilly Media. If you would like to stop
receiving these newsletters or announcements from O'Reilly,
send an email to [EMAIL PROTECTED]




-- 
Howard Fore, [EMAIL PROTECTED]
The universe tends toward maximum irony. Don't push it. - Jeff Atwood



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] Cfchart output = flash, z-index

2008-08-19 Thread Darin Kohles
I've got a similar example on my blog:

darinkohles.wordpress.com

On Mon, Aug 18, 2008 at 4:51 PM, Mike Staver [EMAIL PROTECTED] wrote:
 I'm attempting to have a Div containing a table and some other good stuff
 slide out over the top of a cfchart based graph that is output into flash.
  I've been digging and digging trying to find a solution to how to make
 the chart obey the z-index value of it's parent Div.  I know this has been
 a problem in the past, and one solution I tried is placing the cfchart
 into a cfsavecontent and running this:

 CFSET variables.chartContent = Replace(variables.chartContent, http://;,
 https://;, all)
 CFSET variables.chartContent = Replace(variables.chartContent, EMBED,
 'EMBED style=wmode: transparent; z-index: 1', all)

 The page I'm working with will always be viewed over port 443 / SSL which
 is why I have the other replace in there.  I'm obviously doing something
 incorrect with the wmode bit - and I can't find any answers via various
 google searches.

 Has anyone on the list solved this one before? Adobe's forums are a
 massive pain to search anymore so I'm not finding much help there.


 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -







-- 
Darin Kohles
RIA Developer


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-