Where's the css for the flashcontent div?

----- Original Message ----- 
From: "Matthew Ganz" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, April 03, 2007 7:37 PM
Subject: Re: [Flashcoders] eolas fix for IE7


> actually, all of a sudden it's not working again. here's the code i have on 
> my html page:
>
> <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>home</title>
>
> <script type="text/javascript" src="javascript/swfobject.js"></script>
>
> </head>
>
> <body bgcolor="#ffffff">
>
>
> <div id="flashcontent">
>
> This text is replaced by the Flash movie.
>
> </div>
>
> <script type="text/javascript">
>
> var so = new SWFObject("home.swf", "mymovie", "100%", "100%", "8", "#FFFFFF");
>
> so.addParam("scale", "NOSCALE");
>
> so.write("flashcontent");
>
> </script>
>
> </body>
>
> </html>
>


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to