|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Sep 2003
Lives in Tampa, FL
62 posts
Gave thanks: 0
Thanked 0 times
|
Problems with Flash on page
I'm a little baffled at why my flash "slide show" is not working on my website. It is a new element, it is in the template so it should show on every page but for some reason does not run at all. It is located on the top right next to "Scuba Steve's Marine Outlet" on the right hand side. The url is http://www.scubasteve.biz I have other pages with flash that work with no problem.
<tr> <td width="100" height="63" valign="top"> <img src="../images/scubasteve.gif" width="100" height="63"> </td> <td width="469" valign="top"> <img src="../images/scubastevelogo2.gif" width="469" height="63"> </td> <td width="200" valign="top"> <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="195" height="63"><param name="movie" value="../brandimages/brand_slideshow.swf"> <param name="quality" value="high"> <embed src="../brandimages/brand_slideshow.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="195" height="63"></embed> </object> </td> </tr>
__________________
Neil www.westchaseproducts.com www.scubasteve.biz florida.scubasteve.biz www.akumalfantasy.com Server: Pixel |
|
|
|
|
|
#3 (permalink) |
|
Marketing Maven
Surpass Staff
Joined in May 2003
Lives in Orlando
24,749 posts
Gave thanks: 946
Thanked 806 times
|
Just put the complete path.
http://www.scubasteve.biz/brandimage..._slideshow.swf
__________________
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Seasoned Poster
Joined in Nov 2004
Lives in Columbus, Ohio
Hosted on Pass16
71 posts
Gave thanks: 1
Thanked 0 times
|
not only should you try the direct path to the file, but make sure this is at the very top of your html page, before the header:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> You've got something similar there, but it wouldn't hurt to try what I've got above. Also, in looking at the "brandimages" file, there is no swf in it. |
|
|
|