|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Posts: n/a
|
Flash movie won't load
Hi!
I've copied a swf and html file to my web site. When I try to display it the page hangs. Here is a simple one: http://www.chillson.com/test/fly20020429/pathdg.html this loads just fine on my pc. Do I need something besides the swf and html files? here is the html: <HTML> <HEAD> <TITLE>PatHdg</TITLE> </HEAD> <BODY bgcolor="#99CCFF"> <!-- URL's used in the movie--> <!-- text used in the movie--> <OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=700 HEIGHT=200> <PARAM NAME=movie VALUE="PatHdg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#99CCFF> <EMBED src="PatHdg.swf" quality=high bgcolor=#99CCFF WIDTH=700 HEIGHT=200 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT> </BODY> </HTML> |
|
|
#2 |
|
Join Date: Dec 2001
Location: Gulfcoast, TX
Posts: 6,911
Reputation: 102
|
hung up page
Hi phillson,
Are both html and swf files in same directory. Try placing both files in your htdocs directory and see if it works. I think the browser is looking for the swf file in your htdocs directory.
__________________
Thanks, AlphaDesk Those who can read and don't are no better off than those who can't. - Sam Clemens |
|
|
|
|
#3 |
|
Posts: n/a
|
problem solved
Boy is my face red!!!!
I have ws-ftp set to change all filenames to lower case. But I had the swf file name with upper and lower case. Problem is solved. Thanks!!!! |
![]() |
| Thread Tools | Search this Thread |
|
|