Active
Project:
SWF Tools
Version:
6.x-2.5
Component:
SWF Tools
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Mar 2009 at 19:43 UTC
Updated:
2 Jul 2009 at 20:43 UTC
I've tried every possible solution but I can't find any documentation about this. Basically, when I load a selection of files with image_rotator it works fine, but if I specify an XML playlist, like this:
I get the following error:
Could not find the wijering_imagerotator file for embedding.
And the imagerotator doesn't load. It appears to only happen when theres an external XML playlist.
Comments
Comment #1
Stuart Greenfield commentedI'm not sure how you are trying to load the flash, but using the input filter you'd write:
That assumes that the myImages.xml file is in your site's default file directory, and that the Wijering Image Rotator is your default image viewer. Note that you have to qualify the filter with a specific action since SWF Tools doesn't know what to do when it is given an xml file.
Let me know if that works so I can close this thread.
Comment #2
Stuart Greenfield commentedDid this work? I'd like to close the issue if it did.
Comment #3
Aleet commentedI have the same issue. This doesn't work for me:
<p><swf file="flowers.xml" action="swftools_image_display_list"></swf></p>The player seems to load, but the images don't load. XML file is in files/ dir and not files/playlists. The images are in the same dir.
The page is here: http://billherring.info/atlanta_counseling/node/255
And this is my source:
Any help would be appreciated. Spent pretty much the entire saturday afternoon trying to make this work. No mention of using XML playlist with swftools filter in any of the documentation, as far as I can tell.
Comment #4
fourmi4x commentedHi,
I suscribed to your problem as I had the same, and then continued to look for a solution and finally found it :)
I don't know if it will help, but I found the solution here : http://drupal.org/node/101918#comment-184088
You have to move the XML file directly in the "files/" folder, as well as you "pictures" folder - worked for me...
Bye !
Comment #5
Aleet commentedThanks bunch for your help. I'll check this out and report back.