Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't make flash move play on localhost!

Status
Not open for further replies.

countdrak

Programmer
Jun 20, 2003
358
US
Here is my code

<tr>
<td colspan="3" valign="top">
<object classid="clsid:D27CDB6E-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?
 
Sounds like a problem with Cold Fusion or your server configuration (IIS...)

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top