By mrgoltra on
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
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
link
http://www.airtightinteractive.com/projects/tiltviewer/
While I haven't done it
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.
thanks for the input
it would be nice. I wish just have the time. If I find out more I will post here.
Thanks,
Mark
Very nice indeed
Yes it would be very nice !
-Pol-
https://not-a-number.io/
You can use these module
http://drupal.org/project/flash_gallery
The Flash Gallery module only
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.
tiltviewer
if you are using swftools you can use the changed simpleviewer modul to get tiltviewer access
#669760: TiltViewer
thank you my friend, I will
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
?> cutted the code
the end of the titlviewer.modul is on this line
?> //do not using closing tags
I have a question. I
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?
sorry
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