This is a discussion on "Problems with Flash and CSS-P" within the Web Page Design section. This forum, and the thread "Problems with Flash and CSS-P are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Problems with Flash and CSS-P
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Problems with Flash and CSS-P
Hello,
I am designing a site using CSS-P (layers). I inserted an .swf file into a layer. It works fine when I test it locally but it doesn't show when I upload it to the server. Can someone tell me what I am doing wrong or what I may be overlooking? The link is www.lifesizeht.com . Your help will be greatly appreciated. Sharez |
|
|
|
|||
|
Re: Problems with Flash and CSS-P
here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>LifeSizeHT.com</title> <style type="text/css"> <!-- #Layer1 {position:absolute; width:750px; height:177px; z-index:3; left: 114px; top: 150px; visibility: visible;} body {background-color: #000000;} #Layer2 {position:absolute; width:310px; height:42px; z-index:2; left: 336px; top: 335px;} .style2 {font-size: 24px; color: #FFFFFF; font-style: italic;} .style3 {color: #FFFFFF; font-size: 24px;} --> </style> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body bgcolor="#FFFFFF"> <div id="Layer1"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','750','heigh t','177','src','header8','quality','high','plugins page','http://www.macromedia.com/go/getflashplayer','movie','header8' ); //end AC code </script> <noscript> <object classid="clsid <param name="movie" value="header8.swf" /> <param name="quality" value="high" /> <embed src="header8.swf" width="750" height="177" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> </noscript> </div> <div id="Layer2"> <div align="center"><span class="style3"><strong>LifeSizeHT.com</strong></span><span class="style2"> Coming Soon </span></div> </div> </body> </html> |
![]() |
| Tags |
| problems, flash, cssp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash Timeline problems | jjpeacha | Flash & Multimedia Forum | 7 | Aug 14th, 2007 21:58 |
| Flash sound problems | handbanana | Flash & Multimedia Forum | 0 | Jan 14th, 2007 21:22 |
| FLASH Problems in IE | JODANI | Flash & Multimedia Forum | 3 | Oct 18th, 2006 04:41 |
| Flash screen problems | bejamshi | Flash & Multimedia Forum | 2 | Oct 16th, 2006 02:34 |
| css and flash problems | sjcoates | Web Page Design | 3 | Mar 8th, 2006 04:50 |