How to embed Zoomify in your pages and still have them validate as XHTML 1.0 fredag 30 november 2007, klockan 12:52
If you’ve tried exporting to Zoomify in PhotoShop CS3 you’ve probably noticed that the HTML output is pretty much crap. Here’s how to correct it.
The base name in the following example is ”Zoomify”.
<object type="application/x-shockwave-flash"
data="Zoomify_img/zoomifyViewer.swf"
width="470"
height="353"
id="Zoomify">
<param name="flashvars"
value="zoomifyImagePath=Zoomify_img&zoomifyNavigatorVisible=true" />
<param name="bgcolor"
value="#ffffff" />
<param name="menu"
value="false" />
<param name="movie"
value="Zoomify_img/zoomifyViewer.swf" />
</object>
Validates as XHTML 1.0 Transitional as well as Strict.
