Click to See Complete Forum and Search --> : embedding video in .net


aniketlimaye
03-16-2006, 01:24 PM
hii..
i have a variable in the <script> </script> code...that variable contains the path of the video( .wmv) i want to play...plz post a command which can take this variable and embed this video in my page (like it is done in html thru <embed></embed>)

PeOfEo
03-16-2006, 05:02 PM
So just print the html you need.

Response.write("<html>" + some variable + "some more markup")
Or put it anywhere in your document to be run on load using a code block
some code <% Response.write("somevariable") %> more html.