- Posts: 3
- Thank you received: 0
swf file for banner ad
-
solutions10
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12779
by solutions10
swf file for banner ad was created by solutions10
Dear Support,
I am having troubles trying to place the correct code for a flash banner ad in the custom code box. Can you help. the site is ctenginners.org
Home page seems ok, but if you click anyother page
www.ctengineers.org/index.php/acecct-membership/membership-info
it keeps trying to load but nothing. I am displaying on all pages.
Here is my code
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" download.macromedia.com/pub/shockwave/ca....cab#version=5,0,0,0 "
WIDTH=135 HEIGHT=135>
<PARAM NAME=movie VALUE="C&C_XLI_Ad_2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=" www.ctengineers.org/C&C_XLI_Ad_2.swf " quality=high bgcolor=#FFFFFF WIDTH=135 HEIGHT=135 TYPE="application/x-shockwave-flash" PLUGINSPAGE=" www.macromedia.com/shockwave/download/in...rsion=ShockwaveFlash ">
</OBJECT>
Another thing, notice that index.php is in the url - how to remove this. this looks pretty silly.
www.ctengineers.org/index.php/acecct-membership/membership-info
Thanks Rebecca
I am having troubles trying to place the correct code for a flash banner ad in the custom code box. Can you help. the site is ctenginners.org
Home page seems ok, but if you click anyother page
www.ctengineers.org/index.php/acecct-membership/membership-info
it keeps trying to load but nothing. I am displaying on all pages.
Here is my code
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" download.macromedia.com/pub/shockwave/ca....cab#version=5,0,0,0 "
WIDTH=135 HEIGHT=135>
<PARAM NAME=movie VALUE="C&C_XLI_Ad_2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=" www.ctengineers.org/C&C_XLI_Ad_2.swf " quality=high bgcolor=#FFFFFF WIDTH=135 HEIGHT=135 TYPE="application/x-shockwave-flash" PLUGINSPAGE=" www.macromedia.com/shockwave/download/in...rsion=ShockwaveFlash ">
</OBJECT>
Another thing, notice that index.php is in the url - how to remove this. this looks pretty silly.
www.ctengineers.org/index.php/acecct-membership/membership-info
Thanks Rebecca
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12803
by ivan.milic
try removing extra dot (after .swf) at the end of:
... src=" www.ctengineers.org/C&C_XLI_Ad_2.swf ." ...
also that was not question for this forum.
Replied by ivan.milic on topic Re: swf file for banner ad
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60" align="center">
<param name="movie" value="http://www.ctengineers.org/C&C_XLI_Ad_2.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="always">
<param name="wmode" value="transparent">
<embed src="http://www.ctengineers.org/C&C_XLI_Ad_2.swf." width="468" height="60" align="middle" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" wmode="transparent">
</object>
try removing extra dot (after .swf) at the end of:
... src=" www.ctengineers.org/C&C_XLI_Ad_2.swf ." ...
also that was not question for this forum.
Please Log in to join the conversation.
Time to create page: 0.145 seconds