# HTML over flash!

**URL:** https://forum.kirupa.com/t/html-over-flash/60491
**Category:** Uncategorized
**Created:** [August 10, 2004, 8:38am UTC](https://forum.kirupa.com/t/html-over-flash/60491 "2004-08-10T08:38:32Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![koorb](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/koorb/32/424_2.png) [@koorb](https://forum.kirupa.com/u/koorb)
#### Post date: [August 10, 2004, 8:38am UTC](https://forum.kirupa.com/t/html-over-flash/60491/1 "2004-08-10T08:38:32Z")

</div>

Take a look here, [http://www.ugs.com/](http://www.ugs.com/) the top menu appears to be a javascript menu system made from an unordered list, but how on earth have they got it to lay over the top of the flash animation? any help 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 11, 2004, 1:50pm UTC](https://forum.kirupa.com/t/html-over-flash/60491/2 "2004-08-11T13:50:38Z")

</div>

why help? youneed to do this???  
anyway, you are wrong. the flash movie is only an item put inside a table of thier HTML. the rest is not flash  
look at the source of thier html and you might learn

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 11, 2004, 3:57pm UTC](https://forum.kirupa.com/t/html-over-flash/60491/3 "2004-08-11T15:57:12Z")

</div>

> [@Algreco](#):
>
> why help? youneed to do this???  
> anyway, you are wrong. the flash movie is only an item put inside a table of thier HTML. the rest is not flash  
> look at the source of thier html and you might learn

Thanks for your reply but … hu? :huh:

I know it isn’t all flash, only the promo animation, but the menu at the top layers over the top of that flash. in my experience flash was always drawn on top of everything else, but I think I have found out how they did it, with transparent windowless flash and absolute positioned layers. thanks though 😃

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 12, 2004, 6:44am UTC](https://forum.kirupa.com/t/html-over-flash/60491/4 "2004-08-12T06:44:04Z")

</div>

uuu, indeed, I overlooked the menu there 🙂  
Sorry.  
It’s actually a pretty nice effect 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 12, 2004, 8:00am UTC](https://forum.kirupa.com/t/html-over-flash/60491/5 "2004-08-12T08:00:46Z")

</div>

but your example doesn’t work on mac at all…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 12, 2004, 8:08am UTC](https://forum.kirupa.com/t/html-over-flash/60491/6 "2004-08-12T08:08:58Z")

</div>

> [@Algreco](#):
>
> uuu, indeed, I overlooked the menu there 🙂  
> Sorry.  
> It’s actually a pretty nice effect 🙂

Really ? what happens ?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 7, 2004, 3:38pm UTC](https://forum.kirupa.com/t/html-over-flash/60491/7 "2004-09-07T15:38:59Z")

</div>

did you guys ever come up with a solution to this. i have a problem with this right now were i need layers to go over the top of flash.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 7, 2004, 5:49pm UTC](https://forum.kirupa.com/t/html-over-flash/60491/8 "2004-09-07T17:49:19Z")

</div>

I did it here, [http://www.cyberware.co.uk/~richard/client\_sites/annex6/](http://www.cyberware.co.uk/~richard/client_sites/annex6/)

make sure you have this in your flash paramiters:  
\<param name=“wmode” value=“transparent”\>  
and I put the flash within \<div\>\</div\> tags and the html you can position in \<div\> tags using the  
style="position:absolute;left:100;top:100"  
attrib

Hope that helps
