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 ..?
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 ..?
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".