Hi I’m creating a cd and on the cd will be a flash projector and a bunch of other files. The projector is sort of a readme type thing for the rest of the files on the cd. What I was wondering was if there is a way that when the user puts the cd into the drive I could get it to load the readme flash projector immediately. Sort of like an autorun.
I know there’s an fs command like
[AS]
on (release) {
fscommand (“exec”, “file.exe”);
}
[/AS]
But I don’t think that relates to this…I mean I don’t think it can self initiate itself without being opened manually :P.Also a projector is in fact strictly an .exe right so it should run on other machines without flash or flash player installed? I’m pretty sure it does but I don’t wan’t to burn the cd and then find out.
Any Help on the matter would be greatly appreciated
Fargate