Image Scroller - based on Filmstrip - Page 11 Image Scroller - based on Filmstrip - Page 11
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Image Scroller - based on Filmstrip

Started by rphMedia, December 05, 2004, 05:18:08 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.


severeidaho

Hi RphMedia,  This Mod works great.  I was able to resize it to fit my desire and i must say it is awesome.  I know this is an unrelated question but I would like to use this Mod outside of gallery, for wordpress.  Ive tried using the Flasthumb.swf (link to from wordpress) but all I get is the film strip,  No pictures load.  I did look into the Flashthumb.php to see if I could modify the code to work for wordpress but no luck.  PHP is greek for me, lol. 

Id really appreciate any feedback you can throw at me. 

-gerrit


rphMedia

Point your url to 'main.swf'.  Should work fine.

testomat

I got following error:

Parse error: syntax error, unexpected T_IF in /hp/as/aa/rx/www/bilderbluete/e107_plugins/cpg149/anycontent.php on line 1
Here my code of anycontent.php

<?php

if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
starttable("100%", "Welcome");
?>

<tr><td class="tableb" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="190" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
                <param name="menu" value="false">
                <param name="bgcolor" value="#000000">
                <param name="movie" value="main.swf" />
                <param name="play" value="true" />
                <param name="loop" value="false" />
                <param name="quality" value="high" />
                <embed src="main.swf" width="600" height="190" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true">
                </embed>
            </object>
</td></tr>

<?php endtable(); ?>

What is wrong ??

severeidaho

QuotePoint your url to 'main.swf'.  Should work fine.

I tried this out on Wordpress.  I get the correct size, but the movie just never starts (black screen).  I tried chmodding the files for your plugin and no luck. 

If you know what the problem is, let me know.  Otherwise dont worry about it.  I know you developped the plugin for coppermine and dont want to bother you about another platform. 

Take care. 

-gerrit

rphMedia

Quote from: severeidaho on June 11, 2007, 04:04:10 AM
I tried this out on Wordpress.  I get the correct size, but the movie just never starts (black screen).  I tried chmodding the files for your plugin and no luck. 

If you know what the problem is, let me know.  Otherwise dont worry about it.  I know you developped the plugin for coppermine and dont want to bother you about another platform. 

Take care. 

-gerrit
Provide a link and I'll see what I can do.

severeidaho

Okay,  I added the code provided with your plugin and added it to the header of this Wordpress Website

http://www.severeidaho.com/latest/

My Gallery is located at  http://www.severeidaho.com/gallery

and the Flash is located at http://www.severeidaho.com/gallery/main.swf

For My Header on Wordpress I provided the following

Quote<td class="tableb" >
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="190" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
                <param name="menu" value="false">
                <param name="bgcolor" value="#000000">
                <param name="movie" value="http://www.severeidaho.com/gallery/main.swf" />
                <param name="play" value="true" />
                <param name="loop" value="false" />
                <param name="quality" value="high" />
                <embed src="http://www.severeidaho.com/gallery/main.swf" width="980" height="190" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true">
                </embed>
            </object>
    </td>
</tr>

My Gallery Directory is "Gallery" and Wordpress is "Latest".  Hopefully any of this info could help. 

-gerrit

rphMedia

It's probably not working for security reasons. I could rectify all that, but it would take some major re-engineering of the original files.

How about something like this -

http://muvipix.com/samples/test.htm

It's still in the beta stage. Go to my teaser thread and respond there. And please, don't expect miracles overnight :)  Just a bit busy lately.

Pascal YAP

RphMedia, Ron,

Quotehttp://muvipix.com/samples/test.htm
It's still in the beta stage.
Only one word : PERFECT  ;D
Like every time  ;)

PYAP

severeidaho

Maybe a future release of this mod could be functional for websites outside of gallery.  Would be awesome cause this Mod rocks on Gallery.  Love everything about it.  Thanks for looking into my issue.  I'll play around with everything to see if I can get it to work, I'll let you know what happens. 

-gerrit

Pascal YAP

Hey Severeidaho,

Maybe you can play with an IFRAME HTML's tag to view this FLASH everywhere you want ! !

PYAP

first100

I dont be able to visualize a film strip mod, i have a question

1) what contain the file main.swf and flashtumb.php and.swf ?

<?php

// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.3.0                                            //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002,2003 Gregory DEMAR                                     //
// http://www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// see /docs/credits.html for details                                        //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify      //
// it under the terms of the GNU General Public License as published by      //
// the Free Software Foundation; either version 2 of the License, or         //
// (at your option) any later version.                                       //
// ------------------------------------------------------------------------- //

/*
$Id: anycontent.php,v 1.7 2004/03/16 09:26:18 gaugau Exp $
*/
starttable("100%", "TITRE DU FILMSTRIPE");?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td>
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="715" height="190"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" align="middle">
                <param name="bgcolor" value="#000000" />
                <param name="menu" value="false" />
                <param name="movie" value="main.swf" />
                <param name="play" value="true" />
                <param name="loop" value="false" />
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <embed src="main.swf" width="715" height="190" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true">
                </embed>
            </object></center></td>
  </tr>
<tr>
</tr>

<?php endtable(); ?>
<br  />

thanks
Massimo

AlexL

#212
Hello Ron

please give me a little place in the row of your fans. Thanks for that Mod - it's like an act of making lively for my website.

but now a little idea - The Mod takes a defined amount of random thumbs from the db and plays then all this thumbs again and again. - It's correct?
Maybe the picts are gonig in cache and the list to this also, but I think it's are the same thumbs at all time - no renew - you now what I mean?
Is it possible to change this behaviour to take a defined amount from db and play this for 1 minutes and then reload other random picts from db - without pressing F5 on Browser or clear the cache - as a new function of the flash. It's because my testusers are standing still in reverence in front of your mod and don't venture to klick anything. But after 2 minutes they ask me for more of this - they want to see the next ones...

Big Big Thanks
AlexL

PS: the php start tag is missing on the first code example for the anycontent.php

videoman57

Hi,
I am a newbie, where do I get these swf flash files etc. from.?  I do not have any of the necessary files to try out this filmstrip idea?
Thanks,
jmk

Tranz

Quote from: videoman57 on September 08, 2007, 12:19:29 AM
Hi,
I am a newbie, where do I get these swf flash files etc. from.?  I do not have any of the necessary files to try out this filmstrip idea?
Thanks,
jmk
Since that was your first post, you probably couldn't see attachments as a guest. You should be able to see them now.

idreyer

Hy,

I am as well very impressed about this nice MOD.  :)

I just have a little "problem". I use only the flashtumb and not the main.swf, that means without the scrolling effect. Is there any way to change the time when the next picture will be faded in? I saw there is a parameter in the php-file, but this seems to affect only the first picture and not the other one.

And a second question: There was a mod with 715px - but this I found only with the filmstrip-graphic. Is there a version with 715px and without the filmstrip-graphics available ?

Thanx,
Ingo

rphMedia

There's 2 parameters in the php file. One's for fade duration and the other is for the time until the next image (probably the one you're looking for).

strxie

Thanks for this Mod.
I finally got it working. www.uilen.eu
It was easy when you know how and you don't have to adjust the phpbb code. ;)