On Wed, Jun 17, 2009 at 10:54 PM, Don L <[email protected]> wrote: > Hulu movie has a full screen option, I'm wondering if we could also easily > implement that for a cf web app? Has anyone done something like that? >
Note, Flash Full Screen mode does NOT allow you to work on another monitor while it's in full screen mode. You are better off with a full screen pop up window... <a href="http://www.houseoffusion.com/" onclick="window.open(this.href, 'child', 'height=' + screen.height + ',width=' + screen.width + ',fullscreen'); return false">HOF</a> ~ Casey ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323628 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

