Problems with Flash and CSS-P

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 21st, 2006, 00:37
New Member
Join Date: Jul 2006
Location: New Jersey
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Jul 21st, 2006, 05:32
New Member
Join Date: Jul 2006
Location: New Jersey
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="177">
<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>
Reply With Quote
Reply

Tags
problems, flash, cssp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 16:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43