PDA

View Full Version : change swfobject addParam from xml file


jomla
12-06-2007, 10:58 AM
Hi all,

I was just wondering whether is possible to change addParam of swfobject in html page from xml file?
What I want to do is to integrate greybox( please, visit orangoolabs web site ) into virtual tour so when user clicks respective button, desired application opens in greybox. Now, after some experiments, I found out that this is possible if you add the following line in swfobject property "addParam=("wmode","opaque")". It works fine, but possibility of entering the full screen mode is not available anymore. Tried also to remove the mentioned line above, full screen option is back but in you can't load the greybox.
Solution that comes to mind is to have xml file somehow changing line above. Any suggestions?

Regards