i'm stuck with this problem, so i thank any help.
the thing is i'm developing a web site for a foundation. I'm using a table, and on the right column i should be showing 4 times a spiral swf, each one 10 seconds after the previous. i've tryed showing them all together, without a timeout, and works fine, but when i use a timeout, the next spiral swf opens in a new page, losing the rest of the web page. just to be clear, each spiral swf deploys 4 spirals in 4 colors.
it's all here: http://sinerzia.com/tdiea
the not-working code:
<div style="float: right;">
<script type="text/javascript">
function spirar()
{
alert('test!');
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','202','heigh t','160','title','feaiea','src','espiral','quality ','high','pluginspage','http://www.macromedia.com/go/getflashplayer','bgcolor','#ffffff','movie','espir al' ); //end AC code
Bookmarks