Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorgilray
    • CommentTimeNov 5th 2006
     
    i want to upload my mpg to the internet, however, i want it to be able to view and not downloadable, is there anyway i can do that?
    • CommentAuthorhardy
    • CommentTimeNov 5th 2006
     
    You can insert the movie into html using code like this:


    <embed src="yourmovie.mpg" width="350" height="255" autostart="0"></embed>


    You can adjust the width and height to the dimensions that the movie is at in the code above.