My earliest thing is to use FrontPage2003 to see if there is a function of directly inserting a video. Create a new web page, search, finally find, insert-> pictures-> video, select the RM format file you want to insert, add the following code segment in the new page HTML: . Where DYNSRC is the address of the RM file. START is the start play mode of the video, one is when the web page is opened, the video automatically starts playback; the other is to play when the mouse moves to the icon displayed by the video file. Width and Height are width and height of video playback. Obviously, in FrontPage 2003, the video is treated as a picture. In this way, when playing video, you can choose to download it to the local, you can pause and continue play. However, it is worth mentioning that in this way, the video is played, not only the size of the video display cannot be controlled, but also the video effect of the display is very poor.
Want to play the effect of RM files, which reminds me of REALONE. If you let the browser call REALONE in the user machine, then play the RM video file, can you. So, online search, find some introducing CODE to play the RM file code. Just insert these code into the HTML of the web page, you can play the RM file. I don't know why, I tried a few, I was not successful. Finally, I have grinded a written one. Add the following code segment in HTML:
Carefully study the above code, feeling that you can display the main playback interface in the browser, of course, you should also display the REALONE control panel. If you can display, it should be a modified controls = "imagewindow". So continuing to search, finally found, ImageWindow in the statement can replace with ControlPanel. This is just a display control panel, but the main picture is not. So I think of the imageWindow and ControlPanel, display the main screen on the web page, and the control panel is displayed below. So, in the above code, a similar statement was added:
October 29, 2004