Page 1 of 1

Flash movies and XML

Posted: Tue Aug 17, 2010 1:46 pm
by CatWoman
I am trying to use a flash gallery on my site, with a source XML-file. It seems as if it does not see or use the source xml. It works fine locally outside CMSMS, but at the site I just see a black rectangle (but in the right size, so it does recognize the size parameters).

I have another version with the photos embedded - this also works.

So it seems to be the combination with the source xml. Does anyone know if this can be done at all?

the code is:

{object src='uploads/Realestate_demo.swf' height='400' width='600 string="uploads/source.xml"}

I have tried with the full URL as well - same result.

Thanks in advance :)

Re: Flash movies and XML

Posted: Tue Aug 17, 2010 7:40 pm
by JeremyBASS
Normally I have to use the param

{object src='uploads/Realestate_demo.swf' height='400' width='600  param='wmode::transparent||quality::high||bgcolor::#ffffff||allowFullScreen::true||allowscriptaccess::always' }

to which you'd want to set you uploads/source.xml in there.. normal something like xml_data::uploads/source.xml

Hope that helps.. Cheers -Jeremy