Congratulations Chompy that made it work

Heres some Rep..
PHP Code:
//Working onFlash(obj)
function onFlash(obj) {
temp.filename = "flashtest.swf";
temp.object = {obj.fulldata};
temp.object.savelines("levels/flash/" @ temp.filename,0);
echo(temp.filename SPC "should be saved to your flash folder!");
}
Being able to request the url clientside and open the flash file in the scriptfiles folder would be neat and less strainful on the server
And just when I thought that worked, savelines is only letting me save the file as a txt. Good News though, when renamed the flash file works.
Requests:
- Saving lines in .swf format, ex: temp.object.savelines("test.swf",0);
- Opening flash files from the client scriptfiles folder.
