Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Navigation menu in Dreamweaver MX 2004

Status
Not open for further replies.

sunshine22

Technical User
Mar 19, 2008
1
US
I bought a flash navigation menu and inserted it into my website (ASP) and its not showing up properly. Here is the code that I'm using:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>Follow Fashion, Inc.</title>



</head>

<body link="#FF0000" vlink="#FF0000" alink="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td align="center"><table width="980" height="500" border="0" cellpadding="0" cellspacing="0">

<tr align="left" valign="top">

<td height="1" colspan="3" bgcolor="3B0B01"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="980" height="15">

<param name="movie" value="barmenu.swf">

<param name="quality" value="high">

<embed src="barmenu.swf" width="980" height="15" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed>

</object></td>

</tr>

<tr>

<td width="1" bgcolor="a19405"><img src="../../private_UUU/images/1px_marron.jpg" width="1" height="1"></td>

<td width="1022" align="center" valign="top"><table width="980" height="0" border="0" cellpadding="0" cellspacing="0">

<tr>

<td colspan="4" align="left" valign="top"><a href="../index.html"><img src="../images/uuu_logo_2.jpg" width="67" height="60" border="0"></a></td>

</tr>

<tr>

<td width="62" height="24" align="center" valign="middle">&nbsp;</td>

<td width="250" align="left" valign="top"><img src="../images/img_int/uuu_carte_UUU.jpg" width="238" height="357"></td>

<td align="left" valign="top" class="contenu"><div align="justify">

<p align="justify"><img src="../images/tit/tit_rub1.gif" width="325" height="64"><br>

Because Paris is synonymous with fashion and prestige, UUU

has created for you an innovative and urban concept which

will satisfy you with all its personal attention.

<br>

<br>

UUU is always on the lookout for luxury, design and fashion

wear.<br>

For you, we take great care in choosing more than 50

partners, coming from the prestigious worlds of Fashion,

Beauty and Design.<br>

<br>

When joining the Circle, each member will get :<br>

- The UUU private Card, which is the key to numerous advantages<br>

- The Parisian Booklet, a luxurious guide, which unveils

our partners&rsquo; precious addresses and worlds.<br>

<br>

<strong>Our UUU Concierge</strong> provides members with

personalised services to meet their specific needs.<br>

<br>

UUU is the access to an ultimate Luxurious Service, for

You, and only You&hellip;<br>

<br>

</p>

</div></td>

<td width="10" align="left" valign="top" class="contenu">&nbsp;</td>

</tr>

</table></td>

<td width="1" bgcolor="a19405"><img src="../../private_UUU/images/1px_marron.jpg" width="1" height="1"></td>

</tr>

<tr bgcolor="3B0B01">

<td height="10" colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="980" height="15">

<param name="movie" value="barmenu.swf">

<param name="quality" value="high">

<embed src="barmenu.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="980" height="15"></embed>

</object></td>

</tr>

</table></td>

</tr>

</table>
 
silly question...is the barmenu.swf located in the same folder as the page?
any links to your site that you can share?

:--------------------------------------:
Do the DW »|MostarNetworks|
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top