Here is where a featured iWeb site will be listed every month. Sites are chosen as featured because of their individuality and creativity as well as for their attempts in making their sites look like they're not created with iWeb. Sites are chosen from the list of iWeb-created sites listed on iWebFAQ.com/iwebsites so make sure your site is listed if you want to be considered a feature on iWebFAQ.com. The site of the month for January 2009 is StopSuctionEntrapment.com
Flash
Depending on what kind of effect you are trying to accomplish, inserting Flash into your iWeb site is not that difficult to do. Although most users of Flash also use Dreamweaver to design their websites there are some out there that use iWeb. Or you may be an iWeb user that comes across some Flash content and you'd like to add it to your site. Whatever the reason Flash CAN be embedded into a web page created with iWeb, of course you can not do this inside of the iWeb Application itself unfortunately.
The basic process involves adding a text box in iWeb the size you are going to have the Flash file displayed and in the text insert something that will be easy to find later when locating the code. Something like "FLASHCODEHERE"
After you have Published your site locate your HTML file and replace the "FLASHCODEHERE" with
<object classid="clsid:D27CDB6E-AE6D-11cf-
96B8-444553540000" codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=7,0,
19,0" width=
"160" height="600" title="iWebFAQ.com/
iPhone Flash Movie">
<param name="movie" value="http://YourSite.com/YourFlashFile.swf" />
<param name="quality" value="high" />
<embed src="http://YourSite.com/YourFlashFile.swf" quality="high" pluginspage="http://www.macromedia.com
/go/getflashplayer"
type="application/x-shockwave-flash" width="160" height="600"></embed>
</object>
UPDATE: We're working on posting a new flash code that will validate under w3 standards. Check back soon for the updated code.