Image Scroller - based on iTunes - Page 8 Image Scroller - based on iTunes - Page 8
 

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 2 Guests are viewing this topic.

russell235

any chance you'd be willing to post the .fla for this?  I'd like to try something to get the transparent pngs to display.

rubenix

For some reason these days is not working in my site browsing with Firefox...its working with safari, opera and iexplorer as well...

thought it was a cookie issue or something like that but i cleared out the browser cookies and still not working!! flow.htm not working with firefox neither!!

can someone look at this? thanks in advance

http://www.rubenix.net

rphMedia

Quote from: rubenix on October 11, 2007, 10:32:15 AM
For some reason these days is not working in my site browsing with Firefox...its working with safari, opera and iexplorer as well...

thought it was a cookie issue or something like that but i cleared out the browser cookies and still not working!! flow.htm not working with firefox neither!!

can someone look at this? thanks in advance

http://www.rubenix.net

Works fine for me - FF 2.0.0.7

rubenix

using same version and not working on my pc  ??? any ideas at all??  ??? weird

rphMedia

Ensure you have the latest Flash Plugin for FF. Other than that, this is a new one on me.

rubenix

ok, going to update if needed, otherwise will re-install the plugin...thanks for your quick reply, will be back!! congrats for this awesome scroller, superb work!!

rubenix

plugin updated, nothing happened: scroller doesnt show up in firefox...dont know what the **** is going on here...

Thanks anyway, makes me feel happy that my visitors are not having this little visual problem...

Amazulu

Similar thing was happening to me when I was putting it up on www.nikongear.com - I'd see it and then I wouldn't see it (using FF 2.0.0.7). Then it suddenly appeared again. Strange. Well, the important thing is its working.

rubenix

thats it amazulu  ;) i can see it now in your site using FF 2.0.0.7 strange issue indeed

by the way: nice site and nice photho of the week!! congratulations even if i'm a canon-addict-user  :o

Amazulu

Thank you! I used to shoot with Canon but had some bad experiences with the company so I switched back to Nikon when they brought out the D70. Can't wait to get a D3!

russell235


rubenix

i dont understand now: found the problem but dont know the solution, some help here will be really appreciated.

if I browse to  http://www.rubenix.net/index.php?lang=catalan I cannot see the slider but if I change to english or spanish language I can see it working.

very weird...it doent works in catalan and italian languages...

Any ideas?? help please as I need the catalan language working  ;)

jeppestaerk

Hey

I just uploaded it, and it works wonderful... i love it!!!

But can it be set up to show ex. the top 10 pic in my galleri???

Jeppe

rphMedia

@rubenix - you need to put the coppermine footer back in your pages.

@jeppestaerk - this would have to be done with a different MySQL call. Unfortunately, I'm not so good with MySQL, sorry. Maybe someone else can chip in, I'm sure it can be done.

hell


hell


christi78

Ok I have tried I believe everything now and I really woulod like this mod to work. I have managed to get as far as displaying boxes to what should be images out of a single aid but still no luck what so ever. I only see red?? The link to the mod is http://www.myspace2help.com/foto/flow.php here is the code for what I have installed. All files are in the root folder for coppermine.  <?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
$path=$CONFIG['site_url'];
$xml '<?xml version="1.0" encoding="UTF-8"?>
<content>';
if ($FORBIDDEN_SET != "") $FORBIDDEN_SET = "AND $FORBIDDEN_SET";
$result = cpg_db_query("SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE aid='38' AND filename LIKE '%.jpg' $FORBIDDEN_SET ORDER BY RAND() LIMIT 20"); //You can change the '20'
if (!$result) {
die('<p>Error performing query: ' . mysql_error() . '</p>');
}
while ($row = mysql_fetch_array($result))
{
$type = max($row['pwidth'], $row['pheight']) > $CONFIG['picture_width'] ? 'thumb' : 'thumb';
$xml .= "<image><path><![CDATA[" . $path . get_pic_url($row, $type) . "]]></path></image>";
}
$xml .= '</content>';
echo $xml;
?>
   and here is the htm code   <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sample Flash Script</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<BODY bgcolor="#000000" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" scroll="auto">
<div align="center">
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '750',
'height', '250',
'src', 'flow',
'FlashVars', 'xmlPath=http://www.myspace2help.com/foto/flow.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',
'bgcolor', '#000000',
'name', 'flow',
'menu', 'true',
'movie', 'flow',
'salign', ''
); //end AC code
}
</script>
</div>
</body>



any help would be wonderful.

christi78

well never mind with some stroke of luck it just started working not sure why but as long as this cool mod works is all I wanted :) thanks

Rinaldo

rphMedia : thanks for this superb piece of script !

But as allways  ;) some questions:
1) Would it be possible to resize the "whole thing" as it is now is pretty big in my site.
2) would it possible to attach a link when mouse over ? For example when people click on it, they are forwarded to the Photo Album ? ( _blank)
3) Is it possible to get hold of the .FLA file, as for i like to add a header text and maybe a logo in the scroller ?

Thanks !

Rinaldo

Gephri

Also - the images used by the scroller appear a little blurry for my - is that a function of the size, the scroller, thumbnails...?

Any suggestions on how to fix?