Controlling mbedded WMV files
June 17, 2005 12:00 AM
Here is Hemingway's code, with ASP tags added so that our developers, most of whom are non-programmers, do not have to alter anything in the code. We have found that some non-programmers are nervous about altering anything in HTML. Also, this minimizes the possibility of minor syntax errors. Hope some of you find this helpful.Replace the stuff in red with your own info.
<%Dim videoname, width, heightvideoname = "name.wmv" ' <-- ENTER THE NAME OF YOUR VIDEO FILE BETWEEN THE QUOTESwidth = "320" ' <-- ENTER THE VIDEO WIDTH BETWEEN THE QUOTESheight = "240" ' <-- ENTER THE VIDEO HEIGHT BETWEEN THE QUOTES'*** DO NOT CHANGE ANYTHING BELOW THIS LINE%> height=<%=height%> autostart=1 showcontrols=0 volume=-450>
Discussions have been disabled for this post