Click to See Complete Forum and Search --> : linking flash to #anchor?


rammenas
07-03-2004, 05:22 PM
is there a way to link a flash button, to a named anchor:confused:

PhillMc
07-03-2004, 07:43 PM
Put the Flash Button between the Anchor Tags.....

rammenas
07-04-2004, 06:08 AM
I try that but my flash button moves from its position,thats not what I want, I think I just forget flash and try roll over images with java script,thanks!

davidbrent
07-04-2004, 12:52 PM
Are you meaning that you click on the flash button and you want it to skip past stuff to where the anchor is embedded? Is so try this

<a href="#anchor" title="go to blah">

flash button code stuff!!!!!

</a>

So you basically just link to the anchor name. I hope that helps.

Best Wishes,
David

rammenas
07-04-2004, 02:44 PM
This is what I mean ,its just an example, ..inserted an anchor at the bottom an clicking the flash button should go to the anchor position but how? I can't link the flash button to it..I am missing someting but dont get it,but I know its possible with JS,but flash would be nice if I knew this.

cheers




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

<STYLE TYPE="text/css">
<!--

#beep-link {
position: absolute;
left: 149px;
top: 179px;
margin: 0px;
padding: 0px;
height: 36px;
width: 33px;
}
</STYLE>

</head>


<body

<div id="beep-link">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="33" height="36">
<param name="movie" value="flashfiles/onclick_sound.swf">
<param name=quality value=high>
<embed src="flashfiles/onclick_sound.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="33" height="36"></embed>
</object>

</div>



<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


<a name="aboutme"></a> <h1 class="content">HELLO WORLD!</h1>