Hello,
I am trying to open a RadWindow on a flash for which I have not the source.
I try this :
with
but it is not working...
Do you have any idea to help me?
Thank you!
I am trying to open a RadWindow on a flash for which I have not the source.
I try this :
| <telerik:RadWindowManager ID="RadWindowManager1" runat="server" style="z-index:90000" |
| EnableEmbeddedSkins="False" VisibleOnPageLoad=false VisibleStatusbar="false" Skin="Officin" Behaviors="Close"> |
| <Windows> |
| <telerik:RadWindow |
| OpenerElementID="<%# lnkFlash.ClientID %>" |
| NavigateUrl="Inscription1.aspx" |
| Runat="server" |
| Width="478px" |
| Height="440px" |
| Modal=true |
| Id="RdWinInscription2" EnableEmbeddedSkins="false" style="z-index:90000" Skin="Inscription" > |
| </telerik:RadWindow> |
| </windows></telerik:RadWindowManager> |
with
| <asp:LinkButton ID="lnkFlash" runat="server"><OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="305" width="641" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT> |
| <PARAM NAME="Movie" VALUE="images/animation_Prehome.swf"> |
| <PARAM NAME="Src" VALUE="images/animation_Prehome.swf"> |
| <PARAM NAME="WMode" VALUE="transparent"> |
| <PARAM NAME="Play" VALUE="false"> |
| <PARAM NAME="Loop" VALUE="true"> |
| <PARAM NAME="Quality" VALUE="High"> |
| <embed src="images/animation_Prehome.swf" wmode="transparent" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" |
| type="application/x-shockwave-flash" height="305" width="641"> </embed> |
| </OBJECT></asp:LinkButton> |
but it is not working...
Do you have any idea to help me?
Thank you!