 CaNsA Super Spammer

Joined: 02 Jan 2008 Karma :   
|
 Posted: 23:31 - 04 Oct 2010 Post subject: HTML + Flash Boffs |
 |
|
Im trying to get a flash movie to auto resize in relation to window size. But im struggling. Help would be rewarded with
Cheers
| Code: | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
background-color: #101010;
}
-->
</style></head>
<body>
<td><div align="center">
<table width="100%" height="100%" border="0">
<tr align="center" valign="middle">
<td width="779" height="555"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="90%" height="90%" align="absmiddle" id="FlashID">
<param name="movie" value="header3_fv8.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object data="header3_fv8.swf" type="application/x-shockwave-flash" width="90%" height="90%" align="absmiddle">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object></td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>
|
|
|
 Frost World Chat Champion

Joined: 26 May 2004 Karma :  
|
 Posted: 23:50 - 04 Oct 2010 Post subject: |
 |
|
|
|
 CaNsA Super Spammer

Joined: 02 Jan 2008 Karma :   
|
 Posted: 00:06 - 05 Oct 2010 Post subject: |
 |
|
Cheers dude, ive been trying to do that but it aint working right
im off to bed anyways, ill sort it out 2moz. |
|
 Frost World Chat Champion

Joined: 26 May 2004 Karma :  
|
|