Groups | Blog | Home
all groups > flash (macromedia) > april 2007 >

flash (macromedia) : SWF as a Browser Background


Karl Clay
4/27/2007 8:52:36 PM
I want to load a flash-movie as a background instead of loading a jpeg. And
then load my actual flash web-site on top of that so it operates independently
of the background. Make sense?

My objective is to allow people to scroll through the top flash site (which is
2000 pixels high) while keeping the bottom flash file ( 400 pixels high)
stationary.

This is my current html file below. I want to replace Background.jpg with a
Flash movie. Thanks in advance.

Karl

<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>My Title</title>
</head>

<BODY background="Background_Image.jpg">

<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD HEIGHT="25">&nbsp;</TD>
</TR>

<TR>
<TD ALIGN="center">

<script src="Jave_to_my_File.js" type="text/javascript"></script>

</TR>
</body>
</html>
gaurav_ch
4/29/2007 12:00:00 AM
hi,

I don't think that is possible as till date the browsers do not support this.
What you can try is to put the swf in a div and try to position the other divs
over by making a website using CSS and not tables.

Gaurav
AddThis Social Bookmark Button