aggiunta audio e video
6 messaggi Pagina 1 di 1
aggiunta audio e video
salve vorrei sapere come faccio ad aggiungere audio e video.e come creare un form con la mia email di libero funzionante.
grazie
Re: aggiunta audio e video
adding video<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
adding audio
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
host
http://www.000webhost.com/
Re: aggiunta audio e video
XainPro ha scritto:adding video
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
adding audio
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
host
http://www.000webhost.com/
grazie per la risposta.
non ho capito come devo fare per il formail
Re: aggiunta audio e video
ho provato a inserire un video flv ma non funzione esce la schermata nera con centro un quadratino bianco e una x rossaRe: aggiunta audio e video
utilizzare il formato mp4Re: aggiunta audio e video
It can be usefulaudio adding
<audio controls>
<source src = "horse.ogg" type = "audio / ogg">
<source src = "horse.mp3" type = "audio / mpeg">
Your browser does not support the audio tags.
</ audio>
Pagina 1 di 1