Aiuto:Inserimento fileflv
Tratto da EduEDA
Versione del 25 Mag 2022 alle 18:57 di Admin (Discussione | contributi)
Per inserire un video su EduEDA si deve innanzi tutto trasferire il file del video tramite ftp nello spazio web dedicato a EduEDA. Per fare questo dovete contattare l'amministratore (tom.tozzi@gmail.com).
Una volta che il video è stato inserito per richiamarlo e visualizzarlo all'interno di un articolo la sintassi è questa:
esempio:
<center> <flvplayer width="320 px" height="256 px" loop=false autoplay=false quality=best hidecontrols=false>http://www.edueda.net/flv/1981_soldatini.flv</flvplayer> </center>
significato ed utilizzo degli attributi
- width=px or % (Specify the width of the movie when displayed)
- height=px or a% (Specify the height of the movie when displayed)
- loop=true/false (Loop the movie, default:true)
- autoplay=true/false (Automatically start playing the movie, default:false)
- hidecontrols=true/false (Hide the controls of FlowPlayer, default:false)