Slideshow
Photo journalists should consider creating a traditional Web site to showcase their work because Blogger has some limitations on this front. Still, it is helpful to know where you can create a slideshow and how to embed it in your Blog.
Here are a few sites that create slideshows:
Soundslides
Slideroll
Flickr
Picnik
Rock You!
SlideShowPro (This program was used to create the slideshow gallery displayed below.)
The program you use to create the slideshow will affect what code you use to embed the slieshow in your Blog. However, you can use this code as a guide:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="400" id="class" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.digitalnewsroom.net/ssp/slideshow/class.swf" />
<param name="quality" value="high" /><br />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.digitalnewsroom.net/ssp/slideshow/class.swf" quality="high" bgcolor="#ffffff" width="400" height="400" name="class" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<br />
</embed>
</object>
The code listed above will make this interactive slideshow appear in your Blog: