PDA

View Full Version : QTWebkit: problem in flashplayer plugin



ericzhang
19th March 2014, 02:51
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

ChrisW67
19th March 2014, 05:37
Is it failing to follow the chain of three redirections fetching the URL in the IFrame in that page?

ericzhang
19th March 2014, 09:24
Is it failing to follow the chain of three redirections fetching the URL in the IFrame in that page?

<html>
<body>
<embed src="http://xxx/xxx.swf" allowFullScreen="true" quality="high" bgcolor="#ffffff" width="320" height="320"
name="mymovie" align="middle" allowScriptAccess="always" wmode="opaque" type="application/x-shockwave-flash" pluginspage="ht
tp://www.macromedia.com/go/getflashplayer" />
</body></html>

Html page is like above. It is supposed to jump to the url int the flash file, but QTwebkit can't follow the jump

getURL('http://2014.sjz.asb.hk:11658', '');