Flash 5 - Flash 6 redirects

Is there any way to get Flash 5 to stay in the first scene and have Flash 6 go to the next scene?

Its basically a detection that lets Flash 6 plugin browsers continue and Flash 5 stay where they are.

This is because I cannot get a form validation to work in both Flash 5 and Flash 6 even though they should.

Please Help…

tia!!!

include link

“Download Flash Player 6 … NOW!”

:beam:

Has to Be all Flash no wimpy Javascripts. Must be Flash 5 or later.

Is there a way???


version = getVersion()
flashVer = version.split(" ")
if (flashVer[1].charAt(0)-0 >= 6) {
	gotoAndPlay("myScene", 1)
} else {
	stop()
}

??

http://www.macromedia.com/support/flash/ts/documents/scriptfree_detection.htm
http://www.macromedia.com/support/flash/ts/documents/test_version.htm
http://www.macromedia.com/support/flash/ts/documents/version.htm