| 04 Mar 2012, 15:46 | |
|
Experienced Joined: 16 Mar 2009Posts: 29 |
How can we use a swf as a background with dynamic values;
on themeConfig.xml; <background_image> <url>preview.swf?mainswf=some.swf&showPattern=true</url> <repeat>no-repeat</repeat> </background_image> preview.swf?mainswf=some.swf&showPattern=true it is not reading after "&" |
| 04 Mar 2012, 22:45 | Re: Dynamic value at background swf |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
Try url-encoding the ampersand;
Code preview.swf?mainswf=some.swf&showPattern=true _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 05 Mar 2012, 03:47 | Re: Dynamic value at background swf |
|
Experienced Joined: 16 Mar 2009Posts: 29 |
Perfect
|




