tags:

views:

12

answers:

1
+1  Q: 

FlashPlayerIssue

i am having latest version of flash player 10, the swf had created by flash 9 (cs2)

var s1 = new SWFObject("flvplayer.swf","single","560","400","7"); === what's wrong in this ..?

A: 

I'm not entirely sure what problem you see, but since you say "created by flash 9", the fifth parameter (Flash Player version required) should probably be "9" instead of "7".

Lars