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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is there a reason why this isnt showing 3

Status
Not open for further replies.

mycomputerhealer

Instructor
Joined
Mar 4, 2008
Messages
5
Location
US
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="1270" height="740">
<param name="movie" value="FLASH.swf" />
<param name="quality" value="high" />
<embed src="FLASH.swf"
quality="high"
type="application/x-shockwave-flash"
width="1270"
height="740"
pluginspage=" />
</object>
it doesnt show wheni plubish it to my website
 
Does the Flash file exist in the same folder as the page, with the same case filename (i.e. "FLASH.swf" and "flash.swf" would be the same on a Windows host, but not a *nix host).

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Check that you have uploaded the Flash file, and if you're hosting on unix/linux check that the upper/lower case is what you specified - i.e. FLASH.swf not flash.swf, FLASH.SWF or whatever.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
ok i put the file in the folder with my web pages instead of my video folder.
then i uploaded the file through my ftp and it works now.
thanks you guys. its nice to see people actually work that use a computer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top