# Little menu problem

**URL:** https://forum.kirupa.com/t/little-menu-problem/249516
**Category:** flash
**Created:** [January 19, 2008, 5:07pm UTC](https://forum.kirupa.com/t/little-menu-problem/249516 "2008-01-19T17:07:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![unlikelytravel](https://avatars.discourse-cdn.com/v4/letter/u/9de0a6/32.png) [@unlikelytravel](https://forum.kirupa.com/u/unlikelytravel)
#### Post date: [January 19, 2008, 5:07pm UTC](https://forum.kirupa.com/t/little-menu-problem/249516/1 "2008-01-19T17:07:52Z")

</div>

I have a problem building a menu with flash. I am using the following code on a button:

on (release) {  
getURL(“D:\Unlikely\_Traveler\unlikelyTraveler\video\video\_main.html”,"\_self");  
}

It keeps saying that it cannot find the path to the appropriate folder.

I have tried inserting an internet address and it works, but when it is a local path it won’t recognize it.

Here is a little more information about the menu:

I built it using 5 frames. When you hover over the button it takes you to a different frame which alters the design. I have set the above code on the frame on which the user clicks.

Please ask any questions if something is unclear.

Thank you
