# Load from as. file

**URL:** https://forum.kirupa.com/t/load-from-as-file/168164
**Category:** Uncategorized
**Created:** [November 4, 2005, 1:22pm UTC](https://forum.kirupa.com/t/load-from-as-file/168164 "2005-11-04T13:22:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![PAUK](https://avatars.discourse-cdn.com/v4/letter/p/9f8e36/32.png) [@PAUK](https://forum.kirupa.com/u/PAUK)
#### Post date: [November 4, 2005, 1:22pm UTC](https://forum.kirupa.com/t/load-from-as-file/168164/1 "2005-11-04T13:22:36Z")

</div>

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](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

🙂
