Home > Web Front-end > JS Tutorial > 在视频前插入广告_javascript技巧

在视频前插入广告_javascript技巧

WBOY
Release: 2016-05-16 19:24:15
Original
2526 people have browsed it

1.加入背景图片
     

                background="IMAGES/vod_05.jpg">                   codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 
                  type="application/x-oleobject  " height=249 
                  standby="Loading  Microsoft  Windows  Media  Player  components..." 
                  width=329 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 
                  name=NSPlay>
          
          
          
          
          ">
          
          
          
          
          
          
          
          
          
                            pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
                                   id="NSPlay"  Name="NSPlay"  DisplaySize="4"  
                  AutoSize="1"    ShowControls="0"                 
                  ShowDisplay="0"  ShowStatusBar="1" width=329  Height=249     
                  src=""   autostart="1">  
        


2. 插入图片广告

       在视频前插入广告_javascript技巧
      


        
 
          
            &id=">
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
          

        


3. 插入FLASH广告


       
                
                
                
                

      


        
 
          
            &id=">
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
          

        


 <script> <BR> if (bStart == 0){ <BR> Image1.style.visibility = "hidden"; <BR> } <BR> else{ <BR> Image1.style.visibility = "visible"; <BR> } <BR> </script>
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template