forum.coppermine-gallery.net

No Support => Modifications/Add-Ons/Hacks => Mods: Visuals => Topic started by: rphMedia on December 05, 2004, 05:18:08 pm

Title: Image Scroller - based on Filmstrip
Post by: rphMedia on December 05, 2004, 05:18:08 pm
Speaks for itself.  Still refining.

*removed old link  8)
Title: Re: Sneak Peek at a new mod
Post by: Hein Traag on December 05, 2004, 05:35:37 pm
Sneak preview indeed and looking to be a nice mod :)

/me makes mental note to watch this thread.
Title: Re: Sneak Peek at a new mod
Post by: hama on December 05, 2004, 09:24:49 pm

Wow ... Let's talk about "Teaser" ...  ;)
Title: Re: Sneak Peek at a new mod
Post by: rphMedia on December 06, 2004, 12:17:28 pm
Well, here's one place where it's implemented.  This particular is calling up the last 12 uploads from the Gallery.

*removed old link

Should have the details within a day or so.
Title: Re: Sneak Peek at a new mod
Post by: rphMedia on December 08, 2004, 06:10:41 pm
And finally in CPG itself -

*removed old link 
Title: Re: Sneak Peek at a new mod
Post by: Hein Traag on December 08, 2004, 06:17:05 pm
Looking very nice Ron. Congrats on a nice mod! Really cool way of adding a slice of your gallery to the frontpage of a website to lure visitors to the pictures :P
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 08, 2004, 07:08:13 pm
Alrighty, here are the files.  Drop them into your gallery root and put this in your anycontent*.php

Code: [Select]
starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<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(); ?>
<br  />

That's it.  The way it's configured, it will grab 13 thumbnails at random and load into the flash file. It will not show private album thumbnails. The height and width of the flash code is crucial as skewing will occur if modified. I left the background black (I think it looks better), but you can add a transparent parameter to the flash code to comply with your particular theme.  Any questions, fire away.

Enjoy!

edit - it'd be real nice if I added the files :)
Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 08, 2004, 07:29:30 pm

Works great.

There's only a little problem:

This anycontent is much smaller than my others. Is it possible to have the filmstrip wider and maybe with 20 thumbs?

Thanks a lot!

P.S.: In Firefox ok!

hama
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 08, 2004, 07:42:55 pm
20 thumbs?!  I think you mean just enough so we can use 'picture_table_width'?  Let me play around with the code. Sheesh, some people are never satisfied.......................kidding. Give me some time. I think it looks pretty good, hama [thumbs up!].
Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 08, 2004, 07:47:03 pm

Quote
20 thumbs?!  I think you mean just enough so we can use 'picture_table_width'?
Yes, that's true.

--> Edit: What happens to "people" with resolution 800x600 (I've got 1024x768)?

Quote
Sheesh, some people are never satisfied.......................kidding.
Sorry, a tester has to test and test and test ......  ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 08, 2004, 10:24:15 pm
Does this flash have a border?  On my site, I use this in an iframe on my homepage. It displays great in firefox, which respects the class and styles I give the iframe, but IE does not.  There is a very thick white border around the flash show, which I just cannot remove, and I think I've tried everything I can.

Excellent mod  ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 08, 2004, 11:40:47 pm
Actually Casper, I can't believe that the flash file looks that good squeezed down like that.  As I stated earlier, if you change any of the dimensions, then....well, unexpected results occur.  The simple solution to your problem is to set the background of the iFrame/flash code  to the color of your site background.  Probably somewhere in your css. Or I can modify the file to a width of 440, no problemo.

hama, for your question, tis the nature of the beast.  You need to design your site to the smallest target audience, if that's what you are concerned with.  If you're concerned about users w/800x600 res, then that's what you strive for.  Nothing should be more than 600 width and 800 height; barring scroll bars.  There's so many variables.  Your original request was for more than a 600 width.  This will create a horizontal scroll for your 800x600 users.  Just keep that in mind. Let me know what you guys want....:)
Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 08, 2004, 11:56:30 pm
No, it's not due to the size.  The iframe is only 440 wide, to fit the page, but the anycontent is the full width, so the iframe is only showing the left 440 of the anycontent.

I've tried everything with the css, and it works in firefox, where the background colour is what I want, but IE just ignores everything, including putting the background colour directly in the iframe code.

That's why I asked about the flash file having its own border.  I know nothing about flash, but I know other iframes I use have no such inner border, see the shoutbox as an example.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 09, 2004, 12:13:37 am
Well, what is this class="tableflash" you have?  Probably has something to do with that, but I can't see that obviously.

It's a parameter/dimension problem.  As you can see on my site (in IE as well) and to answer your original question, no, there's no border whatsover w/ the flash file itself.  No border at this site either (http://www.creatingslideshows.com/plusxs/portal.php) and it too is in an iFrame.

You had an unexpected pixel border with the last mod too, not enabling it to be centered.  Look into that "tableflash" class and see if you can manipulate that a bit.  Nice idea by the way, to make it smaller width; didn't catch that.  

Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 09, 2004, 12:53:28 am
The 'tableflash' was one of my attempts to use the css to cure the problem.  Notice on the site you link to the iframe is bigger than the slide show.  I agree they have managed to have the correct background colour.

But look at this on my site, http://www.hsocuk.com/index2.html where I have removed everything except the iframe with the slideshow.

I have made the iframe the same size as the slideshow, 600 x 190, but there is still the border, and the slideshow falls of the bottom.

Please note, this I know is a problem with the iframe, not your slideshow, but it's bloody frustrating.

I also noted that the border is there in firefox, but because it's the correct colour, you only notice it when the bottom filmstrip is cut short.
Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 09, 2004, 01:25:39 am
I think I'm going to have to live with the iframe problem, so I'm going to ask a big favour  ;)

could you do one for me 400 wide x 140 high please.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 09, 2004, 01:51:57 am
Nah, I don't buy it   ;D  This CAN be fixed, but yes, I will make a 400 wide show for you, along with hama's wider show.  Give me a day or so.  Something is telling the iFrame to have that border.  I'll be back..... 
Title: Re: Image Scroller - based on Filmstrip
Post by: dgennetten on December 09, 2004, 03:45:33 am
The sprocket graphics, to me, look a bit dated.  Like things looked everywhere shortly after Alien Skins 1.0 came out.  How about a cleaner flatter look? Or a true photorealistic look?  Would you consider a contribution ?

Douglas
Title: Re: Image Scroller - based on Filmstrip
Post by: snork13 on December 09, 2004, 05:49:10 am
rphMedia  ;D Thanks for sharing
Title: Re: Image Scroller - based on Filmstrip
Post by: Rodinou on December 09, 2004, 08:52:06 am
rphMedia it's interesting ...

So I think you can be my solution :)

Would you be able to create a navigation system in FLASH using CPG database ?

Popup : on the left : thumbs, on the right, the called picture ... people don't know
the url of the pics ('cause inside flash) ...

I don't want to "break" this thread so if you can contact me by msn (if you have it, of course) > rod@fantasya.net

Very nice mod !
Title: Re: Image Scroller - based on Filmstrip
Post by: Hein Traag on December 09, 2004, 08:57:35 am
Thanks for sharing Ron.

Going to use it on www.scoutlink.net to get people to the gallery as wel.

Thanks again and again and again and again  ;D
Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 09, 2004, 02:05:13 pm
My problems with this have been solved, well worked around, thanks to Ron.   ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 09, 2004, 03:29:42 pm
The sprocket graphics, to me, look a bit dated.  Like things looked everywhere shortly after Alien Skins 1.0 came out.  How about a cleaner flatter look? Or a true photorealistic look?  Would you consider a contribution ?

Douglas
Hmm, you ain't slammin' me there, that's the very gif that's used throughout CPG filmstrip.  Anyway, sure send me any contrribution you'd like.

rphMedia it's interesting ...

So I think you can be my solution :)

Would you be able to create a navigation system in FLASH using CPG database ?

Popup : on the left : thumbs, on the right, the called picture ... people don't know
the url of the pics ('cause inside flash) ...

I don't want to "break" this thread so if you can contact me by msn (if you have it, of course) > rod@fantasya.net

Very nice mod !

Easer said than done, Rodinou.  I'm thinking that the CPG folks really don't want to tackle that one.  I believe they're kinda busy with 1.4.  Would I be able to?  Don't think so.  The integration would be massive.  The one thing that I did want to do was replace / make optional a Flash slideshow at displayimage, but this too is a feat.  When I have a bit more time, I'll eventually figure it out, but time is of the essence here. I do think that using Flash as the images display is an advantage for many reasons (ie, the images are protected and can't be easily pilfered), but there are a few disadvantages too.  A lot of people hate Flash for some reason.  I've used it from Flash 4 and the next release proves to be a more powerful platform.  I thnk it would be great to integrate Flash a bit more in this package, but for now, maybe we'll just stick with some anycontents.  I'll be playing some more in the future  ;D

And you all are welcome!  More to come.
Title: Re: Image Scroller - based on Filmstrip
Post by: turtleboy on December 09, 2004, 03:33:54 pm
Very cool mod.  ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 09, 2004, 06:45:07 pm
Here's the 715 width requested by hama, but others may want it too.  This just adds another thumbnail to the interface and grabs 3 more random images (total of 15 now).  Makes for a wider scroll that seems to comply with all the theme sets.  The only thing to change from the original files post is below -

Change anycontent*

Code: [Select]
starttable($CONFIG['picture_table_width'], 'Your text.');
to

Code: [Select]
starttable('100%', 'Your text.');
And change the width in the flash code (2 places) to 715.

Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 09, 2004, 08:21:23 pm

Works great !

800x600 = ok
1024x768 = ok
Firefox = ok

Thanks to Ron  8)
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 10, 2004, 09:33:26 am
rphMedia :-))))

Wow this mod THE MOD !!!! The best mod of the Year !
But i considere something, your mod catch a lot of memory ! With a System Information Software, your mod are eating 150mo RAM !!!!!
It's not a problem, everybody had at least 200mo free !

Nice² Nice² Nice²

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 10, 2004, 02:37:44 pm
rphMedia :-))))

Wow this mod THE MOD !!!! The best mod of the Year !
But i considere something, your mod catch a lot of memory ! With a System Information Software, your mod are eating 150mo RAM !!!!!
It's not a problem, everybody had at least 200mo free !

Nice² Nice² Nice²

Pascal

Thanks Pascal.  I see what you did there, smooth move :)

If you're concerned about the memory thing, here's a recommendation for the Flash code.  Just change the parameter quality to "autolow".  This will check the user's machine for speed render first, if it's OK, then it will automatically revert to high, if it's a slower machine and can't handle it, it will adjust accordingly and there's no degradation in quality of the swf file itself as the anti-aliasing (text and internal graphics) is what affects quality in a flash movie.

Anyway, here's what I'm playing with next.  Don't quite know how I'm going to implement this, but stay tuned.  I think this "effect" is awesome.  Press F11 for a full screen.  The loader is for sound only (for dial-up users) - the flash file itself without sound is only 5K.

*removed old link 

Recommendations / feedback welcome.
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 10, 2004, 03:20:36 pm
rph,

Opps there's no scroll on my Gallery here http://expo.pays-dignois.com , what's appenned ?  (solved since this post)  

aaaaagrhhhhhwwwowwwww your new crazy Mod Next Potential Mod, totally  ???
It's impossible !
 who are you ????? You'r absolutly  crazy or not !   ;)
WHat sort of impossible SlideShow is today ?
ah ah so great :))

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 10, 2004, 03:24:14 pm
Oh, I thought you did that on purpose (no scroll), LOL!

If you want it to scroll, point your swf file to "main.swf", right now you're pointing it to "flashthumb.swf".

main.swf loads the flashthumb.swf for the scroll effect.
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 10, 2004, 03:30:55 pm
RPH,
Quote
point your swf file to "main.swf", right now you're pointing it to "flashthumb.swf".
  No it's not that ! I renamed flashthumb.swf to another name.
I can'nt rename this files anyway ?

But your filmstripe fixed on my page is a good effect in fact !

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 10, 2004, 04:29:40 pm

Quote
Next Potential Mod

Recommendations / feedback welcome

You're really crazy! Looks beautiful! I start thinking where I could build in that one ...

Will you connect this next potential mod with random pics of the gallery? If yes, then I just can't wait for the mod and I'm going to faint when it works ...

 ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 12, 2004, 10:15:40 am
i All, and in fact rphMedia,

  RPH, Ron, All your Flash MOD are very strongs, and i love to insert our Mods in my Gallery.
But ( excuse me ) each time there's something i did nt like. For exemple, your 100% Kickass Flash FilmStripe (this Topix) is totally perfect but a little detail stop my joice : the borber, who's the defaut Coppermine FilmStripe.

  The best solution for all of us, if possible of course, is when you send us your terrific CPG Mod/Hack, can you also send to us the .FLA Flash MX flie ?
Then your perfects contribution will be more perfect each time.
Then all of us can adapt it with no bad small detail !  ;)
Thanx a lot and again many congratulations.

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: Casper on December 12, 2004, 12:08:27 pm
Hi Ron,

if this is of any help, there are different filmstrips available.  These were done by member b6gm6n, and were posted some time ago.
I have attached them to this post.

Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 12, 2004, 03:48:05 pm
Hi Ron

Quote
Next Potential Mod

Recommendations / feedback welcome.

An idea could be to build that in an anycontent as a preview with some random coppermine pictures (width = "715", autostart, transparent [or better black?] background / without sound). :)

It's something like a potential mod request.  ;)  Really no problem if you don't have time to do that!

hama

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 12, 2004, 10:13:55 pm
You mean, something like this?

*removed old link

Towards the bottom.


And thanks Casper, I'm sure I can put those graphics to use in future mods!

And Pascal, I don't think I'm going to continue giving away the fla files unless there's a dire need.  I will modify any of these files upon request, I think that you can tell that by now :) You received one of my first fla's and I have no idea what you did with it.  I'm not hoarding the code, it's pretty advanced stuff for someone that doesn't deal with the software every day.....No, I'm not an expert, but I can get around :)  Conversely, I wouldn't have time to provide support for each and every one.  I hope you understand.  I'm available and online more than most.  It's easier for someone to say, "hey, can you change the color to this, or change the dimension to that" rather than a user trying to do it themselves and somewhere along the line, mucking it up; then we'd have to start over anyway.  Again, I hope you understand in my english, I will help in any way I can.

More to come, I'm still playin'.

PS...BTW, the server here seems to be getting better!!
Title: Re: Image Scroller - based on Filmstrip
Post by: claude on December 13, 2004, 01:01:10 am
Thank you ++ for this mod.
But i'm very newbie...
I dont understand where to put anycontent.php ?  ???
Or which code to change to make function on my site
Excuse my very bad english
Thank you for your assistance

Claude

http://www.voyagevirtuel.info
http://www.voyagevirtuel.info/concoursphoto/
Title: Re: Image Scroller - based on Filmstrip
Post by: kegobeer on December 13, 2004, 01:05:53 am
@claude: Have you read the documentation that comes with Coppermine?
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 13, 2004, 08:21:15 am
@Claude (FrenchBodyman ? !)

  Bonjour Claude,

Savez-vous qu'il existe un Forum Copperine en Français ici-même !
Je suis le Modérateur de ce Forum avec Chtito, et nous pouvons vous aider dans notre langue mère !

There's a French Coppermine Forum, you know !
Go HERE : http://forum.coppermine-gallery.net/index.php?board=38.0

Pascal (south-east France. fr)
Title: Re: Image Scroller - based on Filmstrip
Post by: hama on December 13, 2004, 02:02:39 pm

@Ron

Quote
You mean, something like this?

Yes, almost. I saw that you were playing with three pictures (random pictures, random sizes) ... I don't know if that is a good idea for anycontent? Is it too big?

I think that you're doing a very good job (all of us have to remember it's freelance!) and I'm happy about every mod and every help you post!  :)

Thanks!
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on December 13, 2004, 03:24:06 pm
All, Ron,hama,
Quote
I'm happy about every mod and every help you post!

And me too ! A lot lot !
Recently i made a search about rhpMedia on this board  :D Rph Ron is an fabulous inspiration source for all of us, and i thing, all Ron's Mod user respect the original spirit of tis MOds. Then your mods are really perfect for my Gallery . A lot  ;D

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 16, 2004, 06:52:01 pm
Just an update - if you want the transparent background in non-IE browsers for any of the flash stuff (in keeping with your theme background), just add this to the <embed> tag -

Code: [Select]
wmode="transparent"
along with the IE param  in the <object> tag -

Code: [Select]
<param name="wmode" value="transparent">

Didn't think Firefox would comply originally, but it works great.
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 22, 2004, 08:18:13 pm
I think this was the first bit of flash that I have included on my site. ;) That's how much I like your mod. Great job, rphMedia! (http://tu2.net/forums/images/smiles/icon_thumbs_up.gif)

For some reason, there are a lot of blanks where there should be pictures. I didn't have this issue when testing on my local copy. I'm wondering if it has to do with private albums. However, even when I an logged into my online gallery as admin, there are blanks. If I am a guest, there are many more blanks. Photos from private albums do show up occassionally in admin mode.

It's at the bottom of my gallery (http://gallery.tu2.net/).
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 22, 2004, 09:13:17 pm
I think this was the first bit of flash that I have included on my site. ;) That's how much I like your mod. Great job, rphMedia! (http://www.tu2.net/forums/images/smiles/icon_thumbs_up.gif)

For some reason, there are a lot of blanks where there should be pictures. I didn't have this issue when testing on my local copy. I'm wondering if it has to do with private albums. However, even when I an logged into my online gallery as admin, there are blanks. If I am a guest, there are many more blanks. Photos from private albums do show up occassionally in admin mode.

It's at the bottom of my gallery (http://gallery.tu2.net/).

My guess is that you have .htaccess issues.  Check your folders beneath 'albums' folder and see if this is the case.  I can parse your php file fine and get all the paths, but I can't input them straight in the browser (it redirects me back to your home page every time).  The Flash file is respecting the .htaccess if this in fact is the case.  If the albums are public; there really should be no reason to restrict access anyway (aside from maybe hot-link protection).  No one has had this problem yet, so I'm assuming that that's what it may be.
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 22, 2004, 09:42:21 pm
Well, it's not really any "issue" since I purposely set .htaccess to prevent direct access. ;)

It makes sense that it would be .htaccess since my local system doesn't use .htaccess.

Strange how some images did show up. And it turns out it wasn't a matter of private vs public albums. It was FF vs IE. I just happened to be logged into FF and logged out of IE.

But as I was editing the .htaccess file, some images still showed up after I edited it until I cleared the cache. That would explain why I saw more photos in FF than in IE since I use FF more and thus more of the photos would exist in the cache.

Good thinking, rphMedia. :) The scroller now works without blanks.

Why isn't the flash file given access? It's running off my subdomain just like the rest of the files.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 22, 2004, 09:58:27 pm
Yay, it looks good!!  Call me Ron, BTW.

Flash has come a long way with regards to security and, all in all, it's a good thing.  It used to be that you could easily "hot-link" to other servers and render swf files -- no more.  [It] respects where it's coming from and adheres to that standard now.  I have many tricks that will only play a flash file on a respective server only (prevents pilfering a bit).  Just the nature of security issues in general.  The swf was merely trying to access the directory like any user would and was refused.  There could be an "include" statement from CPG that would let the swf file do that (not an expert there), but hey, it's working now.  A few years ago, it would've done that easily.

Anyway, I'm so glad you got it working.  I sorta thought that this would've been a long, drawn-out ordeal.  Solved.

You've seen nothin' yet  :)  More to come.  
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 22, 2004, 11:14:35 pm
Thank you, Ron. :)

I implemented the 715 wide version of the scroller. I thought I was going nuts because there was a huge gap between the strips presentation... It would show 5 pictures, show blankness for equivalent of 5 pictures and then the pictures again. I thought I had seen it scroll continuously earlier.

I then viewed the gallery in IE, and the strip was continuous. I looked at your site in IE and FF and had the same effect. FF showed a break; IE was continuous.

Is it just my browser? (I have the final release FF 1.0).

PS. I don't want to be all nit-picky, and since this is a mod, you're not obligated to provide support. :)
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 22, 2004, 11:58:59 pm
Well, I just viewed your site with both browsers and didn't have a hiccup at all.  Continuous scroll with no blanks.

I think this may be a traffic / Internet congestion type thing.  Ensure that you clear your cache, as you did before.  I realize that there are limits as to what flash can do.  For example, there are times when I check my site (I currently have 3 flash files loading at once for my example showings) and once in a great while, all files don't load as they should.  This is probably a natural occurance that can't be overcome.  It may be that they're parsing all the php files at once, and one of them just quit for some reason.  I don't advocate having more than 3 flash files on a page at once; probably isn't feasible at all unless they're doing minimal work, but I wouldn't worry at all about what you think is going on.  Both browsers look nice at a clean run from here! I think you're good to go.  Let's ask a for a couple of volunteers to check and I think they'll have the same results as me with a fresh load.

Thanks for the accolades and I'm sure that it's just a isolated burp  :)
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 23, 2004, 12:17:16 am
cool, you were right, it was just a hiccup. (http://tu2.net/forums/images/smiles/icon_clap.gif) I had cleared the cache earlier but I guess that wasn't enough. I had to shut down FF. I was probably at the point where it was eating up too much resources and needed a restart.

Thanks, Ron. :)
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 27, 2004, 01:48:46 pm
I recall why I used .htaccess to prevent direct access. It prevents people from viewing private images outside of the gallery. Of course there are ways around that, but I want to use that protection. Is it possible to get flash to work without allowing direct access?
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 28, 2004, 12:53:31 pm
I recall why I used .htaccess to prevent direct access. It prevents people from viewing private images outside of the gallery. Of course there are ways around that, but I want to use that protection. Is it possible to get flash to work without allowing direct access?

The original php file respects the private folders now, but I see what you're saying.

I believe that if you already have the "private user(s)" established, you could put the .htaccess in those folders only.  And for future private users (if you allow that), you could copy a configured .htaccess to their folder while registering (or when they elect the privicy).
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on December 29, 2004, 11:32:09 pm
Hello Ron,

Let me start by saying how greatful I am for your contribution.  I would like to ask a favor.  Would it be possible for you to provide flashthumb.swf with no filmstrip graphic.  My gallery is very basic and the graphics just don't work with the design.  I understand you are busy and thank you for your time.  I look forward to your response.


Regards,
Bryan
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 30, 2004, 12:45:50 pm
Hello Ron,

Let me start by saying how greatful I am for your contribution.  I would like to ask a favor.  Would it be possible for you to provide flashthumb.swf with no filmstrip graphic.  My gallery is very basic and the graphics just don't work with the design.  I understand you are busy and thank you for your time.  I look forward to your response.


Regards,
Bryan

Well, since you asked nicely :)  Refer to my post #4 of this thread for the instructions; basically the same.  Enjoy.

Title: Re: Image Scroller - based on Filmstrip
Post by: litup on December 30, 2004, 01:11:43 pm
Wow Ron,

That was super quick!!  It's just what I was looking for.    Thanks so much.

Regards,
Bryan
Title: Re: Image Scroller - based on Filmstrip
Post by: hobojoe on December 31, 2004, 02:06:50 pm
Hi rphMedia,

This mod is truly amazing.  Especially the last tweak with no sprocket thingies ;)  Is there an easy way to make the movie stationary so that the images don't srcoll but do fade in and out?  If this could be combined with the no sprockets version this mod would truly be one for all occasions ;D  Anyways, thanks for your contribution and keep up the good work.

Jim
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 31, 2004, 02:29:44 pm
Is there an easy way to make the movie stationary so that the images don't srcoll but do fade in and out?

Yes.  If you don't want it to scroll, don't use the "main.swf".  Point the flash file to "flashthumb.swf".

Title: Re: Image Scroller - based on Filmstrip
Post by: hobojoe on December 31, 2004, 03:15:23 pm
Thanks rphMedia,

I realize now that you had already answered this question.  I just misunderstood the post.  It worked great, thanks a ton.

Jim
Title: Re: Image Scroller - based on Filmstrip
Post by: hobojoe on January 02, 2005, 05:46:31 am
Hello rphMedia,

This is my second request in 2 days, I guess that makes me a bother :-\\  Would it be possible to get the most recent flashthumb.swf (no borders) but vertical like the one you posted in the "teaser".  My site is vertically oriented and it would work much better.  If you do this for me you will be my hero, and I won't bother you anymore ;) BTW Happy New Year ;D

Jim
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 02, 2005, 04:15:57 pm
Hello rphMedia,

This is my second request in 2 days, I guess that makes me a bother :-\\  Would it be possible to get the most recent flashthumb.swf (no borders) but vertical like the one you posted in the "teaser".  My site is vertically oriented and it would work much better.  If you do this for me you will be my hero, and I won't bother you anymore ;) BTW Happy New Year ;D

Jim

Happy New Year.  This one is same dimensions but vertical & w/o the film graphics (400X190).
Title: Re: Image Scroller - based on Filmstrip
Post by: wbc on January 04, 2005, 03:11:38 am
Oh, I thought you did that on purpose (no scroll), LOL!

If you want it to scroll, point your swf file to "main.swf", right now you're pointing it to "flashthumb.swf".

main.swf loads the flashthumb.swf for the scroll effect.


starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<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(); ?>
<br  />


keep main.swf   or   change:   main.swf    to    flashthumb.swf
show the same results, there is no scroll !!!
anyone can help me ???
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 04, 2005, 03:46:53 am
Hi rphMedia,

What would I have to change in order to play this on a page outside of my coppermine root folder? 

Thanks,
Bryan
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on January 04, 2005, 08:46:26 am
Ron, All users,

This Mod/Hach is definitivly the best one of 2004  ;)

Look after, my result with your ImageScroller in a small standalone page. Page realesed for help in the French Coppermine Forum.

Exemple HERE (http://expo.pays-dignois.com/image_scroller.html)
TOPIC ImageScroller -Based on Film Stripe, in French Coppermine Forum : HERE (http://forum.coppermine-gallery.net/index.php?board=38.0)

Pascal
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 12:30:15 pm
wbc, EDIT your post and remove that info.  I answered via PM.

Pascal - Cool stuff ;D, thanks for the accolades and support!
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 12:47:17 pm
Hi rphMedia,

What would I have to change in order to play this on a page outside of my coppermine root folder?  

Thanks,
Bryan

Bryan, I think that this would be beyond the scope of the mod as the php file is relying on the CPG structure.  Why would you want to move it off the root?  Just curious.

You could leave everything in the root, then simply point to the flash file(s) from anywhere, but to move the subject files off the root would take some major modifications.
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 04, 2005, 04:15:52 pm
Hi rphMedia,

Sorry if my post was misleading, all I want to do is place the image scroller on my hompage as a preview of my gallery.  I have tried "pointing"to the .swf but I have not been able to get it working.  Also, I am not using main.swf, only thumbvert.swf.  I tried to use creatingslideshows.com as an example for my code (flash/main.swf) but no luck. I am completely new to flash  ???

Thanks,
Bryan
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 04:44:43 pm
Well, this would be so much easier if I had a link.  Your original link you provided via PM no longer works...well, it works, but now I'm "forbidden".

Anyway, let's say that your flash file and php file are at

www.yourdomain.com/copper/thumbvert.swf
www.yourdomain.com/copper/flashthumb.php

And let's also say that you want to put the scroller at

www.yourdomain.com/

For the flash code, all you have to do is find the two places where the flash files get referenced.

<param name="movie" value="copper/thumbvert.swf">

AND for the embed tag

<embed src="copper/thumbvert.swf" ...

Easy stuff.  Try to not make it so hard :)

I can execute the thumbvert.swf from your site, so you're almost there.
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 04, 2005, 05:04:30 pm
Hi Ron,

Ok if I call you Ron?  Sorry for not providing the links, here they are :

http://www.litehiker.com/copper/index.htm ( inside root works fine)

http://www.litehiker.com/test.htm (outside root, does not work)

As you can see I have pointed the file to copper/thumbvert.swf just like you said (this is the way I have had it from the beginning) but it just doesn't want to work.  I felt like I was going crazy..  It just doesn't make sense.

Bryan

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 06:20:22 pm
Try this file.  I changed the path to the php file to absolute. Let me know if it works for you.  If not, I have other tricks.


Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 04, 2005, 06:25:59 pm
Hi Ron,

It's still not working.  I made sure to clear the cache and all that jazz.  Also I disabled hotlinking protection just to see, no difference.  Here is a page with nothing else besides the flash:

http://www.litehiker.com/test1.html

I really do appreciate your helping me.

Bryan
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 06:31:13 pm
OK, then here's the next deal. I have it working here -

*removed old link

probably not the look you're going for, but it's a start.  View the source and implement that to your site.  The Flash ActiveX is probably performing as designed, in other words, it's for security.  But, the iFrame is safe as the flash is still being scripted at the original site. Play around with that code and let me know if you have any questions.
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 04, 2005, 06:35:27 pm
Hey Ron,

That works fine, check it out:

http://www.litehiker.com/test2.html

I've never used Iframes, any compatibility issues I should be aware of?
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2005, 06:41:11 pm
Not that I'm aware of.  I know that search engines/bots hate frames, but other than that, it's just another holder for different items.  I'm sure you can take it from here.  You can put that iFrame whereever you want; even make it transarent, but that's another tutor course :)
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on January 05, 2005, 12:11:31 am
There are issues with older non-Microsoft browsers and iframe usage (basically Netscape Navigator 4.x), but it's widely agrreed that you don't have to mind anymore - users with NN4.x know their browser s**ks - 90% of all current websites is not being displayed properly for them...

Joachim
Title: Re: Image Scroller - based on Filmstrip
Post by: litup on January 05, 2005, 12:48:16 am
Hi Joachim,

Thanks for the info :)

Bryan
Title: Silent Thanks...
Post by: steveski on January 22, 2005, 03:11:43 pm
I'm an avid user of coppermine, and this mod is a unique example of how to be creative within a small space.  Many times the problems are listed here, but I have to say that this works so easily and seamlesslly.....that it is just a joy to use!

--Steve
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 22, 2005, 03:33:38 pm
Thanks Steve, appreciate that.  BTW, where's your site; I always like to see it "in action".  If you don't want to post it public, PM me :)
Title: Re: Image Scroller - based on Filmstrip
Post by: StephanieM on January 26, 2005, 10:41:20 pm
So cool! Thanks for this!
Title: Re: Image Scroller - based on Filmstrip
Post by: donatelli on February 04, 2005, 11:24:57 pm
Hello,

great mod. I'm using the 600x190 px without Filmstrip.

Little Prob: My Thumbs are limited to 100px longest side.

Is there a chance to get the swf , so the thumbs bitter fit, maybe 450x120px centered?

Thanks Don
Title: Re: Image Scroller - based on Filmstrip
Post by: a2zcomputer on February 27, 2005, 10:56:36 pm
I am extremely new to coppermine and hacking it. I do not understand how to incorporate this into my gallery. Is ther a better tutorial on this anywhere?

I have uploaded the files from the "flashthumb.zip" file and add the code from the first page of this thread. The thing I do not know how to do is get the film strip on my page.

the link to my site is http://www.a2zcomputer.biz/gallery/

Thanks in advance...
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on February 28, 2005, 10:22:02 pm
Bonjour a2zcomputer,

After a quick visit on your gallery, visibly your are not a francophone-man ! But it's not a problem  ;)
Here is an easy to learn tutorial, but in French  ;)
 http://forum.coppermine-gallery.net/index.php?topic=12620.0

PYAP
(france)
Title: Re: Image Scroller - based on Filmstrip
Post by: Rallemann on March 02, 2005, 11:22:08 pm
Sorry .. I have a problem with this hack, too

I added the script into anycontent.php
I've also uploaded the flash files and the flashthumb.php

www.ugly-king.de/fotos/anycontent.php
(perhaps you are not allowed to see some pictures...it does not care)

How the filmstrip of anycontent.php appears on the frontpage of my gallerie??

I know that I can change the preference in the admin preference section.

Quote
/lastup/onlinestats/breadcrumb/catlist/alblist/

But
What have I to add?

Pls help me..

thanx for support and the whole coppermind dev team =)

Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on March 02, 2005, 11:24:21 pm
You need to add anycontent to that list.
Title: Re: Image Scroller - based on Filmstrip
Post by: Rallemann on March 02, 2005, 11:27:02 pm
well

now a fatal error appears

Quote
Fatal error: Cannot redeclare cpggetuserdata() (previously declared in /www/htdocs/v032632/fotos/include/init.inc.php:45) in /www/htdocs/v032632/fotos/include/init.inc.php on line 45

http://ugly-king.de/fotos
Title: Re: Image Scroller - based on Filmstrip
Post by: kegobeer on March 03, 2005, 12:49:16 am
Please post your anycontent code.
Title: Re: Image Scroller - based on Filmstrip
Post by: Rallemann on March 03, 2005, 02:37:40 pm
Code: [Select]
<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.3.2                                            //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
// http://www.chezgreg.net/coppermine/                                       //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team                                        //
// (http://coppermine.sf.net/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.                                       //
// ------------------------------------------------------------------------- //
// CVS version: $Id: anycontent.php,v 1.5 2004/07/24 15:03:52 gaugau Exp $
// ------------------------------------------------------------------------- //

define('IN_COPPERMINE'true);
require(
'include/init.inc.php');

starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>

<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(); ?>
<br  />

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on March 03, 2005, 04:47:50 pm
It appears to be a permissions problem.  If you don't have any "public" images, the original script won't work. In other words, all of your images are in private albums, correct? And if this is true, how are you going to show random images? I guess you could try logging in to see if it works, not really sure about that though (or the error above).
Title: Re: Image Scroller - based on Filmstrip
Post by: kegobeer on March 03, 2005, 05:02:42 pm
Don't require init.inc.php in your anycontent.php file.  init.inc.php has already been included, so by doing a require statement you are attempting to redeclare functions which results in your error message.  Remove your require line and you should be ok.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on March 03, 2005, 05:09:33 pm
Ooo, didn't catch that....but there's still issues with the flashthumb.php file.  It's not picking up any images, just so you know.  You need to make one or more albums public.
Title: Re: Image Scroller - based on Filmstrip
Post by: Rallemann on March 03, 2005, 09:05:06 pm
thanks a lot

now it works fine :)

@ rphMedia

you're right...
I'll make it soon
Title: Re: Image Scroller - based on Filmstrip
Post by: canelli on March 04, 2005, 11:54:37 am
great mod.   I will just use it in my web site !!

to meet internationalization I suggest change the line
Code: [Select]
starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');

with
Code: [Select]
starttable($CONFIG['picture_table_width'], $lang_meta_album_names['random']);

so you can keep the filmstrip title from the translated "random" album name

Title: Re: Image Scroller - based on Filmstrip
Post by: typhooner on March 08, 2005, 11:06:02 am
Hey does anyone have the original .fla file for this...I have been trying to do something like this for some time and would love to see how this thing works....Thanks
If you have it an don't want to post it could you send it to

jasonwsaz@gmail.com

Thanks
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on March 10, 2005, 09:37:48 am
I removed the other thread where you requested the very same thing - do not cross-post in the future. One reason for your request not being answered may be: nobody has got the fla file anymore, or nobody is willing to give it away. It is more likely that the owner of the fla file will read this thread than any other thread you start, so if there's no answer, you probably simply can't have it. I guess there are good reasons why the fla file hasn't been published in the first place.

Joachim
Title: Re: Image Scroller - based on Filmstrip
Post by: Dogman on March 14, 2005, 03:47:39 pm
Is there a chance to get this Mod work for "Coppermine Photo Gallery v1.2.2b-Nuke"...???

I think the pathes in the ".swf"- Files ( especially: "main.swf" ) differ/depend on coppermine-ROOT in the different coppermine-Versions...???

Dogman 8)
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on March 14, 2005, 08:20:33 pm
no support for nuke on this board, read http://forum.coppermine-gallery.net/index.php?topic=13667.0

Joachim
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on March 14, 2005, 09:11:04 pm
OK, I'm back.  GauGau is right.  I don't want to give away the fla files for a few reasons, one being, I don't have the time to "support" the internals of what's going on.  It's actually two fla's for this particular mod.  I'm not trying to be mean or anything, but if you know Flash well enough, you could really create these yourselves.  If you don't, then we get back to you needing help with them, and I'm really sorry; just don't have the time lately.  The way I learned (besides knowing a bit of flash itself) was by trial and error, manipulating the php files and getting the xml parse output.  Not that hard if you spend some time with it.

The "nuke" part.  Don't have a clue.  I couldn't even begin to start to know what that structure is like, sorry.  You may be able to point to a folder or folders, but that's as far as I'll reach for that  :)

I will be in and out if there are any questions with the generalities of the mod.
Title: Re: Image Scroller - based on Filmstrip
Post by: Dogman on March 15, 2005, 05:05:59 pm
Got it...

Thank you for this great Mod... ;D

Dogman  8)
Title: Re: Image Scroller - based on Filmstrip
Post by: raummusik on April 13, 2005, 11:25:31 pm
hoi,

nice mod, i changed now 3times my post hehe.. i just had an idea... is it possible just to add this moving filmstrip inside a normal html file ? also i need the "filmstrip" swf to be "clickable" -> which points to the gallery itself. this would be more than phat... <- solved that by doing a 0815 a href around the object tag. fine! ;) . now i just need to know how to remove the annoying filmstrip. the .swf has to be edited or ?

can somebody help me out , also i dont need those "film strip" (hollywood super 8 like ) , i just need the pictures... any ideas ? im fool, i thought thumbvert.swf would solve it hehe ;) but its for vertical not horizontal. perhaps someone got an idea ?   below my code :



Code: [Select]
<?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%''Filmstreifen.');
?>

<tr>
    <td class="tableb" >
            <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">
                <param name="wmode" value="transparent">
                <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" wmode="transparent" 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>
    </td>
</tr>
<?php endtable(); ?>
<br  />
Title: Re: Image Scroller - based on Filmstrip
Post by: cyber6 on May 02, 2005, 09:13:47 am
Here is my anycontent.php;

<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly written by Gregory DEMAR

  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.
  ********************************************
  Coppermine version: 1.3.3
  $Source: /cvsroot/coppermine/stable/anycontent.php,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/04/19 03:17:10 $
**********************************************/

?>

starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<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(); ?>
<br />

I get the error 'call to undefined function' that you can see at;
http://www.cybertek.cc/coppermine/anycontent.php

...although the movie runs OK.

Please help a newbie sort out his php!

Thanks in advance.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on May 02, 2005, 01:30:57 pm
You need to add the anycontent to your config in the Admin Control Panel.

ie - breadcrumb/catlist/alblist/anycontent/lastup,2
Title: Re: Image Scroller - based on Filmstrip
Post by: cyber6 on May 02, 2005, 05:00:32 pm
Thanks for the quick reply rphMedia.
I have added anycontent to the config but still get the same error message you can see here;

http://www.cybertek.cc/coppermine/anycontent.php

The image scroller functions in the gallery but there is still a problem;

http://www.cybertek.cc/coppermine

...code showing and bottom of gallery distorted. ???
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on May 02, 2005, 09:01:31 pm
The rest of the gallery is distorted because the CPG starttable() function is not being called.  This is just some basic php formatting issues.  Post the exact anycontent.php code and I (we) will fix the small problem.  You're almost there.

ps, you cannot call the anycontent.php file by itself 'cause it isn't referenced to CPG on a direct call  ;)  don't worry yourself with that.
Title: Re: Image Scroller - based on Filmstrip
Post by: cyber6 on May 02, 2005, 09:34:20 pm
Hi rphMedia,
OK the anycontent.php code is exactly as shown in reply#97.
I am at work now for the following night so I am unable to access my server for any further investigation until tomorrow. :(

Regards,

Neil
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on May 03, 2005, 09:14:07 am
...code showing and bottom of gallery distorted. ???
What did you expect: you code is improperly nested: the opening/closing command for PHP are wrong. Change it to
Code: [Select]
<?php
starttable
($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>

<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
(); 
?>

<br />
Remember that all PHP code has to reside within <?php and ?>. If it doesn't, it's not treated as PHP code, but plain HTML output (and this is exactly what happened on your page).
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on May 03, 2005, 01:36:59 pm
Well, I was going to walk him thru it slower, but GauGau does have the fix for you.  Once you fix the tags, you should be all set.
Title: Re: Image Scroller - based on Filmstrip
Post by: cyber6 on May 03, 2005, 05:35:36 pm
Many,many thanks for your time guys!
Up and running @

http://www.cybertek.cc/coppermine/index.php

I will learn some php-and that is a promise.

Keep up the good work!

Neil ;D
Title: Re: Image Scroller - based on Filmstrip
Post by: londonhogfan on May 03, 2005, 05:37:36 pm
http://www.razorbacklegacy.com/hog_archive/

works great.  (bottom of page)  Thanks!

*****************************************************************

would there be anyway to get a flashthumb.swf that is only one thumbnail wide "150" to go on a main page of a website.
Title: Re: Image Scroller - based on Filmstrip
Post by: Juanito on May 03, 2005, 10:56:15 pm
truly awsome mod! nicely done. but i just have a few small questions. does the mod pick up any random pics? even pics from user galleries? or only those uploaded by the admin? and is it possible to change it to load the last pix uploaded instead of random pictures? any help is appreciated! thanks! again, very good job on this mod. excellent work.
Title: Re: Image Scroller - based on Filmstrip
Post by: rickussher on May 04, 2005, 03:44:38 am
great mod

any chance of posting the source .fla to have a look

cheers

rick
Title: Re: Image Scroller - based on Filmstrip
Post by: raummusik on May 05, 2005, 05:25:00 pm
i just let the swf file open via a normal html file inside the gallery . works fine.. but i need to open the swf on my other domain inside a html file .
i tried to insert the code , but the swf isnt shown. i changed the links in the code correctly , but i think it has sth. to do with the flashthumb.php file ..

anyone got an idea how i can open the swf from another domain via a html file ?

thx
raum>
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP on May 07, 2005, 08:42:20 am
Bonjour,
You add this MOD inside an IFRAME like me.
Insert this MOD directly inside an HTML file is not possible outside where ImageScrolled was installed.
http://www.pays-dignois.com/html/index2.html

PYAP
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on June 28, 2005, 09:53:12 am
I followed the instructions in that I
1) put the code into anycontent as described
2) adjusted the config as described
all is fine- just nothing scrolls.  :-[
What have I done wrong NOW?
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on June 28, 2005, 07:37:26 pm
Link?
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on June 28, 2005, 10:31:33 pm
link ???
I think I have been caught on the wrong foot here (the IT foot, that is).
please enlighten me.... thanks for the patience. I cannot wait to see those scrolls...what a wonderful mod...
the one in config i did as described before... just in case i messed up there, however, this is what I did in anycontent
starttable("100%", "Welcome");

?>
<?php
starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<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();
?>
<br>

and the config
 breadcrumb/catlist/alblist/anycontent/lastup,2

Other than that- I did nothing (maybe that was the mistake)
Greetings
Renata
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on June 29, 2005, 11:53:04 am
link ???

I mean a link to your site.  I can see exactly what's going on if I can look at it.  If you don't want to post it public, send me a PM.
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on June 29, 2005, 07:22:46 pm
 :\'(
i am sooo off balance-- yes- link = http://www.renatavonline.com/gallery
Title: Re: Image Scroller - based on Filmstrip
Post by: Nibbler on June 29, 2005, 07:29:47 pm
Did you upload the files from the zip file attached to the post ?
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on June 29, 2005, 08:12:39 pm
Did you upload the files from the zip file attached to the post ?

That's what you need.  The beginning of this thread has the files you need to upload.
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on June 30, 2005, 02:36:44 pm
Guys- I am close to a nervous breakdown- this is sooooo good!
Of all the "stuff" I have been playing with in the last few years I think this is the coolest. Thank you for sharing this great mod. Looking for your reply today was like Christmas... :-*
Now I have mega-motivation to really make my gallery work. Thanxxx!
Renata
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on June 30, 2005, 02:44:10 pm
Glad you got it working, looks good.
Title: Re: Image Scroller - based on Filmstrip
Post by: FatSpanneR on July 18, 2005, 01:58:24 am
rphMedia, just like to say thanks very much for this mod it really makes my site look nice, thx for all your hard work ...

Well done !!
Title: Re: Image Scroller - based on Filmstrip
Post by: Terboggs on August 09, 2005, 11:30:38 pm
Ok, I copyed the script, put it into the anycontent php and put it on my site, the is no scrolling of anysort. Do I put a new collumn on my site for this, or what. pcresurrection.com
Title: Re: Image Scroller - based on Filmstrip
Post by: Jarvhix on August 11, 2005, 07:30:00 pm
Is it my eyes are is the files to download for the flashh are no longer listed? I don't see the flash file to upload to my pc. I checked each page for it.
Title: Re: Image Scroller - based on Filmstrip
Post by: Nibbler on August 11, 2005, 08:06:37 pm
They are attached to this (http://forum.coppermine-gallery.net/index.php?topic=12299.msg56099#msg56099) post.
Title: Re: Image Scroller - based on Filmstrip
Post by: Jarvhix on August 11, 2005, 08:21:33 pm
Found it. I don't see the film strip showing but everything else works. Any idea how to get it to show? I saw a downloard attachment in this topic for films strip but when I clicked on it, I go to a page to log in as if I am not able to download the attachment. I am logged in each time as well when I try. Could anyone put the attachment up again for the filmstrip?
Title: Re: Image Scroller - based on Filmstrip
Post by: Jarvhix on August 12, 2005, 04:46:10 pm
This is the message I get when I click on the attachment:


 
"It seems that you are not allowed to download or view attachments on this board.
Please login below or register an account with coppermine-gallery.net. "

and this is from a login page that I am re-directed to whenever I click the the attachment from this thread. Each time I am already logged in. I would certainly appreciate it if you would just email the filmstrip to me. The flash that will show the filmstrip arond the pictures while scrolling. My email is factual at gmail.com. If you would like to see the way it looks now, you can go to http://urban-love.com/albums. Thanks.
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on August 12, 2005, 06:02:48 pm
needs looking into. Will do so when I get home
Title: Re: Image Scroller - based on Filmstrip
Post by: Jarvhix on August 12, 2005, 06:49:08 pm
thanks a lot!
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on August 13, 2005, 09:42:09 am
The zip archive somehow got broken, I added a working one to the original posting (http://forum.coppermine-gallery.net/index.php?topic=12299.msg56099#msg56099) and tested it with a non-privileged user. Please try downloading from there.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on August 17, 2005, 02:47:51 pm
Here's another version of the scrolling (or non-scrolling) images.  Had a request for a 'vertical' scroll.  The flash files are 150X400.  It'll be tricky to implement in anycontent manipulating the tables, but it can be done.  You can see what can be done here -

http://s92220213.onlinehome.us/newgallery/flash.htm

Just view the source to figure out what file does what ('mainxxx' pulls and scrolls - the files without 'main' are static).  The php file respects private albums.  Works in FF & IE.

Enjoy!
Title: Re: Image Scroller - based on Filmstrip
Post by: Jarvhix on August 17, 2005, 03:22:39 pm
Thank you all for help. I will try the vertical as well to see which looks better. Hopefully I can get it to look the way I want it.
Title: Re: Image Scroller - based on Filmstrip
Post by: merlin6666 on August 17, 2005, 03:39:11 pm
Hi,

my problem is, that i have only a black background without any pictures inside.
Can somebody help me?

Link to my gallery: http://www.codefree24.de/gallery

Thank you
merlin666
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on August 17, 2005, 03:42:33 pm
Hi,

my problem is, that i have only a black background without any pictures inside.
Can somebody help me?

Link to my gallery: http://www.codefree24.de/gallery

Thank you
merlin666

Make sure 'flashthumb.php' is in the root.  It appears that it's not there.
Title: Re: Image Scroller - based on Filmstrip
Post by: merlin6666 on August 17, 2005, 03:48:08 pm
You are right  :)

Thank you very much,  rphMedia

merlin666

Title: Re: Image Scroller - based on Filmstrip
Post by: carverjnr on August 18, 2005, 01:03:10 am
Just got to say here what a great guy Ron (aka rphMedia) is. So helpful, and quick to help! Asked for vertical scrolls and got them the next day. WOW  8)

Thanks Ron.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on August 18, 2005, 09:59:44 pm
No problem...Let me know how it all works out and if you run into any snags.
Title: Re: Image Scroller - based on Filmstrip
Post by: photobug on August 22, 2005, 03:40:25 am
Is it possible to have the folmstrip pull from only one gallery?

I have a gallery called "Genres" and it would be great if you could create a horizontal filmstrip with no filmstrip graphic.

Thanks!
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on November 16, 2005, 04:04:22 pm
Nice mod, but this mod integrated tile.gif
Can somebody make swf files with width swf (whithout tile.gif) = width image ?
Help please.
Title: Re: Image Scroller - based on Filmstrip
Post by: sskhalsa on November 20, 2005, 09:17:36 pm
furthermore, someone please make the pics link just like a regular flimstrip does!

Title: Re: Image Scroller - based on Filmstrip
Post by: MIRROR on November 21, 2005, 09:47:25 am
First off, stellar effort with this! Very Nice. I have but a small matter i am unsure of. While scrolling the images the flash movie has the noticable appearance of a minor water affect or slight wobbly motion while moving. Is there a measurement i need to change or some other setting to correct in order to have it scroll smoothly as i seen most all those posted here to perform?

Also as to do with the vertical scroll is there some example anycontent.php available to go with the package attached to test the surface layout?

Thanks
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on December 04, 2005, 09:43:22 am
And so, somebody can make swf files on height equal to height of deduced photos? I have in view of without a film (tile.gif).

Example attachment:
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 04, 2005, 01:10:26 pm
For the ones asking for the flash without the graphics, refer to reply #52.  I would suggest that you read through all the threads anyway; there are recommendations/tidbits along the way (to prevent further questions).

MIRROR, the width and height must be exact or distortion will occur.  This too was mentioned a couple of times in the threads  ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on December 05, 2005, 08:53:42 am
I have found the attached file flashthumb.zip in #52. Yes there is not present tile.gif but in a place of this figure there is an invisible border in its height. I.e. if height flashthumb.swf = 190 pixels the height of photos will be somewhere 120 pixels. And it would be would be desirable that they are equal.
Title: Re: Image Scroller - based on Filmstrip
Post by: MIRROR on December 13, 2005, 04:52:19 am
For the ones asking for the flash without the graphics, refer to reply #52.  I would suggest that you read through all the threads anyway; there are recommendations/tidbits along the way (to prevent further questions).

MIRROR, the width and height must be exact or distortion will occur.  This too was mentioned a couple of times in the threads  ;)

Gotcha' on that. Thanks and so sorry i am not better proficient in these matters just yet but then theres the rest of this lifetime to learn and discover , right? Where would some of us be without others to direct us along the way.

Again my thanks.  ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on December 13, 2005, 01:53:38 pm
For the ones asking for the flash without the graphics, refer to reply #52.  I would suggest that you read through all the threads anyway; there are recommendations/tidbits along the way (to prevent further questions).

Variant 1 this that, that was primary.
A variant 2 this that, that has turned out at use *.swf without tile.gif.
A variant 3 this that, that is necessary for me.
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on December 19, 2005, 10:00:31 am
 :-*
hi rphmedia... you like to see the pugin in action.. (http://www.bbrats.com/gallery/index.php)
i am using it for my kids' website now and it still is one of the coolest features according to all who took a preview...
2 things i'd like to know... is there a chance to adjust the color of the strip to my theme? i can get hold of the necessary program, but maybe that is a bit overdone or too complicated - what's your view?
and... what is this thing with the "agent" that flash paces re: use of microphones etc? one of my friends classified that as spyware (or is it cia-ware?)
hope you enjoy the (virtual) laurels of your work...
renata
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 20, 2005, 10:15:49 pm
:-*
hi rphmedia... you like to see the pugin in action.. (http://www.bbrats.com/gallery/index.php)
i am using it for my kids' website now and it still is one of the coolest features according to all who took a preview...
2 things i'd like to know... is there a chance to adjust the color of the strip to my theme? i can get hold of the necessary program, but maybe that is a bit overdone or too complicated - what's your view?
and... what is this thing with the "agent" that flash paces re: use of microphones etc? one of my friends classified that as spyware (or is it cia-ware?)
hope you enjoy the (virtual) laurels of your work...
renata

It appears that you figured out a way for the background color change.  There are other ways, but that works.  Make sure you put it in the <embed> tag as well (for other browsers).  That code would be "bgcolor=#ffccff"

It would probably look better without the filmstrip graphic - there's a post (I think 52) that doesn't have the black graphic.
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on December 22, 2005, 08:45:45 am
It would probably look better without the filmstrip graphic - there's a post (I think 52) that doesn't have the black graphic.
All is true, in a post 52 there are no black graphic, but it is an example of a variant 2 my previous posts (there is an empty place instead of graphic). And the variant 3 (borders flash on borders of a photo) is necessary to me.
Title: Re: Image Scroller - based on Filmstrip
Post by: renatab on December 27, 2005, 11:48:59 am
well, i think the moving strip (that is currentlly black) is just so cool.
i wonder if i can adjust the color of the strip?
i have all tools to do that, just would not know where to apply those changes.
thks for the advice with the tags... my wonderful work with code has just messed up both my sites...
 :-[
ciao
renata
Title: No images
Post by: Blueiris on December 27, 2005, 07:09:20 pm
I'm testing the image scroller based on the html files posted previously in this thread by Ron and PYAP. The flash files load fine, and the filmstrip obviously scrolls, but no images are showing up.

I have flashthumb.php, flashthumb.swf, main.swf, and the html file all in the Coppermine root. Since this is being tested in my local Coppermine install, there are no .htaccess files to contend with. The object and embed tags in the html file call "main.swf," since it is in the same directory as the html file. All of the user albums are publicly viewable.

I have tried opening main.swf directly in the flash player, and get the same result - no images. I design in Flash and LiveMotion, and I've never had trouble testing a file on my local machine, so I'm at a loss.

I feel I'm missing something here, but what? Can someone help kickstart my brain?

Edit: this install is cpg1.4.2  bridged to phpBB2.0.18 with the most recent bridge files.

Another edit: Have since tested this on the server, and no images show up there, either.

Arrrgghhh! Edit: It's the bridge. Disabled bridging and everything worked fine. Anyone know why the bridging causes the scroller to be unable to pull the images? Must have the bridge - really want to use the scroller - how to make this work???
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 27, 2005, 10:06:15 pm
There must be a difference in the folder structure where the images are stored.  I have no idea, but maybe someone else will.  There are a couple other scripts that use actual links to image folders - you may want to try those (instead of the database).
Title: Re: Image Scroller - based on Filmstrip
Post by: Nibbler on December 27, 2005, 10:19:32 pm
Use cpg_db_query() instead of mysql_query()
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on December 27, 2005, 11:46:20 pm
Use cpg_db_query() instead of mysql_query()

YES! That did it. Thanks Nibbler - workin' perfect now.

Whew - now I'm only hours away from getting this gallery live!
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on December 30, 2005, 06:44:58 pm
Ron - thanks, applause, a cyber blue ribbon and a cyber trophy to you for creating this mod! Thanks also to you and PYAP for the links to html pages that got me on the right track for what I wanted to do with it, and of course, again to Nibbler for the key that unlocked the bridge problem. Gallery went live last night, and the uploads are coming in fast and furious. Everyone loves the Image Scroller!

You can see it at work here:

http://www.saddlebredworld.com/

and at the top of the Saddlebred World Forum here:

http://www.saddlebredworld.com/Forums/index.php

This will be a wonderful promotional tool for the site, since I can let users put the Image Scroller on their sites to advertise the gallery!

A hint for FireFox users - FF almost drove me nuts in the final hours of getting this up. In FF, only one panel of images would scroll past, then a blank space where the next panel should have followed. Ran fine in IE and NS. It was a player problem, apparently. Upgrading FF to Flash Player 8 fixed.

Roberta
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 30, 2005, 08:01:12 pm
Very nice, thanks for the comments.
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz on December 31, 2005, 09:56:02 am
The article, Embedding Flash While Supporting Standards (http://www.alistapart.com/articles/flashsatay/), showed how to make the scroller code validate in CPG 1.4.

The following replaces the object block (which included <embed>, which prevented validation)
Code: [Select]
            <object type="application/x-shockwave-flash" data="main.swf" width="715" height="190" >
                <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" />
The random scroller requires Flash to work.
            </object>
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on December 31, 2005, 11:24:14 am
Blueiris
Show please your code from page of a forum.
http://www.saddlebredworld.com/Forums/index.php
And what source code was used?
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on December 31, 2005, 07:57:30 pm
The code on the forum page is a simple iframe that resides in a td tag in phpBB's overallheader.tpl for that themel, like this:

Quote
<tr>
   
   
   <!--Start Gallery Filmstrip-->
   

   <td width="150"><img src="templates/ChristmasOne/images/spacer.gif" alt="" width="150" height="10" border="0"></td>
   <td align="center" width="100%" valign="middle">
   
   <iframe src="http://saddlebredworld.com/Gallery/120.html" name="Scroller" id="Scroller" width="600" height="120" align="top" scrolling="no" frameborder="0"></iframe></td>
      </tr>
   
   
   <!--End Gallery Filmstrip-->
   </td>
   </tr>

To made the frame, I simply put this in the .css file for the template:

Quote
#Scroller {
      border: 5px double #0B6900;
   }


"120.html" is a plain jane html file:

Quote
<html>

<head>
<title></title>
</head>

<body bgcolor="#04111F" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" scroll="no">

<table width="600" border="0" cellspacing="0" cellpadding="0" align="left">
    <tr>
      <td width="600" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="600" height="120" align="middle" vspace="0" hspace="0">
                  <param name=movie value="main2.swf">
                  <param name=menu value="false">
                  <param name="BGCOLOR" value="04111F">
                  <embed src="main2.swf" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="120" align="middle" vspace="0" hspace="0" menu="false" bgcolor="04111F"></td>
     
    </tr>
  </table>
 
</body></html>

"120.html" resides in my Coppermine root directory along with flashthumb.swf, main2.swf, and flashthumb.php. Please note that main2.swf mods the mod. I wanted the Image Scroller to be 120 px high rather than the standard 190 for this particular page. Since I work in Flash, I simply reconstructed main.swf to the narrower height.  If it's the narrower height that interests you, I can zip and attach main2.swf, but only if Ron gives the OK to do that. It's his mod, after all!

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on December 31, 2005, 08:03:14 pm
Quote
but only if Ron gives the OK to do that. It's his mod, after all!

No problem at all.
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on December 31, 2005, 09:39:56 pm
Since Ron gave the OK, I've attached a zip with main2.swf to display the Image Scroller at 120 px. high. This should be used with the version of flashthumbs.swf that does NOT have the filmstrip graphic.
Title: Image Scroller - CPU usage high
Post by: sbpoole on January 02, 2006, 06:27:17 pm
I applied the image scroller into the anycontent file.  Works great and I love it, but I noticed that in the task manager-processes, that firefox was using anywhere from 25-50% of the cpu usage even when the page loading is done.  Without anycontent enabled, the cpu usage drops to 0% when page has finished loading.  Image scroller also seems to slow performance time when you click on a page or thumbnail.  Any idea why the cpu usage is so high with image scroller loaded? I use cpg1.4.2 and copied and pasted only the code for the image scroller into it.  That is all the anycontent page has in it.

Thanks.
Title: Re: Image Scroller - based on Filmstrip
Post by: SlasT on January 03, 2006, 10:44:21 am
Blueiris thanks!
thats what i need
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on January 04, 2006, 07:43:58 am
Glad it helped!
Title: Re: Image Scroller - CPU usage high
Post by: Blueiris on January 04, 2006, 07:57:19 am
I applied the image scroller into the anycontent file.  Works great and I love it, but I noticed that in the task manager-processes, that firefox was using anywhere from 25-50% of the cpu usage even when the page loading is done.  Without anycontent enabled, the cpu usage drops to 0% when page has finished loading.  Image scroller also seems to slow performance time when you click on a page or thumbnail.  Any idea why the cpu usage is so high with image scroller loaded? I use cpg1.4.2 and copied and pasted only the code for the image scroller into it.  That is all the anycontent page has in it.

Thanks.

That's to be expected, depending on the size of your processor and memory. The Flash player is client side - in other words, it runs on your computer, not on the server. Scrolling the images and/or fading the thumbs in and out  makes the processor work.

A good illustration is this site: http://www.marisaonline.org. There's a simple Flash file running on that site that just fades from one image to another. Watch the processor performance while that file runs. After the image fades in, the CPU usage goes right down to between 0 and 7%. When the images change, the usage jumps to over 40% during the change on my machine.
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on January 04, 2006, 11:36:23 am
Blueris is correct, and conversely, just launch a fairly large program (like MS Word or PhotoShop) and watch the processor indicator tick away.  This is normal stuff.  It's not really hogging all of the resources, just needs some processor power to work.
Title: Re: Image Scroller - based on Filmstrip
Post by: freesouljah on January 16, 2006, 07:05:05 pm
very cool mod...

is there a way I can make it so the thumbs are linked to their perspective pages?

thanks
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on January 19, 2006, 11:40:57 pm
is there a way I can make it so the thumbs are linked to their perspective pages?

Unfortunately, no, not with the out-of-the-box mod.
Title: Re: Image Scroller - based on Filmstrip
Post by: freesouljah on January 20, 2006, 01:08:44 am
Unfortunately, no, not with the out-of-the-box mod.

what would be the best way that I go about getting it to do that?
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on January 21, 2006, 05:58:07 am
You can't, unless you have enough skill with FlashMX to construct a file similar to the Image Scroller and add the Actionscript and PHP necessary to add the links. I can't speak for Ron, who developed the Image Scroller, and I don't know whether this is a feature he's thinking of adding to future versions.
Title: Re: Image Scroller - based on Filmstrip
Post by: freesouljah on January 24, 2006, 02:36:42 pm
rats....I don't have much skill w/ flashmx...so until that happens, this idea is out the window....maybe ron will decide to add it...  8)
Title: Re: Image Scroller - based on Filmstrip
Post by: Blueiris on January 24, 2006, 04:29:28 pm
Are you using the Image Scroller on or off site? I ask because I have it running on some of my other sites to advertise a particular gallery, and I am working on a "wrapper" that will make the Image Scroller itself a link to the gallery. If that will help you, I'll post it here when it's done.
Title: Re: Image Scroller - based on Filmstrip
Post by: freesouljah on January 25, 2006, 07:59:32 pm
right now it is on...but that might come in handy down the road...and I am sure somebody else would be interested in it also ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: Surfices on March 28, 2006, 07:18:50 pm
Hi!

I'm searching for a mod to make all thumbnails of a Album visible in
the filmstrip. Well, I'm thinking to add two arrows (one on the left
and one of the right side) to the filmstrip to switch to the
next thumbnail picture in the filmstrip.

Could anybody help me? Unfortunatelly I'm not allowed to create
a new subject. Do you think this would be possible or do you
even have got another idea?

Thanx Florian
Title: Re: Image Scroller - based on Filmstrip
Post by: Nibbler on March 28, 2006, 07:23:41 pm
Don't hijack threads, make your own in the support board. The mods board is for completed mods and so is locked in order to stop people using it to request mods.
Title: Re: Image Scroller - based on Filmstrip
Post by: angeldevil on June 06, 2006, 08:14:09 am
Alrighty, here are the files.  Drop them into your gallery root and put this in your anycontent*.php

Code: [Select]
starttable($CONFIG['picture_table_width'], 'Random scroll from our gallery.');
?>
<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(); ?>
<br  />

That's it.  The way it's configured, it will grab 13 thumbnails at random and load into the flash file. It will not show private album thumbnails. The height and width of the flash code is crucial as skewing will occur if modified. I left the background black (I think it looks better), but you can add a transparent parameter to the flash code to comply with your particular theme.  Any questions, fire away.

Enjoy!

edit - it'd be real nice if I added the files :)

random image scroller based on Filmstrip (cpg 1.4.x).

Hi

this is my simple solution that uses a anycontent.php with double visual display unit for flash files inside one table (with the famous image scroller based on Filmstrip by rphMedia ).

In attached the anycontent.php and two demonstrations files .swf (a random pic scroller and a graceful clock): just one for every visual display unit. Unzip, put all them into your gallery root and go!

If you want rename the .swf files you will change the names also inside anycontent.php 

Tested OK on hardwired theme. See a demo pic

Thats all folks
Title: Re: Image Scroller - based on Filmstrip
Post by: Jr. tristan on August 12, 2006, 06:32:49 pm
Thanks Ron and everyone here,

The Image Scroller rans smoothly on my site. I am loving it.

However, no new images loads after I have pressed the "reload" buttom on my IE. (i.e. show the same images as before, no refresh of images at random scroll).
see it.. here (http://www.dnvision.net)

I have browsed "Take Thu" gallery and it could reload random images after pressing reload button.
Is there any problem with mine?


Title: Re: Image Scroller - based on Filmstrip
Post by: Jr. tristan on August 13, 2006, 05:01:29 am
I test it once again... It loads fresh images after I have restarted my windows.

I guess its cache refresh on each restarting of windows.!?
It would be nice in this case. Thanks
Title: Re: Image Scroller - based on Filmstrip
Post by: LVV on September 07, 2006, 02:32:04 pm
Speaks for itself.  Still refining.

*removed old link  8)
Please giv me links this mod... I want this very good mod see in my gallery. ;)
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on September 07, 2006, 02:39:35 pm
Just scroll 6 postings down and you'll find the posting that contains the code (http://forum.coppermine-gallery.net/index.php?topic=12299.msg56099#msg56099). Thanks for reading a thread you reply to in the future before asking questions! >:(
Title: Re: Image Scroller - based on Filmstrip
Post by: LVV on September 07, 2006, 04:13:38 pm
Just scroll 6 postings down and you'll find the posting that contains the code (http://forum.coppermine-gallery.net/index.php?topic=12299.msg56099#msg56099). Thanks for reading a thread you reply to in the future before asking questions! >:(
Sorry links very small, I dont see this. Thenks GauGau, all working... it's a buatyful mod.  ::)
Title: Re: Image Scroller - based on Filmstrip
Post by: Gephri on December 12, 2006, 06:23:46 pm
Exciting mod - really brings the page to life!  Has anyone taken the image scroller beyond the anycontent.php page?  Would like to use to show random pictures from each album on pages like thumbanils.php, displayimage.php, etc.

Thanks!
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on December 13, 2006, 08:22:13 am
If you want the scroller to be available on every page (and not just the index page), try creating a custom footer page and put the script there.
Title: Re: Image Scroller - based on Filmstrip
Post by: pdiddy8117 on January 01, 2007, 10:43:25 pm
For some reason its not working for me. Im using Ti2000 theme. I put the 3 files from the zip in the root folder of my gallery not my theme and i copied the code and paste after if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');

starttable("100%", "Welcome"); < i replaced everything from here with the code.

?>
<tr><td class="tableb" >
This is for any content block - just a test - Edit the file "anycontent.php" to change what is shown here
</td></tr>
<?php
endtable();

?>

I even tried deleting
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...'); still doesnt work.
Title: Re: Image Scroller - based on Filmstrip
Post by: pdiddy8117 on January 01, 2007, 11:34:31 pm
forget it i got it working but it doesnt work in galleries just homepage. no clue why
Title: Re: Image Scroller - based on Filmstrip
Post by: phill104 on February 04, 2007, 02:54:23 am
Hi Ron,

Could you do me a favour?

I would like to make the scroller a bit wider to fit this page and with much less clear area above and below, could you edit the flash file for me?

http://www.windsurf.me.uk/indextest.html
Title: Re: Image Scroller - based on Filmstrip
Post by: phill104 on February 04, 2007, 11:23:44 am
I've just found the main2.swf file from blueris and that gives the height that I need but not the width, also when I apply it the images shrink as you can see here

http://www.windsurf.me.uk/cpg133/scroll2.html

Helllppp
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on February 04, 2007, 07:19:53 pm
Give me exact details and I'll see what I can do, can't promise anything though, pretty busy lately.
Title: Re: Image Scroller - based on Filmstrip
Post by: phill104 on February 04, 2007, 07:35:41 pm
That would be great Ron,

I've got the height sorted as you can see from this page, this is using the 120pixel high scroller that blueris mas

http://www.windsurf.me.uk/indextest2.html

It would be great to have the same thing 715 pixels wide 120 high looking the same as in the above example, 2 extra images in the scroll should do it. What would be really nice would be for the scroll to start from a fully populated state as many just don't wait long enough for a space to fill.

If you haven't got time then don't worry, I'll have to look at an alternative option. But your mod is so nice, the non scrolling version is fab too.

It would be nice to see the flash code just to learn from on a no support basis.

Thanks in advance,

Phill
Title: Re: Image Scroller - based on Filmstrip
Post by: phill104 on February 06, 2007, 12:21:43 pm
In the meantime (hopefully) I have incorperated the scroller as a header in my forum.

http://www.windsurf.me.uk/forumpage.html
Title: Re: Image Scroller - based on Filmstrip
Post by: Gephri on February 06, 2007, 05:41:06 pm
is it possible to have each picture that shows in the scrollbar - also be a link to the same intermeidate picture on displayimage.php?
Title: Re: Image Scroller - based on Filmstrip
Post by: phill104 on February 06, 2007, 07:41:15 pm
Gephri,

If you read back through this thread it states a couple of times that this would mean a subtantial re-write. A shame really.

Phill
Title: Re: Image Scroller - based on Filmstrip
Post by: popersman on February 12, 2007, 02:47:30 am
If i may suggest, this (having each picture to be a link as well) would be an interesting feature request. It could easily replace the "random picture" bit of the home page, and give a great dynamism. I would even love to see that as an alternative to the traditional presentation in a future release.
Sigh... i wish a knew a tenth of what it takes to do this!
Title: Re: Image Scroller - based on Filmstrip
Post by: Larsanna on February 23, 2007, 08:27:22 am
Hi all

I've used the Image Scroller for a while now, worked like a charm.

Today, how ever, I upgraded my CPG install to 1.4.10, update went fine, but now the Image Scroller isn't working anymore.
Any ideas as to what is wrong? I mean, I see the film strip scrolling, but no pictures are displayed at all.

http://www.larsanna.com/gallery

Sincerly,
Larsanna

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on February 23, 2007, 11:30:08 am
For starters, looks like you're missing at least a couple of files at the root - 'flashthumb.php' & 'flashthumb.swf' ?
Title: Re: Image Scroller - based on Filmstrip
Post by: Larsanna on February 24, 2007, 06:38:38 am
Hi rphMedia

Dunno how but those files had gone MIA.
Problem solved.

Thanks.
Larsanna
Title: Re: Image Scroller - based on Filmstrip
Post by: ClipdIn on March 11, 2007, 08:40:24 pm
as far as making a link out of the scroller...

How could I make the whole scroller a link to the cpg page.

I am using Iframe to insert it into my home page.   http://www.clipdin.com
I used a href...but that just makes the small frame a link.

Any ideas?

Thanks

and Great Scroller BTW
Title: Re: Image Scroller - based on Filmstrip
Post by: SaWey on March 13, 2007, 12:50:11 am
You might try to add a transparant overlay, and link that one.
More info here: http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813 (http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813)

If you have the .fla of the imagescroller, you can do it in flash.

Title: Re: Image Scroller - based on Filmstrip
Post by: ClipdIn on March 13, 2007, 01:37:52 am
You might try to add a transparant overlay, and link that one.
More info here: http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813 (http://forum.coppermine-gallery.net/index.php?topic=33782.msg157813#msg157813)

If you have the .fla of the imagescroller, you can do it in flash.



Thank You...

How would I implement that into the code in my template:

<iframe src="http://clipdin.com/cpg142/190.html" name="Scroller" id="Scroller" width="715" height="190" align="top" scrolling="no" frameborder="0"></iframe>
Title: Re: Image Scroller - based on Filmstrip
Post by: Joachim Müller on March 13, 2007, 08:32:41 am
Go ahead - this is not related to this mod, just requires you to edit themes/yourtheme/template.html using a plain text editor.
Title: Re: Image Scroller - based on Filmstrip
Post by: ClipdIn on March 13, 2007, 09:01:45 am
Go ahead - this is not related to this mod, just requires you to edit themes/yourtheme/template.html using a plain text editor.

this does relate to this mod, and..

Yes...I already have the code as described in the template.  Scroller works great!!!

...I just want to make the scroller, which is in an Iframe in my template, a clickable link to CPG
Title: Re: Image Scroller - based on Filmstrip
Post by: SaWey on March 14, 2007, 04:07:51 am
Look at this site: http://www.communitymx.com/content/source/E5141/wmodeopaque.htm

It allows you to overlay an *.swf

You might learn something from the sourcecode.
Grz

Title: Re: Image Scroller - based on Filmstrip
Post by: NevilleX on April 21, 2007, 03:15:53 pm
Is it possible to include png images in scroller too?
Title: Re: Image Scroller - based on Filmstrip
Post by: severeidaho 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

Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia on June 09, 2007, 01:56:03 pm
Point your url to 'main.swf'.  Should work fine.
Title: Re: Image Scroller - based on Filmstrip
Post by: testomat 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 ??
Title: Re: Image Scroller - based on Filmstrip
Post by: severeidaho 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
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia 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.
Title: Re: Image Scroller - based on Filmstrip
Post by: severeidaho 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
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia 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 (http://forum.coppermine-gallery.net/index.php?topic=44042.msg209409#msg209409) and respond there. And please, don't expect miracles overnight :)  Just a bit busy lately.
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP 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
Title: Re: Image Scroller - based on Filmstrip
Post by: severeidaho 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
Title: Re: Image Scroller - based on Filmstrip
Post by: Pascal YAP 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
Title: Re: Image Scroller - based on Filmstrip
Post by: first100 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
Title: Re: Image Scroller - based on Filmstrip
Post by: AlexL 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  (http://forum.coppermine-gallery.net/index.php?topic=12299.msg56099#msg56099) for the anycontent.php
Title: Re: Image Scroller - based on Filmstrip
Post by: 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
Title: Re: Image Scroller - based on Filmstrip
Post by: Tranz 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.
Title: Re: Image Scroller - based on Filmstrip
Post by: idreyer 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
Title: Re: Image Scroller - based on Filmstrip
Post by: rphMedia 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).
Title: Re: Image Scroller - based on Filmstrip
Post by: strxie on November 17, 2008, 09:42:17 pm
Thanks for this Mod.
I finally got it working. www.uilen.eu (http://www.uilen.eu)
It was easy when you know how and you don't have to adjust the phpbb code. ;)