I have enable the flashplayer plugin in QTWebkit (Linux platform). It can work for most of the flash embedded. Only except for below case.

1 movie 'xmp.swf' {
2 // flash 5, total frames: 3, frame rate: 12 fps, 200x200 px
3
4 frame 2 {
5 getURL('http://2014.sjz.asb.hk:11658', '');
6 }
7
8 frame 3 {
9 stop();
10 }
11 }

The page contains the swf can't jump to the link "http://2014.sjz.asb.hk:11658" in getURL.

Any suggestions?

Thanks,
Eric