Using Dreamweaver to realize real and web-page integration

Source: Internet
Author: User
Tags insert dreamweaver microsoft frontpage
dreamweaver| Web page When you click a RealPlayer connection in IE, the system will automatically start the RealPlayer software, not only occupy the system memory, and when the internet RealPlayer prone to errors. The best way to solve this problem is to embed the RealPlayer file in the Web page, but the solution must be to write high-level languages such as Java, and recently I found it easy to embed RealPlayer files into the Web page using RealPlayer.
Simply install a real media plug-in specifically developed for Dreamweaver by the real networks. Install plug
First, be sure to install Macromedia Extension Manager. Its latest version is 1.5 and can be downloaded for free on the Macromedia website. Real Media plug-ins can also be found on the Macromedia Web site. After the plugin is downloaded, simply double-click, Macromedia Extension Manager will install automatically. After installation, open Dreamweaver (here take Dreamweaver MX as an example), will find in the Instert column of a more than a realmedia, this is just installed plug-ins.

   Insert RM Audio file
The first step is to save the page. When you insert any RealMedia control into a Web page, you must first save the page, or the dialog box for Figure 2 appears.

The second step, after saving, with the mouse click RealMedia Audio button, the Selection File dialog box appears. In general, all RealPlayer supported files can be inserted, such as MP3 can also, if you want to insert RealPlayer video file, in the Web page can only hear sound, but no image.

In the third step, it is possible to modify the parameters in the properties. RealMedia audio parameter settings as shown in the figure, RealMedia column can enter the corresponding name, w column h column is what we generally see the long and high, its default property is 1*1. SRC is the specific address of the file to play, you can click the folder to select again. In order to allow users to open this page, they heard the sweet music, tick auto-start. General audio file playback, there will be real networks trademarks, if the Hide logo selected this option, then the trademark will no longer appear.

Such a simple three-step, you can combine audio files in IE, but this is not easy for users to use, such as some stop, play, see file information can not be achieved.
So we need to introduce a second example.

   Play audio using a controller
The first step, click Inster RealMedia Control, there is a picture screen, there are many controllers, in general, we choose basic control, that is, the general controller.

The second step, the general settings, mentioned above, here no longer one by one elaborated. The final effect is shown in the figure.

The insertion of video files is similar to the audio insertion method. The whole process is fairly straightforward.
The following provides the source code to do research:
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" >
<title>untitled document</title>
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">

<body>
<object id= "Rvocx" classid= "CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width= "the" height= "" ">
<param name= "SRC" value= "untitled-1.rpm" >
<param name= "CONTROLS" value= "Imagewindow" >
<param name= "CONSOLE" value= "cons" >
<embed src= "untitled-1.rpm" type= "Audio/x-pn-realaudio-plugin" width= "the" height= "" controls= "ImageWindow" Console= "Cons" >
</embed> </object>
</body>

Finally, the integration of RealMedia and Web pages can be implemented in Adobe Development golive, and WindowsMedia can be implemented in Microsoft FrontPage.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.