PDA

View Full Version : Hyperlinking to Cd



veevakan
November 16th, 2002, 05:23 AM
Hai guys,
How can i link to HTML/any other file in a removable media(CD of course).Consider the flash movie/projector is in the same CD.So how can i access a html file in that CD with a hyperlink.Please help me. Just tell me how can i do it. Eagerly awaiting replies

h88
November 16th, 2002, 05:52 AM
on(release){
getURL("http://www.mydomain.com/");
}

[Legoman]
November 16th, 2002, 05:21 PM
Don't think that's quite what he meant.
the html files are on the CD right?
on(release){
getURL("myfile.html");
}

is probably what you want, though I don't have flash on this comp to check...

h88
November 16th, 2002, 05:22 PM
lol, its similar man, he just should change the domain or just put in his HTML stuff !!:P