Powered By Railo

Wish List

My Amazon.com Wish List

Tags

adobe air ajax apple cf community cfml coldfusion examples ext flash flex google javascript max2007 max2008 misc open source programming railo software technology ui

Recent Entries

The Pirate Bay Sold!
Railo Documentation
iPhone Navi Software Now Available!
iPhone OS3 Cracked!

Search

RSS


Subscribe

Enter your email address to subscribe to this blog.

Blogroll

An Architect's View
Ben Forta
CFSilence
Coldfusion Jedi
Rey Bango
TalkingTree



Coldfusion Flash Forms with CFLAYOUT

I've noticed on the Adobe Coldfusion 8 forums that people trying out different combinations of tags together in ways that Adobe probably didn't think of, which is a good thing.

One of the problems that people are having is mixing cfform format="flash" and the new UI tags.

The issue, I think, has something to do with the z-index of flash and the new UI elements. When someone mixes a flash element with any of the new UI elements such as cfmenu or cfwindow it pops up BEHIND the flash element.

To fix this if you are using cfform format="flash" is to also add the attribute wmode="opaque".

Happy Coding...

Comments
Peter's Gravatar Hi,

Any ideas how to do this with a tabbed html cflayout - where it does exactly the same thing.

Not sure why they didn't just force the cfmenu to be on top in all cases as I can't think of any case where you would want the menu to appear behind another object.

Cheers
Peter
# Posted By Peter | 4/19/08 2:52 AM
CF User's Gravatar I have a CFFORM with format FLASH but am unable to show a cflayout with type of Border. I have set the wmode to opaque and stil no go. How did you get it to work?
# Posted By CF User | 7/8/08 5:09 PM
Gary Gilbert's Gravatar @CF User,

There does seem to be a problem in IE explorer. It appears that IE completely ignores the wmode for some reason. Will look into it and post a solution.
# Posted By Gary Gilbert | 7/8/08 4:05 AM
CFer's Gravatar Any luck in finding a solution/woraround Gary?
# Posted By CFer | 5/6/09 1:19 PM
gary's Gravatar unfortunately I never did manage to find a solution
# Posted By gary | 5/28/09 5:40 PM