<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey Everyone...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a flash app running inside of a JSR-168 
portlet...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is my code...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><script type="text/javascript"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>var so = new 
SWFObject("${pageContext.request.contextPath}/flash/Spinner.swf", "spin", "535", 
"429", "7", "#ffffff");<BR>so.addParam("quality", 
"high");<BR>so.addParam("wmode", "transparent");<BR>so.addParam("salign", 
"t");<BR>so.addParam("allowScriptAccess", 
"always");<BR>so.write("spinner");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></script></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The app works fine, shows up and all, but I get the 
box surrounding it on the outside.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>There is also a flash "ad" running directly beside 
it that is not using SWF object (at the moment), so for now it is okay to have 
the outline (or whatever you want to call it) showing up for the 
moment...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This page is inside of an iFrame... outside of this 
iFrame I have a Flash menubar running, not currently working with SWF Object 
because the "onBlur" functionality isn't cooperating.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I have more than a single flash movie running 
at a time, could this 'break' the SWFObject javascript?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for any replies!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>--LD</FONT></DIV></BODY></HTML>