div over a flash object


/ Published in: XHTML
Save to your folder(s)

A simple way to display a block-level-element over a flash document.


Copy this code and paste it in your HTML
  1. OBJECT-Tag:
  2. <param name="wmode" value="transparent">
  3.  
  4. EMBED-Tag:
  5. wmode="transparent"

Report this snippet


Comments


You need to login to view comments.