I installed FLASH NODE and SWFTOOLS, I'm using 5.2 . problem is that shows only basic SWF not XML and images since are external to the swf file that has been upload . Where the swf file is stored after is uploaded? I need to get the XML and IMG in the same directory.
Thanks

Comments

Stuart Greenfield’s picture

The swf file is uploaded to /files/flash, unless you have changed the defaults. If you upload other files via Drupal's upload module these will end up in /files

To try and assist swf files that call external images, movies or data Flashnode will pass the base parameter, with a default value of ./files, so it will point the swf to your upload directory without your needing to do anything more.

You can over-ride this setting on a node by node basis using the Advanced flash node options on the node edit form.

I've not tried combining Flash node with XML, but the above technique works for loading external movies and images with the loadMovie command. It might just need a bit of trial and error!

bubbola’s picture

Thanks Stuart that was quick and precise. Swf was as you stated in the sites/files/flash but no xml or images files, when I got them in there all worked out beautifully. Thanks again, good job mate.

Stuart Greenfield’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Stuart Greenfield’s picture

Added an example swf/xml combination on my site. Posting link here for ease of reference in the future!