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>)
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.
Bookmarks