# getURL problem

**URL:** https://forum.kirupa.com/t/geturl-problem/291403
**Category:** Uncategorized
**Created:** [June 29, 2009, 12:11pm UTC](https://forum.kirupa.com/t/geturl-problem/291403 "2009-06-29T12:11:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Colonel\_Moran](https://avatars.discourse-cdn.com/v4/letter/c/50afbb/32.png) [@Colonel\_Moran](https://forum.kirupa.com/u/Colonel_Moran)
#### Post date: [June 29, 2009, 12:11pm UTC](https://forum.kirupa.com/t/geturl-problem/291403/1 "2009-06-29T12:11:32Z")

</div>

Hopefully someone can help me with my problem…  
I’m currently working on a flash web file, my buttons work fine for linking from one page to another, the problem however is when I try to link to an external html file.

The html file is a camtasia video, and is held on a shared network here at school.

I have placed my flash files in the same folder.

My code looks like this -\>

```auto
on (press) {
getURL("O:\Students\ICT\Mission Maker Flash\Video Tutorials\Lesson 1\01 - Getting Started\Getting Started.html",_blank);
}

```

And the error message says…

> [COLOR=#000000][FONT=arial]No web page was found for the web address: **file:///O:/tudents/CT/ission%20Maker%20Flash/ideo%20Tutorials/esson%201%01%20-%20Getting%20Started/etting%20Started.html** [/FONT][/COLOR]

Any ideas?
