Ciao a tutti!!!


Che tipo di css dovrei creare per formattare correttamente il seguente codice fornito da youtube?

<object width="340" height="280"><param name="movie" value="http://www.youtube.com/v/83GPDws30F4"></param><embed src="http://www.youtube.com/v/83GPDws30F4" type="application/x-shockwave-flash" width="340" height="280"></embed></object>


per alcuni punti credo basterebbe aggiungere la class :

.tube{
width: 340px;
height: 280px;
}

Ma oltre a darmi errore su width ed height, di da errore anche sul src di embed e sul type di "application/x-shockwave-flash".

che suggerite voi?