I am trying to use SimpleViewer which is an swf program that uses an external xml file and external image folder to display slideshows. I am wondering if there is a way to add the xml file directly into the node some how rather than manually placing the xml file and folders manually via ftp.

Thanks

Comments

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

SimpleViewer can be configured directly from the the SWF Tools settings page, and SWF Tools can build the xml automatically for you.

If you are using an external xml file then you have to upload that manually and call it yourself. There's no way to "embed" the xml in the node. The closest you could get would be to upload it with the upload module, or via CCK, and that way it is "attached" to the node.

Issue is over 1.5 years old!

I'm going to close the issue as part of queue maintenance.

gdoteof’s picture

Thanks I figured this out a long time ago eventually writing my own swf and using rpc to feed views into the widget. I appreciate the better-late-than-never support :)