Hi Sam, Below is the code generated from "swfobject_generator_1_2_html." I'm not certain how to set paramaters --> where in the code does this happen and where can I determine correct syntax?
I just started using Flash today, so I'm no certain where to access parameter definitions. All I want to do is be able to make a Flash video the background on a site I'm preparing. I've come across 4 or 5 inanely distinctive ways to do this throughout the day and none of them has worked. Could you review the code below and advise? I greatly appreciate your response! PT ------------------------------------------------------------------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>dewtest</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("myFlashContent", "9.0.0"); </script> </head> <body> <div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="myFlashContent"> <param name="movie" value="video background experiment1.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="video background experiment1.swf" width="550" height="400"> <!--<![endif]--> <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" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </body> </html> -- 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.
