/    Sign up×
Community /Pin to ProfileBookmark

Flash on top of my css boxes

hey everyone,

does anyone know how i can get my css box to be on top of my flash movie?

see:

[url]http://www.designingdigitally.com/clients/Matrix/MatrixComputerwithjs.html[/url]

i am doing this for middle school kids!

this is what i have for flash code:

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>MatrixComputer</title>
<script language=”javascript”>AC_FL_RunContent = 0;</script>
<script src=”AC_RunActiveContent.js” language=”javascript”></script>
<link rel=”stylesheet” type=”text/css” href=”style.css” />
<link rel=”stylesheet” type=”text/css” href=”submodal.css” />
<script type=”text/javascript” src=”submodalsource.js”></script>
</head>
<body bgcolor=”#161616″>
<!–url’s used in the movie–>
<a href=”javascript:showPopWin(‘test1.html’, 400, 200, null);”></a>
<!–text used in the movie–>
<!–

–>
<!– saved from url=(0013)about:internet –>
<script language=”javascript”>
if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0‘,
‘width’, ‘800’,
‘height’, ‘600’,
‘src’, ‘MatrixComputer’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer‘,
‘align’, ‘top’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘MatrixComputer’,
‘bgcolor’, ‘#161616’,
‘name’, ‘MatrixComputer’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘false’,
‘allowScriptAccess’,’sameDomain’,
‘movie’, ‘MatrixComputer’,
‘salign’, ”
); //end AC code
}
</script>
<noscript>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0” width=”800″ height=”600″ id=”MatrixComputer” align=”top”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”allowFullScreen” value=”false” />
<param name=”movie” value=”MatrixComputer.swf” /><param name=”quality” value=”high” /><param name=”bgcolor” value=”#161616″ /> <embed src=”MatrixComputer.swf” quality=”high” bgcolor=”#161616″ width=”800″ height=”600″ name=”MatrixComputer” align=”top” allowScriptAccess=”sameDomain” allowFullScreen=”true” wmode=”transparent type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object>
</noscript>
</body>
</html>

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@felgallJan 17.2008 — Change wmode from 'window' to either 'opaque' or 'transparent'.
Copy linkTweet thisAlerts:
@yinyang042authorJan 18.2008 — thanks!!! ? problem solved!
×

Success!

Help @yinyang042 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...