runeryberg
10-21-2008, 10:26 PM
hey,
I recently discovered that my swf site does not start automatically on windows machines both ie and firefox.
http://www.runeryberg.com
It used to work fine, the only change I've made is to upgrade to AS3.
I'm a complete noob when it comes to html, java and so on, so the following html might look rather ridiculous. I use javascript to load the swf in order to preserve some transparency in the swf.
Please help.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>R U N E R Y B E R G</title>
<META NAME="description" CONTENT="Portfolio of Danish animator, graphic designer and illustrator Rune Ryberg.">
<META NAME="Keywords" CONTENT="animation, graphic, design, illustration, drawing, art, artwork, portfolio, showreel, Rune, Ryberg, skateboard, skateboarding, decks, skate, skateshop, skatestore, danish">
<META NAME="Copyright" CONTENT="All content on this site is copyrighted by Rune Ryberg.">
<script type="text/javascript" src="ufo.js"></script>
<script type="text/javascript">
var FO = { movie:"HP-3_05.swf", width:"970", height:"634", wmode:"transparent",
majorversion:"8", build:"0" };
UFO.create(FO, "flash 1");
</script>
<style type="text/css">
body {background: #626262 url(wallpaperSquids.gif) repeat;
</style>
</head>
<body bgcolor="#747474">
<center>
<div id="flash 1">
<p>You need Flash player 9 or higher to preview this site
<a href="http://www.macromedia.com/go/getflashplayer">Download Flash</a></p>
</div>
</center>
</body>
</html>
I recently discovered that my swf site does not start automatically on windows machines both ie and firefox.
http://www.runeryberg.com
It used to work fine, the only change I've made is to upgrade to AS3.
I'm a complete noob when it comes to html, java and so on, so the following html might look rather ridiculous. I use javascript to load the swf in order to preserve some transparency in the swf.
Please help.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>R U N E R Y B E R G</title>
<META NAME="description" CONTENT="Portfolio of Danish animator, graphic designer and illustrator Rune Ryberg.">
<META NAME="Keywords" CONTENT="animation, graphic, design, illustration, drawing, art, artwork, portfolio, showreel, Rune, Ryberg, skateboard, skateboarding, decks, skate, skateshop, skatestore, danish">
<META NAME="Copyright" CONTENT="All content on this site is copyrighted by Rune Ryberg.">
<script type="text/javascript" src="ufo.js"></script>
<script type="text/javascript">
var FO = { movie:"HP-3_05.swf", width:"970", height:"634", wmode:"transparent",
majorversion:"8", build:"0" };
UFO.create(FO, "flash 1");
</script>
<style type="text/css">
body {background: #626262 url(wallpaperSquids.gif) repeat;
</style>
</head>
<body bgcolor="#747474">
<center>
<div id="flash 1">
<p>You need Flash player 9 or higher to preview this site
<a href="http://www.macromedia.com/go/getflashplayer">Download Flash</a></p>
</div>
</center>
</body>
</html>