I have a flash application. The resolutions in the .fla file are 800 x 600. A friend of mine said I have to use the swf meta tag:
[SWF(width='800', height='600', backgroundColor='0x000000')]
It doesn't do anything to me. I don't understand why it is necessary. Please tell me why programmers put this command in their source code?


[SWF (width = 800, height = 600, backgroundColor = 0x000000, frameRate = 60)]– TheDarkIn1978 Jul 14 '12 at 13:41