What's the $ad_location for the slideshow?
Quote:
Originally Posted by jnrdavo
can you include swf files as ads? If so, can somebody please give me the code?
Any help GREATLY appreciated!
|
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
Change the somefilename.swf to your files location and name. Also make sure you change the width and height.