Ciao a tutti,
per viasualizzare video .flv utilizzo questo codice:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="375" height="284" id="FLVPlayer" standby="<%=video_flv_img%>">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin _3&streamName=<%=video_flv%>&autoPlay=true&autoRew ind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_ Skin_3&streamName=<%=video_flv%>&autoPlay=true&aut oRewind=false&standby=<%=video_flv_img%>" quality="high" scale="noscale" width="375" height="284" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Come faccio a far visualizzare, quando un video è terminato, un'immagine?
Grazie mille