Image Scroller - based on iTunes [link to Intermediate] - Page 3 Image Scroller - based on iTunes [link to Intermediate] - Page 3
 

News:

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

Main Menu

Image Scroller - based on iTunes [link to Intermediate]

Started by rphMedia, December 05, 2007, 02:17:20 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

jake

Quote from: wuschel_lux on January 10, 2008, 08:11:37 AM
Hmmm, thanks for checking, but I only get a blank (back) page with Win XP & FF/IE, MAC & Safari/FF. When I try to have a look on other sites mentioned here in the Forum it works fine for me.

What did I wrong?

Regards

It works for me as well. 
Try cleaning out your browser cache(s).

dke

Quote from: rphMedia on January 06, 2008, 10:06:02 AM
Try the attached.

I don't get it, my pictures still get resized in the scroller even when i use this, any clue?

my old "Flow.swf" with no resize works perfectly.

rphMedia

For all that wanted a smaller version, try the attached. It should maintain aspect ratio, but still scale the content within the stage.

This one is 600x300.

M

Hi, this scroller is so beautiful ...

But somehow i can't make it works :(

http://www.mdnplace.com/galleryMap/flow_link_example.php

Please advice on what i did wrong, already checked, 3 files are in the root folder.  Thanks!

rphMedia


M

Quote from: M on January 15, 2008, 09:24:10 PM
Hi, this scroller is so beautiful ...

But somehow i can't make it works :(

http://www.mdnplace.com/galleryMap/flow_link_example.php

Please advice on what i did wrong, already checked, 3 files are in the root folder.  Thanks!

It was catch ..Open a new win and it works ... Thanks for all your hardwork! :)

iorkara

Hi everyone  :)

I having a Problem over at: http://www.iorkara.com/flow_link_example.htm

As you can see I get a Blank Page. I have checked everything in code. Cannot find an error. Its not a cache thing neither as others had problems with too.

My Gallery is at: www.iorkara/2/

Any Help will be very much Appreciated. Thank you.

Pascal YAP

Iorkara,
QuoteMy Gallery is at: ww w.iorkara/2/
Where is your Coppermine Gallery in your install ?

PYAP

rphMedia

I would remove any .htaccess files you have and try again.

Also, take a look at your WWW in your addresses. You have them scattered all over the place. One domain has it while the other does not  ???

iorkara

I removed the .htaccess files, did not work. So now they are back..
I removed all www and tried that. didnt work. So i put in www, same result.

rphMedia


iorkara

Ok, were getting somewhere!
I put the .swf file where you said. Still blank, but its loading now...
When you click, you get a URL like: http://www.iorkara.com/displayimage.php?pos=-6780
It should be something like:http://www.iorkara.com/2/displayimage.php?pos=-6780

So ive missed a line somewhere?

rphMedia

The paths in your flow_link.php file should be absolute, not relative - http://www.iorkara.com/2/flow_link.php

Post your flow_link.php file as modified (shouldn't have to modify it).

iorkara

Quote<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
$path=$CONFIG['http://www.iorkara.com/2/'];
$xml = '<?xml version="1.0" encoding="iso-8859-1"?><content>';
if ($FORBIDDEN_SET != "") $FORBIDDEN_SET = "AND $FORBIDDEN_SET";
$result = mysql_query("SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename LIKE '%.jpg' ORDER BY pid DESC LIMIT 20");
$row = mysql_fetch_array($result);
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><description><![CDATA[" . $row['title'] . "]]></description><data><![CDATA[" . $path . "displayimage.php?pos=-" . $row['pid'] . "]]></data></image>";
}
$xml .= '</content>';
echo $xml;
?>

rphMedia

This line should be - $path=$CONFIG['site_url'];

just as you see it.

iorkara

Ok made the change.
I tested it in IE and got this Error:
QuoteSecurityError: Error #2123: Security sandbox violation: BitmapData.draw: http://www.iorkara.com/flow_link.swf cannot access http://iorkara.com/2/albums/userpics/thumb_Alex_Lynn_01.jpg. No policy files granted access.
   at flash.display::BitmapData/draw()
   at com.afcomponents.flowlist::DistortImage/update()
   at com.afcomponents.flowlist::Item/onLoadInit()
   at com.afcomponents.flowlist::LoadManager/::onLoadComplete()

Is that because i have Private Albums? can i make it load a specific album?

iorkara

Sorry for double post. It seems that files to not popup in slide and do link to the gallery now.

Nibbler

Quote from: iorkara on January 29, 2008, 03:11:48 PM
Is that because i have Private Albums?

No, the mod does not respect private albums. You need to be consistant with iorkara.com vs www.iorkara.com. Use the same everywhere.

iorkara


Nibbler

Read the message:

Security sandbox violation: BitmapData.draw: http://www.iorkara.com/flow_link.swf cannot access http://iorkara.com/2/albums/userpics/thumb_Alex_Lynn_01.jpg.

It's not consistant.