Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<div>
                <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/VideoImage2.gif" OnClick="ImageButton1_click" />
                
                <asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="ImageButton1" PopupControlID="panel1"
                CancelControlID="btnCancle" Drag="false">
                </asp:ModalPopupExtender>
                <asp:Panel ID="Panel1" runat="server">
                <div>
                <video width="90%" height="90%" controls="controls" src="hcvid3.wmv">
                </video>
                <input id="btnCancle" type="button" value="Cancle"/>
                </div>     
                           
                </asp:Panel>
            </div>


I am getting the player skin ( play button etc..) but video is not playing.

video is getting played in Media Player, so there is no issue with video.

Does any one know what might be the reason ?

Thanks in Advance !
Posted

1 solution

I think you don't have a doctype, ex : on top of your document
 
Share this answer
 
Comments
prthpatel412 30-Apr-12 10:22am    
No I Have it..Thanks but I figure out it anyway.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900