Load from as. file

Okay… have a ?

THIS code works with my login button

getURL (destiny*, “_self”);

In my include as.file

username[0] = “admin”;
password[0] = “admin”;
destiny[0] = “http://www.google.com”;


HOW can I change it, so It load a move
eg: Movie.swf;

Ive done this instead
destiny[0] = loadMovie(destiny*,"_root");

BUT:
Error D:website\as\login.as: Line 24: Syntax error.
destiny[0] = “Movie.swf”);

What am I doing wrong

:slight_smile: