# Linking Flash Movie to Flash Movie?

**URL:** https://forum.kirupa.com/t/linking-flash-movie-to-flash-movie/275885
**Category:** flash
**Created:** [November 19, 2008, 7:22pm UTC](https://forum.kirupa.com/t/linking-flash-movie-to-flash-movie/275885 "2008-11-19T19:22:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Cubba27](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@Cubba27](https://forum.kirupa.com/u/Cubba27)
#### Post date: [November 19, 2008, 7:22pm UTC](https://forum.kirupa.com/t/linking-flash-movie-to-flash-movie/275885/1 "2008-11-19T19:22:48Z")

</div>

[FONT=Arial]Hey all, well basically i’ve got a project going on for college and i gotta create a interactive flash advertisment. i’ve been building 3 main pages that will all link bk to a index/navigation page. i am wondering is there any way i can link the Flash Movie files to one another so when you click on a link it will open it in the same window. i’ve already created a button but the script i’ve used don’t seem to be working, as it keep opening up my web browser. the script is asa follows:[/FONT]  
[FONT=Arial][/FONT]  
stop ();  
this.onEnterFrame = function(){  
if(rewind == true){  
prevFrame();  
}  
}  
this.onRollOver = function(){  
rewind = false;  
play();  
}  
this.onRollOut = function(){  
rewind = true;  
}  
this.onRelease = function(){  
getURL(“C:\Documents and Settings\Admin\Desktop\Buttons”, “Self\_”);  
}

can anyone see where i’ve gone wrong?
