PDA

View Full Version : opening new movie projector in a new window without warnings


neilmmm
10-10-2006, 10:01 PM
I have made a number movies/games which are to run from a cd

I want to build a menu movie, when i press a buton the games will launch in their own window - i am sure I seen something like this but i am not getting anywhere?

I thought it was getURL but it does seem right

can anyone help?
thanks

neilmmm
10-10-2006, 11:03 PM
i have sorted this but now i have a new problem so i will start a new thread

thanks

neilmmm
10-10-2006, 11:15 PM
i want to open a new movie projector from another movie projector that will be running from a disc or hard drive

this is my code

btn_mc.onRelease = function (){
getURL ("movies/load.exe");
}

but i get warnings:

firstly a window saying "File Download - security warning
do you want to run or save this file" etc
followed by another window

"The publisher could not be verified "etc

is it possible to lauch the exe files without these warnings

or is it possible to launch a swf from a disc in a browser without any tool/address bars etc? is this javascript?

thanks