Groups | Blog | Home
all groups > flash (macromedia) > march 2007 >

flash (macromedia) : play older video ver if user doesn't have "8"


mike8881
3/14/2007 9:04:15 PM
Pipey
3/14/2007 9:15:52 PM
var flashVersion:String = getVersion();
trace(flashVersion); // output: WIN 8,0,1,0
trace($version); // output: WIN 8,0,1,0
trace(System.capabilities.version); // output: WIN 8,0,1,0

The getVersion() function will tell you what version of Flash the user
has. You can select an appropriate video format based on that.

Pipey

[quoted text, click to view]
AddThis Social Bookmark Button