Presto fatto. Con questo codice ho inserito video nelle mie pagine in due modi diversi.
Qui: http://www.tonicopi.it/frittomisto/filmati/index.php
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/LARsnB4ZNpI">
</param>
<param name="wmode" value="transparent">
</param>
<embed src="http://www.youtube.com/v/LARsnB4ZNpI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
</object>
e qui:
http://www.tonicopi.it/frittomisto/filmati/fallo.php
<iframe name="dada_video_frame67" width="498" height="374" frameborder="0" src="http://it.dada.net/videoplayer/popupvideo.php?id=1235051&stretch=1&site=life&nost ream=1&bgc=000000" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no">
</iframe>
Se il filmathttp://www.tonicopi.it/frittomisto/filmati/bastardo.phpo sta nel tuo spazio web come qui:
http://www.tonicopi.it/frittomisto/filmati/bastardo.php
usa il tag object in questo modo:
<object width="425" height="355"><param name="movie" value="http://www.tonicopi.it/frittomisto/filmati/el_vidrio.asx"></param><param name="wmode" value="transparent"></param><embed src="http://www.tonicopi.it/frittomisto/filmati/el_vidrio.asx"application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
Sperando di esserti stato utile
Ciao

Rispondi quotando