How to insert a movie |
|
|
Created on 2009-07-29 12:33:34 | |
dannie |
Hi there, any ideas how to make a movie play directly on a bluetronix web page? |
Created on 2009-07-29 15:46:57 | |
Max |
Hy, upload your movie with FTP. Edit a site. Click on \"Code-View\" and insert the follow code (replace \"Video.wmv\" with your movie filename): <object id=\"MediaPlayer\" type=\"application/x-oleobject\" widnoth=\"400\" height=\"300\"> <param name=\"url\" value=\"Video.wmv\"> <param name=\"autostart\" value=\"false\"> <embed type=\"application/x-mplayer2\" src=\"Video.wmv\" widnoth=\"400\" height=\"300\" autostart=\"0\" showstatusbar=\"1\"> </embed></object> Click on \"Code-View\". Save the site. |
Created on 2009-07-30 10:37:57 | |
dannie |
Great - thanx Max |
|