Tag is too long, or end of tag marker not found. Tag substitution sequence:
1. Hosted page
2. <% '--------Get VARS-----------
Dim strDemoBG, strFlashFile, strFlashWidth, strFlashHeight

strDemoBG = Request.QueryString("pColor")
strFlashFile = Request.QueryString("pFile")
strFlashWidth = Request.QueryString("pWidth")
strFlashHeight = Request.QueryString("pHeight")

If strDemoBG = "white" Then
strDemoBG = "ffffff"
ElseIf strDemoBG = "black" Then
strDemoBG = "000000"
End If

%>

<BODY topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#<%=strDemoBG%>">

<center>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=800 HEIGHT=400 id=ShockwaveFlash1>
<PARAM NAME=movie VALUE="EtherScopemain.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=exactfit>
<PARAM NAME=wmode VALUE=transparent>
(more...)