Sure This is how I set it up more or less. This is a page with nothing else except the <div> that loads the flash.The highlighted parts are 1. Include a path to the script (doesn't have to be http: just make sure the path is correct) 2. The Div container with alternative content 3. The javascript include with a couple paramaters If you have any other questions just ask.
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " > http://www.w3.org/TR/html4/strict.dtd"> > <html> > <head> > <link rel="icon" href="http://www.mysite.com/favicon.ico" > type="image/x-icon"> > > <link rel="shortcut icon" href="http://www.mysite.com/favicon.ico" > type="image/x-icon"> > > > <title>mysite</title> > <meta http-equiv="content-type" content="text/html; charset=utf-8" /> > <meta name="keywords" content=""> > <meta name="description" content=""> > <script type="text/javascript" src="http://mysite.com/script/swfobject.js "></script> <link rel="stylesheet" type="text/css" href="mysite.css" /> </head> <body> <div id="flashcontent"> <p>If you are reading this you need to upgrade your Flash Player to view our work.</p> <p>JavaScript Must Be on as well in Your Browser</p> <p> 90% of Browsers today have the Flash Player installed</p> <p><a href="http://www.adobe.com/go/d9c2fe33">Click here for a painless free upgrade and welcome to the world of Flash no limits design!</a></p></div> <script type="text/javascript"> // <![CDATA[ var so = new SWFObject('FlashFile.swf', 'flashfile, '1300px', '800px', '8', '#CCCCCC'); so.useExpressInstall('swfobject/expressinstall.swf'); so.addParam("wmode","transparent"); so.write("flashcontent"); // ]]> </script> </body> </html> On Sun, Mar 15, 2009 at 5:22 PM, craftne <[email protected]> wrote: > > Hi Curtis, > > Could you give me an example? Thanks. > > N. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
