# Floating Menus in Flash

**URL:** https://forum.kirupa.com/t/floating-menus-in-flash/260397
**Category:** flash
**Created:** [May 15, 2008, 7:17am UTC](https://forum.kirupa.com/t/floating-menus-in-flash/260397 "2008-05-15T07:17:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![josurf](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@josurf](https://forum.kirupa.com/u/josurf)
#### Post date: [May 15, 2008, 7:17am UTC](https://forum.kirupa.com/t/floating-menus-in-flash/260397/1 "2008-05-15T07:17:55Z")

</div>

There is a website that has won a webby 2008 award. www.lynxeffect.com.au/

Was wondering if any knows how to create a floating menu similar to the one on this website.  
Background images are justified to the centre. Menu in foreground is aligned to the right hand side of the browser no matter what size you scale the browser window to, the menu floats with it. You can also enter full screen mode which is another thing I do not know how to script. I have looked everywhere on the internet and can not find any clues.

Not sure if it is created using layers in dreamweaver or if it is entirely Flash ActionScript.

---

<div class="post-metadata">

### Author: ![dail](https://avatars.discourse-cdn.com/v4/letter/d/82dd89/32.png) [@dail](https://forum.kirupa.com/u/dail)
#### Post date: [May 15, 2008, 9:01am UTC](https://forum.kirupa.com/t/floating-menus-in-flash/260397/2 "2008-05-15T09:01:45Z")

</div>

check this article for fullscreen mode: [http://www.adobe.com/devnet/flashplayer/articles/full\_screen\_mode.html](http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html)

For fullscreen flash sites, check the stage.RESIZE event listener in the docs. There are some examples that should get you started.

---

<div class="post-metadata">

### Author: ![josurf](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@josurf](https://forum.kirupa.com/u/josurf)
#### Post date: [May 15, 2008, 4:05pm UTC](https://forum.kirupa.com/t/floating-menus-in-flash/260397/3 "2008-05-15T16:05:14Z")

</div>

Nice Work Dail
