Pages: [1]   Go Down

Author Topic: Inserting Lightroom Web Gallery into Website  (Read 10886 times)

conan24

  • Newbie
  • *
  • Offline Offline
  • Posts: 12
Inserting Lightroom Web Gallery into Website
« on: April 24, 2007, 09:10:10 pm »

I am trying to insert either a flash or html gallery from Lightroom into an already existing website. I have tried uploading and exporting (and then manually) adding files to the server. I can get a rudimentary gallery with no images to show up doing it the html way, but even then I'm not sure where to go.

I'm not a computer whiz, but I know some html and usually can figure stuff like this out, but i am stumped on this one. I have tried searching the web and other forums, but no luck. Any advice/help?  thanks
Logged

francois

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 13792
Inserting Lightroom Web Gallery into Website
« Reply #1 on: April 25, 2007, 02:19:16 am »

Quote
I am trying to insert either a flash or html gallery from Lightroom into an already existing website. I have tried uploading and exporting (and then manually) adding files to the server. I can get a rudimentary gallery with no images to show up doing it the html way, but even then I'm not sure where to go.

I'm not a computer whiz, but I know some html and usually can figure stuff like this out, but i am stumped on this one. I have tried searching the web and other forums, but no luck. Any advice/help?  thanks
[{POST_SNAPBACK}][/a]
Try to read [a href=\"http://luminous-landscape.com/forum/index.php?showtopic=14821]this discussion thread[/url], it might help you.
Logged
Francois

dupretfx

  • Newbie
  • *
  • Offline Offline
  • Posts: 2
Inserting Lightroom Web Gallery into Website
« Reply #2 on: June 23, 2007, 03:56:25 am »

Quote
Try to read this discussion thread, it might help you.
[{POST_SNAPBACK}][/a]


1:   in your web site folder Create a folder , here the name is "yourfoldername" where you drag your Lightroom resources folder
2:  drag the lightroom bin folder within your resources folder

3: copy paste the following code and write your own folder name your have to replace 4 times

Code to insert within your html code

 <div id="content">
            
            
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="900px" height="600px"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab">

<param name="movie" value="yourfoldername/resources/gallery.swf"/>
<param name="flashvars"
value="livePreview=false
&baseRefUrl=yourfoldername/resources/
&groupxml=mediagroupdata/group.xml
&stylexml=styles/style.xml
&localText=localization/localText.xml"/>
<param name="id" value="gallery"/>
<param name="quality" value="high"/>
<param name="align" value="middle"/>
<param name="name" value="gallery"/>
<param name="bgcolor" value="#f7f7f7"/>
<param name="allowScriptAccess" value="sameDomain"/>
<param name="menu" value="true"/>

<embed src="yourfoldername/resources/gallery.swf"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="livePreview=false
&baseRefUrl=yourfoldername/resources/
&groupxml=mediagroupdata/group.xml
&stylexml=styles/style.xml
&localText=localization/localText.xml"
width="900px" height="600px" quality="high" align="middle"
allowScriptAccess="sameDomain">
</embed>

</object>



4: define width and height

5: check in your browser

if it doesn t work open it with safari and go to menu/window/activity to check if the path to all your xml file are correct if not then make the correction ans try again,...
It has worked perfectly for me

Hope it helps




   
            
            
            
      </div>
      
   how to disable o modify menu and header bar from a lightroom flash gallery:   
      
      [a href=\"http://www.bluefire.tv/blog/flashgalleries/gallery_tipsandtricks2.html]http://www.bluefire.tv/blog/flashgalleries...andtricks2.html[/url]
Logged

Pilchard

  • Newbie
  • *
  • Offline Offline
  • Posts: 1
Inserting Lightroom Web Gallery into Website
« Reply #3 on: October 03, 2007, 07:13:11 am »

Hello all!

I have tried the code mentioned and works great locally! Just as it should.
However, when it's uploaded to my site, (same file structure as on local drive); the flash gallery just stays on the loading loop animation

Any help in solving this much appreciated!

Also, is there a similar method for doing the same with the html galleries?

Many thanks, Richard



Quote
1:   in your web site folder Create a folder , here the name is "yourfoldername" where you drag your Lightroom resources folder
2:  drag the lightroom bin folder within your resources folder

etc.......
Logged
Pages: [1]   Go Up