Hi all,

The system give me the "No player is configured for a single image. Check the SWF Tools file handling settings." error when try to visualize a simple image, but I can't view this setting in the file handling page (see screenshot).

All the other kind of media are correctly shown (mp3, mp4, swf, flv), only images give error.

Where I can find the "Default player for a single image" setting?

Thank you very much

MXT

CommentFileSizeAuthor
Schermata 2011-04-08 a 14.52.47.png102.13 KBmxt

Comments

mxt’s picture

Priority: Normal » Major

No answer yet? I'll try to update the priority.

maxmatty73’s picture

subscribe

sammo’s picture

None of the swftools plugins support a single image method. You can hack this by adding this method to an existing plugin. For example you can modify swftools_imagerotator_swftools_methods() by adding the following line:

 $methods['image']['imagerotator'] = $image_rotator;