Help needed: French characters in AS text string

Can anyone tell me why I cannot get Flash 8 to display the accented characters in the example below - I have tried cutting & pasting the copy from a UTF8 textfile, entering the characters directly using the windows alt commands, replacing characters with escaped unicode, stating usecodepage true etc… none of which have worked?

Also the code needs to remain inline, so I am not looking to import the copy from an external source?

onClipEvent(load) {
    this.myString = "Vous êtes le seul à le savoir.";
}

Thanks.