PDA

View Full Version : Help anyone..?



lVoodool
12-30-2003, 08:33 AM
Okay, I need to know how I can use a .swf file on Geocities. (Right now I am using SWiSH.) What files I might need to upload because my movie doesn't seem to load up whenever I try to view the page. I have Macromedia Flash installed. I am confused or maybe I am doing something wrong.

Here's the Code I put into my page:

<center>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=NoNew2 WIDTH=200 HEIGHT=50>
<PARAM NAME=movie VALUE="NoNew2.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="NoNew2.swf" quality=high bgcolor=#000000
WIDTH=200 HEIGHT=50 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</center>

Anyone please help?

jeet
12-31-2003, 05:40 AM
hi lVoodool,

I think you are using somthing wrong with the code

1. must check the swf and html path are same
2. must check the swf file name

or call the swf from absolute path like http://www.domainname.com/file.swf


<center>
<OBJECT classid="clsid&#58;D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http&#58;//active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=NoNew2 WIDTH=200 HEIGHT=50>
<PARAM NAME=movie VALUE="http&#58;//www.domainname.com/NoNew2.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="http&#58;//www.domainname.com/NoNew2.swf" quality=high bgcolor=#000000
WIDTH=200 HEIGHT=50 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http&#58;//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</center>

may be it will help you!

feel free to put more queries here!

regards
jeet