<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>How do I use the redirectURL parameter for the SWFObject??</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I am new to SWFObject, but I have gotten it working using the following code.  The noflash.inc file has our basic statement about what version is the minimum and a graphic link to the download site.  What I want to do is use the redirectURL parameter that I believe is available for the SWFObject to redirect to another page.  The other page is a generic error pages type page and I pass a parameter to determine which error to display.  This other page also uses a different grid/layout which would be difficult to duplicate in this .jsp.  Any help would be appreciated.</FONT></P>

<P><FONT SIZE=2 FACE="Arial"><html></FONT>

<BR><FONT SIZE=2 FACE="Arial"><head></FONT>

<BR><FONT SIZE=2 FACE="Arial"><title><%= request.getParameter("demo") %> Product Preview</title></FONT>

<BR><FONT SIZE=2 FACE="Arial"></head></FONT>

<BR><FONT SIZE=2 FACE="Arial"><script type="text/javascript" src="<%= demoPath %>swfobject.js"></script></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"><body></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"><div id="flashcontent"></FONT>

<BR><FONT SIZE=2 FACE="Arial">          <%@ include file="noflash.inc" %></FONT>

<BR><FONT SIZE=2 FACE="Arial"></div></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial"><script type="text/javascript"></FONT>

<BR><FONT SIZE=2 FACE="Arial">        var so = new SWFObject("<%= demoPath %><%= demoName %>", "script_test", "720", "540", "6", "#FFFFFF", true);</FONT>

<BR><FONT SIZE=2 FACE="Arial">        so.write("flashcontent");</FONT>

<BR><FONT SIZE=2 FACE="Arial"></script></FONT>

<BR><FONT SIZE=2 FACE="Arial"></body></FONT>

<BR><FONT SIZE=2 FACE="Arial"></html></FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Mary C. Gomez</FONT>

<BR><FONT SIZE=2 FACE="Arial">Software Developer</FONT>

<BR><FONT SIZE=2 FACE="Arial">Nielsen Media Research / VNU</FONT>

<BR><FONT SIZE=2 FACE="Arial">813-366-4244</FONT>
</P>

</BODY>
</HTML>