Results 1 to 2 of 2

Thread: enabling web site to play flash banners

  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default enabling web site to play flash banners

    Hi, I’m trying to add flash banners to a web site that doesn’t have the capability to play flash drives. Does anyone have the code of a .swf file so that I can place in the main directory enabling my website to play the flash banner? You may email me at hallackt@yahoo.com with any help that you may have for me it would be greatly appreciated.

  2. #2
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is the code dreamweaver gives :

    add to the header:- <script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>

    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','32','height','32','title','your text here','src','file:document path here','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','file:document path here' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="32" height="32" title="your text here">
    <param name="movie" value="file:document path here" />
    <param name="quality" value="high" />
    <embed src="file:document path here" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="32" height="32"></embed>
    </object></noscript>

    Seems a bit bloated but does the trick

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •