Help Center Ad Gallery

QuickTime and Windows Media Video Ad

To create an advertisement using these media formats (.MOV and .WMV), please follow the steps below. On the other hand, if you're looking to serve VAST video ads (pre-roll, mid-roll, post-roll, overlay or companion), please see our VAST video ad server.

Wizard

  • Create a new ad
  • Choose the ad type to be RichMedia/HTML ad
  • Click on the "Rich-Media HTML wizard" link under the text box
  • Click on one of the suitable file formats: MOV or WMV
  • Enter the file URL and its dimension (width and height) and submit
  • Paste generate the necessary HTML code into the text box for the Rich-Media ad

Manual Instructions - Windows Media Video WMV

<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="300" height="300">
   <param name="FileName" value="http://example.com/video.wmv">
   <param name="AutoStart" value="true">
   <param name="ShowTracker" value="true">
   <param name="ShowControls" value="true">
   <param name="ShowGotoBar" value="false">
   <param name="ShowDisplay" value="false">
   <param name="ShowStatusBar" value="false">
   <param name="AutoSize" value="false">
   <embed width="300" height="300" src="http://example.com/video.wmv" AutoStart="true" 
      ShowTracker="true" ShowControls="true" ShowGotoBar="false" ShowDisplay="false"    
      ShowStatusBar="false" AutoSize="false" 
      pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"></embed>
</object>

Manual Instructions - QuickTime Movie MOV

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" height="300" width="300">
   <param name="src" value="http://example.com/video.mov">
   <param name="autoplay" value="true">
   <param name="controller" value="true">
   <embed height="300" width="300" src="http://example.com/video.mov" autoplay="true" controller="true"></embed>
Print Was this helpful? Yes / No

Other Articles in Ad Gallery

This section provides demo, sample and instructions for the most common and popular ad creative templates. Click on a template link to view the description, demo and instructions to create in the ad server, customize it to suite your purpose and integrate the ad with your platform.

Cannot find an answer for your question? Ask our Customer Care team

Related