Here is my code
<tr>
<td colspan="3" valign="top">
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="554" height="216">
<param name="movie" value="images/test.swf">
<param name="quality" value="high">
<embed src="images/test.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="554" height="216"></embed>
</object>
<!--- <img src="images/Billboard_Aboutus_add.gif" width="554" height="216"> ---></td>
</tr>
Everytime I run this webpage on my local host i.e My webpage doesn't play the movie and keeps asking me for a user name and password for the webserver!
Anyone know whats going on? Something wrong with my code?
<tr>
<td colspan="3" valign="top">
<object classid="clsid
<param name="movie" value="images/test.swf">
<param name="quality" value="high">
<embed src="images/test.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="554" height="216"></embed>
</object>
<!--- <img src="images/Billboard_Aboutus_add.gif" width="554" height="216"> ---></td>
</tr>
Everytime I run this webpage on my local host i.e My webpage doesn't play the movie and keeps asking me for a user name and password for the webserver!
Anyone know whats going on? Something wrong with my code?