Hi

Very simply I have a site that consitst of only one HTML page and its only 1 flash file with different layers being loaded into onTOP levels.

my flash file is 750 wide by 985 pixels in height.
Its the height thing that is getting me. ?

lets say on the "bio" page, with lots of text..the end user scrolls down two screens and clicks on the hyperlink 'services'..i have it load
on (release) {
_level0.doLoad("flash/lv05_0300_content.swf", "profSpeaking");
}
but when it does it doesnt jump up to the top of the page, so U actually see that flash file but your stuck down below where the content starts.

How can i have it so it loads either at the top of the page or is there anyway i can have it load and have hidden bookmark 'targets' that will set the height of where it shows on the page. Much like the HTML named anchor hyperlinks.
<a href="#ryan">go to ryan</a>
and

<a name="ryan"></a>

Thanks for your time and energy
Ryan