I have some swf files and I would put them in a making them alternate each other automatically every 10 seconds, there is a way to do this using html?
my div is like this now:
<div class="main">
<div class="main_content">
<object width="100%" height="100%">
<param name="movie" value="images/lobby.swf">
<embed src="images/lobby.swf" width="100%" height="100%">
</embed>
</object>
</div>
<div class="main_content_left">
<h1 class="bolder">11 de dezembro de 2013</h1>
<h2> Convenção Nike </h2>
</div>
</div>
Finally got solve my problem, below is the code I got: