Coppermine and Flash Interface Navigation ? Look this link - Page 4 Coppermine and Flash Interface Navigation ? Look this link - Page 4
 

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

Coppermine and Flash Interface Navigation ? Look this link

Started by Rodinou, January 23, 2005, 12:00:32 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Rodinou

If thumbs could have 50px size it would be perfect ... now I'm not sure only 5 pics per page/thumb is suffisant :) 20 would be OK ...

So ...

About 200 px on the left for the albums / categories ... that's OK ...

by defaut, INTERMEDIATE PICS are 400 px ... right ? If pic is bigger, Flash can resize it by scaling, right ?! ... so ... I continue .... 400 px ...

If we are 3 thumbs rows with 50 px but 5px on padding ... I have 55 + 55 + 50 ... and 15 pics per page ...


So ... I add ...


200 px ... + 20 px padding (separating the menus and the intermediate pic) + 400 px (intermediate pic) + 20 px (separating intermediate pic and thumbs) + 55 + 55 + 50

I obtain .... 800 px ... I remove 10 px padding ... I have 780 px ... I remove 10 px on the left ... I have 770 px ...

770px is the EXACT SIZE to have a full width on a 800x600 screen ...

about height ...

To have pics vertically and horizontally (I hope, I dream it would be possible), We take the 400 px height ...

So ... 400 px height ...

How many thumbs can i put on 400px height ... 7 ... = 385 px ... I obtain .... 7x3 thumbs = 21 thumbs per page !!!

We can add 10 px on top and bottom for esthetism ... and about 20px on the top for the title of the Album, for example, instead on the pic  (put only on the pic the title of the pic)

400 px enters easily in a 800x600 screen : because we are ok we use this option by a popup ? ... so :) ....

Now ... I illustrate by a drawing :)

So "my" vision ... :)

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.sortons.net%2Falbums%2Fcpg%2Flayout1.jpg&hash=67e7e7dc5681fe701e1c4a3f3970593722531c27)
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.sortons.net%2Falbums%2Fcpg%2Flayout2.jpg&hash=92cee8b30685c9fd247ec7779c1e2f632556d2f5)

Joachim Müller

hm, just found this site, not sure where the link could go, so I thought someone with flash know-how might find this useful: http://www.emllabs.com/article.php?articleId=114

rphMedia

Quote from: GauGau on April 14, 2005, 06:27:45 PM
hm, just found this site, not sure where the link could go, so I thought someone with flash know-how might find this useful: http://www.emllabs.com/article.php?articleId=114

That's the exact premise I use for all of my dynamic Flash content.  Good info for beginners or for anyone that wants to delve into php/flash integration!

Rodinou


marcos

Hello ,
I made an flash navigation, and will apreciate critics.

www.flyby.com.br
just go to the bottom and click any pic...
you got zoom, pan, jpg quality selection,
soon I'll be adding hotspots with text.. like flickr...

i'll like to give the code to coppermine users , if they want to

and if someone wants to join the project..
goingtowritethislaterbecausemyspacebarisnotworkingproperly

nol33t

Quote from: GauGau on April 14, 2005, 06:27:45 PM
hm, just found this site, not sure where the link could go, so I thought someone with flash know-how might find this useful: http://www.emllabs.com/article.php?articleId=114
That's the way i ( well more the tutorials i worked with.. ) made the thumbnails too.
However about Step 1 " Grabbing the images", well i prefer to get the info from the db than the filesystem...;)

My work & RealLife took/take me too much time to update recently the Flash4CPG thingy, but i kinda worked hard on it, so i'll attach the src files  ( php / fla ) on this thread if someone wants to play with / improve it ( cuz' i think it would make a nice plugin ;) )

Quote from: marcos on May 08, 2005, 06:20:03 AM
I made an flash navigation, and will apreciate critics.
my main critic is that it's not a real "navigation", but more a flash display of the intermediate pic?

-matt-

nol33t

Here it is:

- don't forget to download last version of amfphp from http://amfphp.sf.net

- in the action script part of the fla file, don't forget to change settings to your site..

_global.urlPath = "http://nol33t.free.fr/cpg/"
_global.basePath = urlPath + "";
_global.imagesPath = basePath + "albums/"
_global.gatewayurl = urlPath + "flash4cpg/gateway.php";


- as mentionned earlier in this thread, here's the link to the excellent tutorial of Alessandro Crugnola "Create an image gallery with AMFPHP"  on which this viewer is based from, if you need extra explanations ( e.g. the crop feature, implemented in flash4cpg from the tutorial, but disabled cause wasn't the main purpose of the exercise )

-matt- ;)

P.S.: .rar files attached, so remove the .txt extension once downloaded

marcos

Yes.. its better to call it a intermediate flash display, i thinking about joining everything inside flash,
making it refresh-free.

It will be easy, after the slideshow code is done, is just populate an array with the pics...
just one amfphp/sql query.......

and button on the album list: slideshow this album....

Where I'm trying to get now, is , making it a div layer...
so, in a lef-side oriented template... you could make a fullscreen without refresh, pop-ups.. etc...
it's pretty nice.. you could add an load original pic....


I used Quasimodo swfProxy too... its a nice code....
you can load progressive jpgs, gifs, etc inside flash...

and you can set the quality of the pics "on-the-fly"

i have re-maded the page..
now I got the login, logout, admin mode etc .. inside the top flash banner..

goingtowritethislaterbecausemyspacebarisnotworkingproperly

marcos

Hello ,

If someone could help me out...

I'm changing GauGau's hardwired theme to use layer div's...

Ok, my point is, a 100% div layer on the top of everything in displayimage.php

The problem is, I cannot find where to change in theme.php to make the div html code comes first then
the table..otherwise, my full screen layer div you become a prisioner of the table...... that s not good
for a fullscreen image viewer....

the link
http://www.flyby.com.br/displayimage.php?album=22&pos=0

thanx!
goingtowritethislaterbecausemyspacebarisnotworkingproperly

Joachim Müller

Quote from: marcos on May 15, 2005, 01:58:58 PM
I'm changing GauGau's hardwired theme to use layer div's...
it wasn't me who created the theme, the line  $Author: gaugau $just means that I was the last one who modified a file in the cvs before the release was packaged.
You might run into troubles doing what you're up to, as coppermine currently is based on nested tables. Try applying the div wrap in template.html
Your question is however not related to this thread, please don't post follow-ups.

marcos

Ok GauGau, thanx for the xplanation.
well, thanx for who did it so.. heheh..

my post fits here because it is the idea of a flash interface pic viewer.... a full screen pic viewer ( or browser's full screen... better)

i thought about making an full screen div and let it "behind the scenes" when the users clicks on "see full" on the pic, the layer
comes to the top, with the pic loaded into flash.. with all the features of that simple visualizator I made...zoom pan.....

Actually, I had this idea now... man .. must stop drinking! heheh...kidding...
i was trying to make a div only when on the displaypic.php..hmmmmm..


going to try !

huauha...
goingtowritethislaterbecausemyspacebarisnotworkingproperly

lordprodigy

marcos, I like your flash mods to coppermine... how hard is it to customise it / use it?

let me know...