View Single Post
10-23-2007, 01:28 PM
#7
danmoore is offline danmoore
Status: I'm new around here
Join date: Oct 2007
Location: Perth, Western Australia
Expertise:
Software:
 
Posts: 18
iTrader: 0 / 0%
 

danmoore is on a distinguished road

  Old

Hi Tracyl,

so far your code is looking spot on, however you are currently missing one very important peice of information

the javascript file that you'll need to include in the header - you can download it from http://blog.deconcept.com/swfobject/#download.

that will need to sit in the head of you document like so.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0014)about:internet -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>

<link href="shaw.css" rel="stylesheet" type="text/css">

<script type="text/javascript" src="/js/swfobject.js"></script>

</head>
other than that, it seems all your elements are matching up ok and the div and so.write ID you've given are matching.

Try dropping in the swf object and let me know how you go.

Sorry for delayed reply, I'm in Aust. and work full time so I don't have much time to jump on here and post.

Cheers,
Dan