Question
AS Project SWF wont play in ver 9
I just checked my swf from a desktop running Flash Player 9. It has stalled. It runs in ver 10 ok.
The deployment method is the standard in Flex Builder 3,
// Globals
5// Major version of Flash required
6var requiredMajorVersion = 9;
// Flash Player Version Detection - Rev 1.6
2// Detect Client Browser type
from AC_OETags.js.
The swf has been compiled from an AS project using SDK 3.4.
Is there a tool that will parse your code to see if youre using methods requiring ver 10?
Thanks, j