(MX to 2004) Actionscript Error

Hi Everyone,

The following flash code is valid for Actionscript 1. However I have upgraded to Flash MX 2004 and Actionscript 2 and the code no long appears valid… What is wrong here?

Actionscript:

_global.FONT = new TextFormat(“RaxelSerbian”, “8”, 0xFFFFFF, false, false, false, “”, “_blank”, “left”, 0, 0, 0, 5);

Output Error:

Error Scene=main, layer=//GLOBALS//, frame=1:Line 10: Type mismatch.

 _global.FONT = new TextFormat("RaxelSerbian", "8", 0xFFFFFF, false, false, false, "", "_blank", "left", 0, 0, 0, 5);

Thanks in advnace
Jamie