Image Scroller - based on iTunes - Page 12 Image Scroller - based on iTunes - Page 12
 

News:

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

Main Menu

Image Scroller - based on iTunes

Started by rphMedia, May 25, 2007, 03:28:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rphMedia

Quote from: iorkara on January 17, 2008, 05:52:21 PMIs there a way i can enable it another way?

Not crossing domains... you could try iFrame(s), but that's beyond the scope of this thread.

iorkara

Quote from: rphMedia on January 17, 2008, 05:58:11 PM
Not crossing domains... you could try iFrame(s), but that's beyond the scope of this thread.

Ok. I will try it out.
Thanks for all your help! Very much appreciated!

hardcopi

Just wanted to thank you for this. I installed coppermine yesterday and it just needed "something" for my site to pull it all together and this did the trick.

http://www.fivestarcomics.com/gallery to see my results.

Thanks a lot!

webdirector

Quote from: webdirector on January 16, 2008, 10:23:40 PM
rphmedia,

have a look here: http://www.itouchthemes.com/

The scroller really does not look good ( lokks like poor quality pictures because of strech )

Is there anything I can do ?

Thanks

Is there anything you can do to help ?

Thanks

rphMedia


webdirector

You can see it here :

http://www.itouchthemes.com/

or here:

http://www.itouchthemes.com/cpg/index.php?cat=2&Itemid=29

The problem is that ht pictures need to be 320 X 480 as that is the size for wallpapers for the iPhone or iTouch.

I really like the scroller as it fits well with the subject the only thing is that the scroll is streching the picture in the with and they look low quality.

Can you help ?

Thanks

rphMedia

I still don't see your homepage mod - using FF.

Have you tried the different versions in this thread? - http://forum.coppermine-gallery.net/index.php?topic=48822.0

webdirector

I am sorry but I am a little confused.

What do you mean with " FF " ?

do you mean the flow ?

see here:

http://www.itouchthemes.com/cpg/flow_link_example.htm

original is here :

http://www.itouchthemes.com/cpg/flow.htm

The format of the pictures can be seen here :

http://www.itouchthemes.com/cpg/displayimage.php?pos=-19  ( size is 320 X 480 )

Thanks

webdirector

Like I said I am not usre if I need to continue here or go to the other post.

the thing is that here:

http://www.itouchthemes.com/cpg/flow.htm
The pictures look OK ( only spaced appart to much ) but I do not have the link to intermediat

and here:
http://www.itouchthemes.com/cpg/flow_link_example.htm
The pictures are distorted ( streched ) for this one I tried the original flow_link.swf and the " no_resize_flow_link.zip" and both times the pictures get streched ( see what I mean at the link )

http://www.itouchthemes.com/cpg/flow_link_example.htm

Thanks

swendingo


Joachim Müller


afrohead

Hopefully I haven't missed any posts about this ?.  If so my apologies.  Will the slide show work properly if I have the YouTube mod installed?  I am just concerned the rotator might bust if it tries to grab a YouTube entry.  Thanks

Joachim Müller

We don't know. Try it and report your results. Back up first. If things go wrong, roll back your changes.

radium35

this is a nice no scale script but then you cant click on the pictures lol, can it be clickable?

Quote from: rphMedia on June 24, 2007, 01:28:46 PM
This attached zip does not scale to a specific size (not a fixed 120x120).

Thanks for cleaning that up, didn't even realize the error there ! I updated the original attached.

The following attached file puts your thumbnails up at the size you intended. You could probably resize this app a little and get away with not skewing too much. If anyone needs something different, just ask and I'll see what I can do.

rphMedia


veez

Firstly,  very nice job on this visual mod.  Looks very impressive.

Would you be able to tell how I can use this mod without using coppermine.

So the pictures would come from a defined directory on the website or I would need to list the pictures filenames.

Thanks

koalaii

Hello,

Great mod, works great.
I only have one question : when you put the code into anycontent, the image scroller will show on every page of Coppermine. Would it is possible to be shown only on the index page ?

Thanks.

koa

rphMedia

I believe that you would have to hard code that.

koalaii

I feared you would say that  :-[
I will try to figure out something if I find I will tell you.

Thanks

ka

koalaii

OK, that was easy in fact. So for those interested to only have the mod to appear in the index page only, follow these steps :

1- In index.php, replace include('anycontent.php'); by include('anycontentindex.php');. Save the file.

2- Make a copy of anycontent.php and rename it anycontentindex.php

3- Open anycontent.php and replace This is for any content block - just a test - Edit the file "anycontent.php" to change what is shown here
by the applet code given in this topic. For example :
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#FFFFFF" scroll="auto">
<table width="100%" height="100%" border="0"><tr align="center" valign="middle"><td>
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '750',
'height', '250',
'src', 'flow_link',
                                        'FlashVars', 'xmlPath=http://mgcontact2.free.fr/photos/flow_link.php', <!--Absolute path to 'flow.php'-->
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'flow_link',
'bgcolor', '#FFFFFF',
'name', 'flow_link',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'flow_link',
'salign', ''
); //end AC code
}
</script>

Save the file

4- Connect as admin in your Coppermine. In Configuration/ Content of the main page make sure you have anycontent in the list. For example :
breadcrumb/catlist/alblist/anycontent

5- Send index.php and anycontentindex.php to your server. It should work.