include('tag_maker')
section html
func doPrint
include('tag_header')
s[1] = "object"
tag = "object"
s &= " classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\""
s &= " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\""
if(isndef(Width))
s &= " width=\"" & Width & "\""
end
if(isndef(Height))
s &= " height=\"" & Height & "\""
end
s &= ">"
if(isndef(Src))
s &= ""
end
if(isndef(Quality))
s &= ""
end
s &= ""
include("tag_footer")
end