Forum: DaniWeb Community Feedback Dec 4th, 2008 |
| Replies: 8 Views: 1,292 You need access to the php file that loads the flash object. All the code I mentioned goes there. |
Forum: DaniWeb Community Feedback Dec 1st, 2008 |
| Replies: 8 Views: 1,292 A solution to flash overlaying everything else is to add the wmode=transparent to the params.
EDIT: Like this
<param name="wmode" value="transparent">
wmode="transparent" goes inside the... |