# Geturl action on a CD

**URL:** https://forum.kirupa.com/t/geturl-action-on-a-cd/22852
**Category:** Uncategorized
**Created:** [June 9, 2003, 5:24pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852 "2003-06-09T17:24:21Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Lachesis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/lachesis/32/236_2.png) [@Lachesis](https://forum.kirupa.com/u/Lachesis)
#### Post date: [June 9, 2003, 5:24pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/1 "2003-06-09T17:24:21Z")

</div>

Hi everyone

I have got a job interview on Monday so a fast response would be excleent if at all possible. I am required to present something that I have designed. Well I have a portfolio that I am going to create in plain HTML/Dreamweaver with a flash “splash” intro.

Now each of the buttons on the intro will have to have a geturl action attached, but they will be files on a CD-ROM. Of course not everyone has one letter as their CD-ROM.

So if on my geturl action I put:

D:\portfolio.html

The this won’t work on some people who have their CD-ROMS set as E, etc. Can anyone advise on other different methods or how to get this one working? Thankyou.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 9, 2003, 5:37pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/2 "2003-06-09T17:37:25Z")

</div>

Im not sure but in director you can use something like:

```auto

  on mouseUp
gotoNetPage "@/Floorplans/A.pdf"
end

```

hey I tried…LOL

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 9, 2003, 5:46pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/3 "2003-06-09T17:46:27Z")

</div>

Thanks for trying

I wonder if you can use the

file://\index.html?

anyone?

Will try now anyways

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 9, 2003, 6:05pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/4 "2003-06-09T18:05:23Z")

</div>

I think a relative URL without the specifying the drive should work.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 9, 2003, 6:59pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/5 "2003-06-09T18:59:12Z")

</div>

you mean like just:

geturl: /index.html

?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 9, 2003, 7:34pm UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/6 "2003-06-09T19:34:36Z")

</div>

Seeing that it is Monday, I hope this isn’t too late. You can just use code like:  
[AS]  
on(press){  
getURL(“index.html”, “\_blank”);  
}  
[/AS]  
As long as everything is in the same folder on the same disk.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 10, 2003, 6:31am UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/7 "2003-06-10T06:31:50Z")

</div>

Thats great freddy - would I code that myself or select it from the action/operators etc in the actionscript panel?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 10, 2003, 6:46am UTC](https://forum.kirupa.com/t/geturl-action-on-a-cd/22852/8 "2003-06-10T06:46:33Z")

</div>

Whichever you desire. I’ve never used the actions list (so I’m sure there’s a lot I’m missing), but I do know to code yourself you have to click expert mode in the actions panel - which is a long shot for me (expertwise that is).  
(-:
