Hi to everyone
I am new to Modx, i am trying to use the SWFObject, but i am confused on how to.
Is there a tutorial or a step-by-step document.
I have already read the documentation
here is the code i used it is not outputting anything.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="_your description goes here_" />
<meta name="keywords" content="_your,keywords,goes,here_" />
<meta name="author" content="_your name goes here_ / Original design: Andreas Viklund -
http://andreasviklund.com/" />
<link rel="stylesheet" type="text/css" href="assets/templates/andreas03/style/andreas03.css" />
<title>[(site_name)] | [*pagetitle*]</title>
</head>
<body>
<div id="thetop">
[!SWFObject? &mode=`static` &flashVersion=`7.0.0` &objId=`footer` &objWidth=`790` &objHeight=`150` &swfUrl=`assets\templates\Andreas03\images\header.swf`!]
</div>
<div id="container">
<div id="main">
<!--<div id="logo">
<h1>[<a href="index.php" accesskey="4">[(site_name)]</a>]</h1>
<span id="tagline">[*longtitle*]</span>
</div>-->
[*content*]
</div>
<div id="sidebar">
<h2 class="sidelink menuheader"><a id="sitemenu"></a>Site menu:</h2>
<div id="navigation">
[[Wayfinder? &startId=`0` &level=`2`]]
</div>
<div class="clear"> </div>
</div>
</div>
<div id="footer"><p>© 2005 [(site_name)].</p></div>
</body>
</html>