PDA

View Full Version : Need Help With Basic Web Design Question



Apprentice_941
11 Mar 2009, 04:22 PM
Hello,

I am having a little problem with the front page of my website. I made this site a few years ago so I know it's not the latest technology - but for now I just need some quick guidance to fix a tiny problem - using the old technology if necessary - to get it working properly again:

On my main page "andrenoble.com" I have 3 captions which, when hovered over, are supposed to switch the image under neath to a different image - a "negative" of the original image. (I believe they used Macromedia Flash to do so?)

These captions are: "Wedding and Portrait Photography", "Travel Portfolio", and "Fine Art and Architecture Portfolio".

The problem is the first one, "Wedding and Portrait Photography" doesn't work. The other two work perfectly. The problem is I don't remember how I made the action in the first place. I have spent all day trying to figure out how I made them so that I can remake the one that doesn't work. My web building expertise level can be described as very beginner - so be easy on me. :rolleyes:

Here is the code for the "Wedding and Portrait Photography", "Travel Portfolio", and "Fine Art and Architecture Portfolio" rollovers/Flash respectively. again, the problem is the first one doesn't work. I will list all three below:

Wedding and Portrait Photography Code:

<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" name="Weddingportrait" width="217" height="20" id="Weddingportrait" onMouseOver="MM_swapImage('LagunaCouple','','LagunaCoupleneg.jpg',1)" onMouseOut="MM_swapImgRestore()">
<param name="movie" value="WeddingPortraitPhotogin.swf">
<param name="quality" value="high">
<param name="base" value=".">
<param name="bgcolor" value="#FFFFFF">
<param name="scale" value="exactfit">
<embed src="WeddingPortraitPhotogin.swf" width="217" height="20" base="." quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#FFFFFF" name="Weddingportrait"></embed>
</object>

Travel Portfolio Code:

<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" name="TravelPortfolio" width="110" height="17" id="TravelPortfolio" onMouseOver="MM_swapImage('berlinskyline','','berlinskylinewebneg.jpg',1)" onMouseOut="MM_swapImgRestore()">
<param name="movie" value="travelphotographyindex.swf">
<param name="quality" value="high">
<param name="base" value=".">
<param name="bgcolor" value="#FFFFFF">
<param name="scale" value="exactfit">
<embed src="travelphotographyindex.swf" width="110" height="17" base="." quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#FFFFFF" name="TravelPortfolio"></embed>
</object>

Fine Art and Architecture Portfolio Code:

<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" name="FineArtsPortfolio" width="240" height="17" id="FineArtsPortfolio" onMouseOver="MM_swapImage('berlinmonument','','berlinmonumentsmallneg.jpg',1)" onMouseOut="MM_swapImgRestore()">
<param name="movie" value="fineartst2.swf">
<param name="quality" value="high">
<param name="base" value=".">
<param name="bgcolor" value="#FFFFFF">
<param name="scale" value="exactfit">
<embed src="fineartst2.swf" width="240" height="17" base="." quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#FFFFFF" name="FineArtsPortfolio"></embed>
</object>

Thanks in advance for you assistance.