Flash movies and XML

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
CatWoman
New Member
New Member
Posts: 8
Joined: Fri Jun 12, 2009 2:24 pm

Flash movies and XML

Post 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 :)
JeremyBASS

Re: Flash movies and XML

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”