First,
provide a Tencent video embedded in the Web page code . We just need to replace part of that code.
<p><iframe class= "Video_iframe" style= "z-index:1" src= "http://v.qq.com/iframe/player.html?vid=" T01662frswa&width=500&height=375&auto=0 "allowfullscreen=" "frameborder=" 0 "height=" 375 "Width=" ></iframe></p>
Find a section of Tencent video, such as address:
http://v.qq.com/boke/page/d/0/i/
d0163kxz8di. html
This is a video of the industrial robot working scene, which replaces the blue part of the Web site with the red part of the code given above.
The final effect is:
<p ><iframe class= "video_iframe" style= "z-index:1" src= "http://v.qq.com/iframe/player.html?vid=" D0163kxz8di&width=500&height=375&auto=0 "allowfullscreen=" "frameborder=" 0 "height=" 375 "Width=" ></iframe></p>
The following is the effect of Tencent video embedded Web page:
Notice that this video goes in and we have to use it in the source mode, and if we use the DW editor, we have to put it directly into the specified div in the source form, as shown below.