Advertisement

08.19.2008 at 02:49AM PDT, ID: 23658952 | Points: 500
[x]
Attachment Details

HTML and/or CSS code that will substitute a static image for a flash movie

Asked by gabrielPennyback in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)

Here's a simple bit of code I've tried to adapt from a site, and I can't figure out how to really make it work for me. First of all, even though there are no more links to the original css, it won't work without the line {{ div id="flashcontent" > }}

I can easily substitute my flash movie, but how do I put it in a div of my own making?

http://www.discretedata.com/Ex-Ex/today/DNCC%20FlashMovie.html

Thanks,
JohnStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
	<title>Flashy Stuff</title>
	
	<script type="text/javascript" src="http://www.somesite.com/Ex-Ex/today/scripts/swfobject.js"></script>
 	</head>
	
<body>
<div id="flashcontent" >
         	<script type="text/javascript">var so = new SWFObject("http://www.somesite.com/Registration%20Cow_v5c.swf", "flashcontent", 742, 458, 8, "#0d42a0");
				so.addParam("wmode", "transparent");
				so.write("flashcontent");
			</script>							
			<noscript>
			<a href="http://www.experts-exchange.com"><img src="http://gocalifornia.about.com/library/graphics/img32_t2.jpg" alt="Homepage banner" /></a>
			</noscript>
</div>
 
 
	</body>
</html>
[+][-]08.19.2008 at 03:26PM PDT, ID: 22264488

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 04:05PM PDT, ID: 22264750

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 04:06PM PDT, ID: 22264761

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.19.2008 at 05:55PM PDT, ID: 22265274

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 10:48AM PDT, ID: 22282245

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_2_20070628