When you inserted a flash movie in a Dotnetnuke Text/HTML content pane, the menu used to hidden on top of that inserted flash object. for that you have to add a parameter <param name="”wmode”" value="”transparent”" /> in code behind and insert the wmode="transparent" entry in the embed tag as below :
<p><param name="”wmode”" value="”transparent”" />finally the page should look like this :
<embed menu="false" loop="true" play="true"
type="application/x-shockwave-flash" width="636"
src="/DNNSite/Portals/0/SafatImages/safat_a.swf"
wmode="transparent"
pluginspage="http://www.macromedia.com/go/getflashplayer"
style="width: 636px; height: 133px">
</embed></p>
0 comments:
Post a Comment