Hi everyone here ! I hope you are all well and ready for weekend ! ![]()
I would like to really ask for your help guys... Thing is i have a website which is connected with my dreamweaver 9 and i would like to replace flash banner on my web. The new banner that i got is the same with and lenght as old one, but i dont know how to replace it, i have tried to delete old one, put in new one and save all to update my web but nothing is changing at all.... Could you guide me through how can i do it ? And also i woul like to add a logo as well - i have it saved as .jpeg or .jpg... Thanks in advance ! I really hope someone can help me out... Thanks to everyone ![]()
To change the Flash, in the code, change this -
<param name="movie" value="ads/dr_banner_oak.swf" />
to this -
<param name="movie" value="the_path_to_the_new_swf.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="ads/dr_banner_oak.swf" width="857" height="209">
<!--<![endif]-->
to this -
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="the_path_to_the_new_swf.swf" width="857" height="209">
<!--<![endif]-->
#nav { padding-right: 75px; padding-top:100px; list-style: disc; text-align: right; }
#nav { padding-right: 75px; padding-top:100px; list-style: disc; text-align: right; background-image:url(path_to_logo_image); background-repeat:no-repeat; }
Open your Template.dwt file.
replace all this:
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="857" height="209">
<param name="movie" value="ads/dr_banner_oak.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="ads/dr_banner_oak.swf" width="857" height="209">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.g if" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
with your new images
<img src="logo.jpg"><img src="new-banner,jpg">
Save Template. Update child pages. Upload child pages and new images to server.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific