<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
&lt;object TYPE="application/x-shockwave-flash" WIDTH="600"
HEIGHT="600" id="oI"&gt;<br>
&nbsp;&lt;param name="movie" value="2.swf"&gt;<br>
&lt;/object&gt;<br>
<br>
Are these enough parameters to run a flash?<br>
<br>
<br>
<br>
suresh kumar escreveu:<br>
<blockquote
 cite="mid20061114142030.23693.qmail@web8607.mail.in.yahoo.com"
 type="cite">
  <div>Hi to all ,</div>
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Any one help me to solve this problem.i want to
display the flash(.swf file) using &lt;object&gt; tag dynamically.Right
now the flash image &nbsp;is not getting diplayed but i able to see the
background of the swf file.</div>
  <div>&nbsp;</div>
  <div>&nbsp;here is my code.</div>
  <div>&nbsp;</div>
  <div>myspan=document.getElementById('my_span');</div>
  <div>oImga = document.createElement('OBJECT');&nbsp; // Create dynamically
object tag<br>
oImga.setAttribute('TYPE' , "application/x-shockwave-flash");<br>
oImga.setAttribute('WIDTH' , "600");<br>
oImga.setAttribute('HEIGHT' , "600");<br>
oImga.setAttribute('id',"oI"); // Give id to it<br>
prm=document.createElement('PARAM');&nbsp; // Create dynamically object tag<br>
prm.setAttribute('NAME' , "MOVIE");<br>
prm.setAttribute('VALUE' , "2.swf");&nbsp; //source file<br>
oImga.appendChild(prm);<br>
myspan.appendChild(oImga);</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>//display area to display flash file</div>
  <div>&lt;div id="my_span"
style="position:absolute;width:600;height:600;z-index:2;visibility:visible;"&gt;</div>
  <div>&nbsp;</div>
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; thanxs for reply</div>
  <p> </p>
  <hr size="1"> Find out what India is talking about on - <a
 href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo!
Answers India</a> <br>
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <a
 href="http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com">Get
it NOW</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Javascript mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Flavio Gomes
<a class="moz-txt-link-abbreviated" href="mailto:flavio@economisa.com.br">flavio@economisa.com.br</a></pre>
</body>
</html>