Frames

OK I'll copy and paste the HTML I have for the contents frame.<br />
In the frame is a flash menu bar but when I click on one of the links the page opens in that frame.. how do I get it to open on the main part? needs something like TARGET="main" doesn't it? well didn't seem to work for me.<br />
<br />
Thanks<!--content-->The HTML is :<br />
<br />
<br />
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"<br />
WIDTH=162 HEIGHT=367><br />
<param name="_cx" value="4286"><br />
<param name="_cy" value="8652"><br />
<param name="FlashVars" value="0"><br />
<param name="Movie" value="http://www.geocities.com/bloo_cheese/bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Home&makenavurl0=http://www.geocities.com/bloo_cheese/main.html&makenavfield1=Band Description&makenavurl1=http://www.geocities.com/bloo_cheese/banddescription.html&makenavfield2=Band Information&makenavurl2=http://www.geocities.com/bloo_cheese/bandinfo.html&makenavfield3=Band Instruments&makenavurl3=http://www.geocities.com/bloo_cheese/bandinstruments.html&makenavfield4=Download <!--more-->s&makenavurl4=http://www.geocities.com/bloo_cheese/Download <!--more-->s.html TARGET=" Us&makenavurl8=http://www.geocities.con/bloo_cheese/contactus.html" main"&makenavfield5="Images&makenavurl5=http://www.geocities.con/bloo_cheese/images.html&makenavfield6=Lyrics&makenavurl6=http://www.geocities.com/bloo_cheese/lyrics.html&makenavfield7=Links&makenavurl7=http://www.geocities.com/bloo_cheese/links.html&makenavfield8=Contact"><br />
<param name="Src" value="http://www.geocities.com/bloo_cheese/bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Home&makenavurl0=http://www.geocities.com/bloo_cheese/main.html&makenavfield1=Band Description&makenavurl1=http://www.geocities.com/bloo_cheese/banddescription.html&makenavfield2=Band Information&makenavurl2=http://www.geocities.com/bloo_cheese/bandinfo.html&makenavfield3=Band Instruments&makenavurl3=http://www.geocities.com/bloo_cheese/bandinstruments.html&makenavfield4=Download <!--more-->s&makenavurl4=http://www.geocities.con/bloo_cheese/Download <!--more-->s.html&makenavfield5=Images&makenavurl5=http://www.geocities.con/bloo_cheese/images.html&makenavfield6=Lyrics&makenavurl6=http://www.geocities.com/bloo_cheese/lyrics.html&makenavfield7=Links&makenavurl7=http://www.geocities.com/bloo_cheese/links.html&makenavfield8=Contact Us&makenavurl8=http://www.geocities.com/bloo_cheese/contactus.html"><br />
<param name="WMode" value="Transparent"><br />
<param name="Play" value="0"><br />
<param name="Loop" value="0"><br />
<param name="Quality" value="High"><br />
<param name="SAlign" value="LT"><br />
<param name="Menu" value="0"><br />
<param name="Base" value><br />
<param name="AllowScriptAccess" value="always"><br />
<param name="Scale" value="NoBorder"><br />
<param name="DeviceFont" value="0"><br />
<param name="EmbedMovie" value="0"><br />
<param name="BGColor" value="000000"><br />
<param name="SWRemote" value><embed src=http://www.webdeveloper.com/forum/archive/index.php/"bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Home&makenavurl0=http://www.geocities.con/bloo_cheese/main.html&makenavfield1=Band Description&makenavurl1=http://www.geocities.com/bloo_cheese/banddescription.html&makenavfield2=Band Information&makenavurl2=http://www.geocities.com/bloo_cheese/bandinfo.html&makenavfield3=Band Instruments&makenavurl3=http://www.geocities.com/bloo_cheese/bandinstruments.html&makenavfield4=Download <!--more-->s&makenavurl4=http://www.geocities.con/bloo_cheese/Download <!--more-->s.html&makenavfield5=Images&makenavurl5=http://www.geocities.com/bloo_cheese/images.html&makenavfield6=Lyrics&makenavurl6=http://www.geocities.com/bloo_cheese/lyrics.html&makenavfield7=Links&makenavurl7=http://www.geocities.com/bloo_cheese/links.html&makenavfield8=Contact Us&makenavurl8=http://www.geocities.com/bloo_cheese/contactus.html" loop="false" menu="false" quality="high" scale="noborder" salign="LT" wmode="transparent" bgcolor="#000000" WIDTH="124" HEIGHT="216" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash"><br />
<br />
</OBJECT><br />
<br />
&nbsp;&nbsp;<br />
<br />
<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.guistuff.com/"><img border="0" src="../Images/11dot.gif" width="1" height="1"></a><br />
</body><br />
<br />
<br />
The guistuff link is where I got the flash menu from<!--content-->Please don't use proprietary IE markup to add flash to pages.<br />
<br />
There is a perfectly fine way to add it using nothing but valid code.<br />
<br />
Read here for how to do it.<br />
<!-- m --><a class="postlink" href="http://www.alistapart.com/stories/flashsatay/">http://www.alistapart.com/stories/flashsatay/</a><!-- m --><!--content-->As I said, the code came from the GUISTUFF site so I'm guessing it's all ****ed up.. <br />
<br />
I looked at the site but as far as I could see it doesn't explain the frame and hyperlink part? which was my main problem<!--content-->Originally posted by gazzadude56 <br />
I looked at the site but as far as I could see it doesn't explain the frame and hyperlink part? which was my main problem <br />
<br />
Sorry, yes your problem is that you are missing the correct targeting.<br />
<br />
If you look at the code you have you see that at the end of your links in the params you have eg this<br />
.swf?tarframe=_self<br />
<br />
Change/add to<br />
.swf?tarframe=main<br />
instead if your have named your larger frame "main"<br />
<br />
BTW, another nonrelated issue, when you have links with ? in them you must escape all your & with &amp;<br />
You might as well fix that when you are adding the correct tarframe values :)<!--content-->i see, thanks alot Stefan<br />
I appreciate it<!--content-->
 
Top