How to embed Real Video to webpage

By rmflash

Get the Real Video ready and modify the HTML code of your webpage.
HTML:

  • Link: <A HREF=”http://your-domain:8080/ramgen/video-file.rm”>Text to display</A>
    This link when selected will launch the Real Media Player application as a new and separate program in it’s own window.
  • Use Audio plug-in: <EMBED WIDTH=300 HEIGHT=60 SRC=”http://your-domain.com:8080/ramgen/Audio-file.rpm” type=audio/x-pn-realaudio-plugin autostart=true controls=”ControlPanel,StatusBar” nojava=true>
    This displays the Real Media Netscape plug-in within the HTML page. If this is not visible, then you do not have the Real Media Player plug-in.
  • Use Video plug-in: <EMBED WIDTH=280 HEIGHT=260 SRC=”http://your-domain.com:8080/ramgen/Video-file.rpm” type=audio/x-pn-realaudio-plugin autostart=true controls=”ImageWindow,ControlPanel,PositionSlider,StatusBar” nojava=true>
    This displays the Real Media Netscape plug-in within the HTML page. If this is not visible, then you do not have the Real Media Player plug-in. Extra HTML was used to generate the table border and the RealPlayer download link.

URL:

  • MP3 Audio URL issued from Real Player: rtsp://your-domain:8080/song.mp3
  • Real Audio URL issued from Real Player: rtsp://your-domain:8080/song.ram
  • URL links in a web: http://your-domain:port-number/ramgen/audio-file.rm

Offering Real Video on webpage will require the customers’ desktop with RealPlayer. If RealPayer is not installed on the visitors’ computer, the visitor shall download and install player before getting things done. With the popularity of Flash player, it is recommended to get RM to SWF for better user experiences with your webpage.

Tags: , ,

Leave a Reply