Click here to Skip to main content
16,018,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have uploaded a video on my site when i am trying to display it
its not wporking
i did like this

HTML
<a target="videoWindow"  önclick="showPopup('popup1<%#Eval("logId")%>','<%# DataBinder.Eval(Container.DataItem, "logId")%>');">Video</a>

<div id="popup1<%#Eval('logId')%>" class="popup" style="height:280px;">
	<a id="popupBoxClose1" href="#" önclick="unloadPopupBox('popup1<%#Eval("logId")%>');">Close</a>

           <div style="background-color:#DAF2FE; text-align:center; margin-removed12px; width:600px;">Video</div>

           <div id="dvcomm1" style="margin-removed20px;">
                <br />
            
               <iframe name="videoWindow" id="videoWindow" height="240px" width="550px" runat="server" src='<%#Eval("video") %>'  scrolling="yes"></iframe>
            </div>           
</div>

showpop is a javascript function

but ist not displaying my uploaded video
but when i m giving path of youtube embeded video its playing
can someone tell how can i display my uploaded video
Posted
v3

1 solution

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