Jump to content

[SOLVED] Neat Gallery ...


iPixel

Recommended Posts

Hey guys, im looking to figure out how this guy does his photo gallery,

When you click on an image, it fades down the main page brings up a auto adjusting "layer popup" like

thing and loads the image with text into it.

 

http://www.arbutusphotography.com/wedding/portfolio.html

 

Any help or script and scriptlets or links are very appreciated.

 

Thanks

iPixel

Link to comment
https://forums.phpfreaks.com/topic/64260-solved-neat-gallery/
Share on other sites

I think its done with Flash.

See their JavaScript at

http://www.arbutusphotography.com/Scripts/AC_RunActiveContent.js

 

It includes code like

function AC_SW_RunContent(){

  var ret =

    AC_GetArgs

    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"

    , null

    );

  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);

}

 

Beyond that I can't help you, I'm only starting to learn Flash.

Link to comment
https://forums.phpfreaks.com/topic/64260-solved-neat-gallery/#findComment-320506
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.