Forum Moderators: open
Ive done a test file but it aborts as soon as you load it
Im not sure of the scripting i am using...
Heres what i have in the test file to get rid of the Active pop Up....
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="flashcontent">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>
<script type="text/javascript">
var so = new SWFObject("160companyT.swf", "movie", "600", "300", "6", "#003399");
so.addVariable("variable", "varvalue");
so.write("flashcontent");
</script>
</p>
</div>
</div>
</body>
</html>
The old original Index page is.....
<html>
<head>
<title>Welcome to my Résumé</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="300">
<param name="movie" value="160companyT.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="160companyT.swf" width="600" height="300" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</p>
</div>
</body>
</html>
[edited by: jatar_k at 8:36 pm (utc) on Aug. 28, 2006]
[edit reason]
[1][edit reason] no urls thanks [/edit] [/edit][/1]