This is a migrated thread and some comments may be shown as answers.

tooltip displays behind a flash piece

2 Answers 60 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 07 Aug 2008, 04:52 AM
I was wondering if there was a way to have a tool tip appear above a flash piece rather than behind it.

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 07 Aug 2008, 11:39 AM
Hi John,

I suggset to set the flash movie's wmode property to transparent - this should fix the problem, e.g:


<form id="form1" runat="server"
    <asp:ScriptManager ID="ScriptManager1" runat="server"
    </asp:ScriptManager> 
    <telerik:RadToolTip ID="RadToolTip1" runat="server" IsClientID="true" TargetControlID="mainDiv"
        ToolTip</telerik:RadToolTip> 
    <div id="mainDiv" style="height: 50px; border: 1px solid red;"
        &nbsp;</div> 
    <embed pluginspage="http://www.macromedia.com/go/getflashplayer" align="baseline" 
        src="promo.swf" width="150" height="150" wmode="transparent" type="application/x-shockwave-flash" 
        bgcolor="" salign="LT" quality="high" menu="false" loop="false"
</form> 


Best wishes,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
IrishManInUSA
Top achievements
Rank 1
answered on 07 Aug 2008, 11:51 AM
Sweet, I was using swfobjects to do the flash embedding, but was able to add in the setting. Thank you.

Tags
ToolTip
Asked by
John
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
IrishManInUSA
Top achievements
Rank 1
Share this question
or