Good Day,

I was wondering if someone has implemented Tiltviewer on their Drupal site? Can you give a few insights how you accomplished it?

Thank you,

Mark

Comments

mrgoltra’s picture

deciphered’s picture

While I haven't done it myself, I wouldn't think it would be an overly difficult thing to implement on you're site.

As the player is just flash you would implement that by dropping the code directly into a node. Getting more advanced you could write a simple module that simply outputted the code.

As for the data feed, you should be able to use Views 2 and Imagefield and some trickery. That's what I would do anyway.

Hope that gives you some ideas.

mrgoltra’s picture

it would be nice. I wish just have the time. If I find out more I will post here.

Thanks,

Mark

pol’s picture

Yes it would be very nice !

alesc’s picture

thrash632’s picture

The Flash Gallery module only works with SimpleViewer (which is made by the same people that make TiltViewer).

There has to be an easy way to get the Flash Gallery module to work with TiltViewer. Or there must be a way to get it to work by adding the Tilt Viewer code to the html of a page node.

karl2011’s picture

if you are using swftools you can use the changed simpleviewer modul to get tiltviewer access

#669760: TiltViewer

thrash632’s picture

thank you my friend, I will have to give this a try.

One question, I noticed the following between 'tiltviewer.modul' and 'tiltviewer.info':

'."\n";
$xml .= '';

foreach($playlist_data['playlist'] AS $track => $details) {

// Strip default sites path if it is present
if (strpos($details['filename'], file_create_path()) === 0) {
$details['filename'] = str_replace(file_create_path() . '/', '', $details['filename']);
}

$xml .= '

'. $details['filename']. '
'. $details['filename'] .'

';
}

$xml .= "\n";

return $xml;
}
?> //do not using closing tags

Where does the above go?

Thanks!

-Adam

karl2011’s picture

the end of the titlviewer.modul is on this line
?> //do not using closing tags

thrash632’s picture

I have a question. I installed the flash gallery module, then created the folder 'tiltviewer', which I placed inside the flash gallery folder. In the 'tiltviewer' folder I put all the files for tiltviewer as well as the additional files you created (tiltviewer.modul, tiltviewer.info, and tiltviewer.admin.inc).

After installing the module and trying to test out the gallery, I noticed that it automatically uses simpleviewer. Do I need to delete the simpleviewer folder to get this to work? What should I do?

karl2011’s picture

the modul that i posted depence to the swftools not to flashgallery ,
i hoped that my last post can help you to get tiltviewer to work