You are not logged in.

1

Friday, June 26th 2015, 9:51am

how to use a new swf file in krpano project

I got a swf file,use it in HTML page is ok!
code like this:

Source code

1
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="viewer" name="viewer">  <param name="movie" value="test.swf" />                <param name="scale" value="noscale" />                <param name="bgcolor" value="#000000" />                <param name="allowfullscreen" value="true" />                <param name="allowscriptaccess" value="always" />                <param name="flashvars" value="source=list.xml" /></object>



Now,i want to use it in krpano project,in a XML file, code like this:

Source code

1
<plugin name="test"         url="test.swf?source=list.xml"         align="center"          width="500" 	height="300" 	keep="false" zorder="1001" x="0" y="0" type="container" visible="true" capture="true" handcursor="true" enabled="true"        /> 


it doesn't work!
I would like to know if I wrote the wrong code.

thanks!

2

Tuesday, June 30th 2015, 1:33pm

Hi,

how does your swf access/read the parameters?
Maybe it's using the wrong loaderInfo object...?

Best regards,
Klaus