Hey Guys here's the low down
I've done lots of design work (tons) but not a lot of code work.
Hence I'm pretty fresh at the script part.
Here's what I want to do.
I'm working in Flash CS3 actionscript3 I am building the html in
Golive CS2 but can use Dreamweaver CS3 if
it would work better for this>
I have built the intro page to my site in flash and have all the
buttons working to go to a new url for each page
I don't want the browser to open new windows.
Instead I want them
to open into the inline frame that the flash swf is in
so the End user can easily navigate through the site without dealing
with a mess of pages in new windows.
How do I do that? I didn't really understand the past post as to how
that was actually arrived at.
Can we please start fresh with this.
(here's the code I have)
photo_btn.addEventListener(MouseEvent.MOUSE_DOWN, photoHandler);
function photoHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://www.mysite.com/
photography.html"));
}
and so on for each button.




)
..


Bookmarks