By ericking on
Hello !
I have rotate.php working fine with gif, jpg and other image files. I am trying to use some flash files so I modified the rotator.php adding a line with this:
$file_types = array(
'gif' => 'image/gif',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'swf' => 'application/x-shockwave-flash',
'png' => 'image/png'
) ;
but it didnt work... is ti possible to maket it work??
thank you in advance.
Comments
I respond myself...since nobody did it.... (SOLVED)
The easy answer is to copy/paste this code to your theme page.tpl.php in your header section....
you must try some times to get the right place.
and done.
You need to change "YOUR-FULL-PATH/rotator.php" for your own path