Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 7 8 9 10 [11]   Go Down

Author Topic: Image Scroller - based on Filmstrip  (Read 289479 times)

0 Members and 1 Guest are viewing this topic.

NevilleX

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 34
    • SeGoodies
Re: Image Scroller - based on Filmstrip
« Reply #200 on: April 21, 2007, 03:15:53 pm »

Is it possible to include png images in scroller too?

severeidaho

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
Re: Image Scroller - based on Filmstrip
« Reply #201 on: June 08, 2007, 10:21:38 pm »

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

Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #202 on: June 09, 2007, 01:56:03 pm »

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

testomat

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Re: Image Scroller - based on Filmstrip
« Reply #203 on: June 10, 2007, 10:43:44 pm »

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 ??
Logged

severeidaho

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
Re: Image Scroller - based on Filmstrip
« Reply #204 on: June 11, 2007, 04:04:10 am »

Quote
Point 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
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #205 on: June 11, 2007, 12:55:45 pm »

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

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
Re: Image Scroller - based on Filmstrip
« Reply #206 on: June 12, 2007, 03:00:57 am »

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
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #207 on: June 12, 2007, 11:05:01 pm »

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

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Image Scroller - based on Filmstrip
« Reply #208 on: June 13, 2007, 12:11:42 am »

RphMedia, Ron,

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

PYAP
Logged

severeidaho

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
Re: Image Scroller - based on Filmstrip
« Reply #209 on: June 13, 2007, 12:16:13 am »

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
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Image Scroller - based on Filmstrip
« Reply #210 on: June 13, 2007, 12:37:57 am »

Hey Severeidaho,

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

PYAP
Logged

first100

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Image Scroller - based on Filmstrip
« Reply #211 on: June 16, 2007, 08:20:08 pm »

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
Logged

AlexL

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 189
    • Velvet Photos
Re: Image Scroller - based on Filmstrip
« Reply #212 on: July 27, 2007, 04:57:36 pm »

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
« Last Edit: July 27, 2007, 05:07:05 pm by AlexL »
Logged

videoman57

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Image Scroller - based on Filmstrip
« Reply #213 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
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Image Scroller - based on Filmstrip
« Reply #214 on: September 08, 2007, 02:39:20 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.
Logged

idreyer

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Image Scroller - based on Filmstrip
« Reply #215 on: October 03, 2007, 11:00:12 am »

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
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Image Scroller - based on Filmstrip
« Reply #216 on: December 12, 2007, 07:10:05 pm »

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

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Image Scroller - based on Filmstrip
« Reply #217 on: November 17, 2008, 09:42:17 pm »

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. ;)

Logged
Pages: 1 ... 7 8 9 10 [11]   Go Up
 

Page created in 0.032 seconds with 20 queries.