SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Thread: Accessing CD ROM through web
-
Feb 12, 2003, 09:29 #1
- Join Date
- Sep 2002
- Location
- Atlanta, GA
- Posts
- 562
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Accessing CD ROM through web
I'm trying to play a powerpoint from a cd rom using a form on a webpage. I've done it in flash by having a drop down for the drive letter and using the following code:
on (press) {
filename = "file:///"+Drive+"/new_const.ppt";
}
on (release) {
getURL (filename, "_blank");
}
Now, I've got my form with the drop down for the drive letters and a button, but I'm not sure how to get this going in javascript. Any help is greatly appreciated!
Bookmarks