Quote:
Originally Posted by dimthan
even if i use the full path i dont have any result with the flash . i can see only the transparent gif and if i click on it , goes to the advertised domain . but finally i cant see the flash banner
|
I have noticed there are some differences between browsers. This is why I am actually at developing a flash wrapper which will solve this problem for all.
I attach it here and you may try it at your own. Until it will get publically released, the flash banner insertion will work only by filling the code by hand to fit your needs. I suggest to use only full paths.
Since it is a work in progress, I can't guarantee it will work on all systems and browsers.
Sample:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" border="0" width="your_banner_width" height="your_banner_height">
<param name="movie" value="http://www.your_domain.tld/rbs_wrapper.swf"/>
<param name="FlashVars" value="banner=http://www.domain.tld/your_flash_file.swf&jlink=http://www.domain.tld/your_destination_link&bwidth=your_banner_width&bheight=your_banner_height"/>
<embed src="http://www.your_domain.tld/rbs_wrapper.swf" FlashVars="banner=http://www.domain.tld/your_flash_file.swf&jlink=http://www.domain.tld/your_destination_link&bwidth=your_banner_width&bheight=your_banner_height" loop="false" pluginspage="http://www.macromedia.com/go/get/flashplayer" type="application/x-shockwave-flash" width="your_banner_width" height="your_banner_height"></embed>
</object>