XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 23rd, 2011, 04:02 PM
cssnewbie cssnewbie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2011
Posts: 5 cssnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 m 59 sec
Reputation Power: 0
Adobe Bridge web gallery customize code

I am not 100% sure this is the right spot, can anybody help me in editing the code on a web gallery I created with adobe bridge? All I want to do is add a hyperlink on the slideshow page back to my gallery page... Shouldn't be as hard as I am finding it to be? please help!

Thanks!

Reply With Quote
  #2  
Old February 23rd, 2011, 05:12 PM
requinix's Avatar
requinix requinix is online now
Still alive
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,716 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 4 Days 7 h 20 m 33 sec
Reputation Power: 8969
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
If you post the XML I can take a guess at the XML edits to make, but beyond that you might have better luck with Google or some website dealing with Adobe stuff.

Reply With Quote
  #3  
Old February 24th, 2011, 12:09 PM
cssnewbie cssnewbie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2011
Posts: 5 cssnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 38 m 59 sec
Reputation Power: 0
Quote:
Originally Posted by requinix
If you post the XML I can take a guess at the XML edits to make, but beyond that you might have better luck with Google or some website dealing with Adobe stuff.


I get multiple sheets bridge created... trying goggle, but no luck here is some of the code:

local.xml:

Code:
<?xml version="1.0"?>
<localization>
	<galleryMenus>
		<menuitem label="View" event="MenuView">
			<menuitem label="Gallery" type="radio" event="MenuViewGallery"/>
			<menuitem label="Slideshow" type="radio" event="MenuViewSlideshow"/>
		
		</menuitem>
	<!--	
		<menuitem label="Connection" event="MenuConnection">
			<menuitem label="Broadband" type="radio" event="MenuConnectionBroadband"/>
			<menuitem label="Dialup" type="radio" event="MenuConnectionDialup"/>
		</menuitem>
	-->
	</galleryMenus>
	<toolTips>
		<toolTip label="Next Image" item="SlideshowVCRNextTip"/>
		<toolTip label="Previous Image" item="SlideshowVCRPrevTip"/>
		<toolTip label="Play Slideshow" item="SlideshowVCRPlayTip"/>
		<toolTip label="Pause Slideshow" item="SlideshowVCRPauseTip"/>
		<toolTip label="View Gallery" item="SlideshowViewGalleryTip"/>
		<toolTip label="View Slideshow" item="SlideshowViewSlideshowTip"/>
		<toolTip label="Add Comment" item="SlideshowOpenCommentTip"/>
		<toolTip label="Mark as Favorite" item="SlideshowMarkFavoriteTip"/>
		<toolTip label="Next Page" item="ThumbnailNextPageTip"/>
		<toolTip label="Previous Page" item="ThumbnailPrevPageTip"/>
		<toolTip label="Last Page" item="ThumbnailLastPageTip"/>
		<toolTip label="First Page" item="ThumbnailFirstPageTip"/>
		<toolTip label="Play Video" item="SlideshowVideoPlayTip"/>
		<toolTip label="Pause Video" item="SlideshowVideoPauseTip"/>
		<toolTip label="Rewind Video" item="SlideshowVideoRewindTip"/>
	</toolTips>
</localization>




group.xml

Code:
<?xml version='1.0' encoding='UTF-8'?>
<mediaGroup>
	<groupInfo>
		<identifier>bluefire.adobe.gallery1</identifier>
		<thumbnailPath src='gallerythumb.jpg' />
		<previewPath src='' />
		<galleryName>new life slideshow</galleryName>
		<galleryDescription></galleryDescription>
		<galleryVersion>1.0</galleryVersion>
		<x:xmpmeta xmlns:x='adobe:ns:meta/' >
			<rdf:RDF xmlns:rdf='() >
				<rdf:Description xmlns:dc="()/dc/elements/1.1/" rdf:about="" >
					<dc:creator>
						<rdf:Seq>
							<rdf:li>Adobe Systems</rdf:li>
						</rdf:Seq>
					</dc:creator>
					<dc:date>2006-05-23T12:00-00:00</dc:date>
				</rdf:Description>
				<rdf:Description xmlns:xap=")" rdf:about="" >
					<xap:CreatorTool>Adobe Bridge 2.0</xap:CreatorTool>
				</rdf:Description>
			</rdf:RDF>
		</x:xmpmeta>
		<windowSize x='auto' y='auto' />
		<category>Web Photo Gallery</category>
		<styleNS url="adobe.com/schemas/webphotogallery1" />
		<windowSize width='auto' height='auto' />
		<custom>
			<siteTitle>Couples</siteTitle>
			<groupTitle>Sharing in life and love.</groupTitle>
			<groupDescription></groupDescription>
			<contactName><a href="();>Back to Gallery</a></contactName>
			<contactEmail></contactEmail>
		</custom>
	</groupInfo>

	<sizes>
		<imageSize size='large' maxwidth='675' maxheight='675' />
		<imageSize size='medium' maxwidth='450' maxheight='450' />
		<imageSize size='thumb' maxwidth='40' maxheight='40' />
	</sizes>

	<media>
	<item>
		<title>Couple1.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_0408141913.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_0408141913.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_0408141913.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple2.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_0312732070.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_0312732070.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_0312732070.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple3.jpg</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_4130092341.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_4130092341.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_4130092341.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple4.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_1313428203.jpg' height='675' width='450' size='large' />
			<rendition src='images/medium/_1313428203.jpg' height='450' width='300' size='medium' />
			<rendition src='images/thumb/_1313428203.jpg' height='40' width='26' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple5.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_1034002643.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_1034002643.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_1034002643.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple6.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_4341423330.jpg' height='675' width='450' size='large' />
			<rendition src='images/medium/_4341423330.jpg' height='450' width='300' size='medium' />
			<rendition src='images/thumb/_4341423330.jpg' height='40' width='26' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple7.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_2413143132.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_2413143132.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_2413143132.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple8.jpg</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_3132401220.jpg' height='675' width='450' size='large' />
			<rendition src='images/medium/_3132401220.jpg' height='450' width='300' size='medium' />
			<rendition src='images/thumb/_3132401220.jpg' height='40' width='26' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple9.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_2322424442.jpg' height='675' width='450' size='large' />
			<rendition src='images/medium/_2322424442.jpg' height='450' width='300' size='medium' />
			<rendition src='images/thumb/_2322424442.jpg' height='40' width='26' size='thumb' />
		</renditions>
	</item>

	<item>
		<title>Couple10.JPG</title>
		<description />
		<metadata></metadata>
		<photographer></photographer>
		<copyright></copyright>
		<imageId image='' dbtype='' dbname='' />
		<mediaType category='image' format='jpeg' />
		<renditions>
			<rendition src='images/large/_4332432404.jpg' height='450' width='675' size='large' />
			<rendition src='images/medium/_4332432404.jpg' height='300' width='450' size='medium' />
			<rendition src='images/thumb/_4332432404.jpg' height='26' width='40' size='thumb' />
		</renditions>
	</item>

	</media>
</mediaGroup>



style.xml

<?xml version="1.0" encoding="UTF-8"?>
<galleryStyle xmlns=")">
<styleInfo xmlns="()">
		<thumbnailPath src="05darkroom.jpg"/>
		<previewPath src=""/>	
		<styleName>"Small Thumbnail"</styleName>	
		<styleDescription>"Minimalist Black"</styleDescription>	
		<galleryMaker/>
		<author>Adobe</author>
		<authorApplication>Photoshop Elements 5.0</authorApplication>
		<creationDate>2006-05-23</creationDate>
		<galleryMaker name="Adobe Flash Gallery" version="1.23"/>
	</styleInfo>
	<appearance>
		<viewOptions startingView='galleryDefault' />
		<metadataOptions metadataPosition='underPhotos' />
		<feedbackOptions feedbackMode='disabled' />
		<mediaPosition positionType='auto' imageScale='downOnly' videoScale='upDown' x='' y='' width='' height='' />
		<slideTransitions slideDuration='4' transition='fade' transitionDuration='.75' />
		<bandWidthOptions connection='broadband' />
		<playOptions playMode='pause' />
		<background>
			<backgroundBgColor color='0f0f0f' alpha='100' />
			<backgroundBgImg src='' alpha='100' />
		</background>
		<headerBar>
			<headerBarEnabled enabled='true' />
			<headerBarColor color='0f0f0f' alpha='100' />
			<pageTitle fontFamily='Myriad Web Pro' color='9f9f9f' size='20' alpha='100' />
			<pageTitleImg src='' />
			<groupTitle fontFamily='Myriad Web Pro' color='9f9f9f' size='16' alpha='100' />
		</headerBar>
		<menuBar>
			<menuBarEnabled enabled='true' />
			<menuBgColor color='000000' />
			<menuHover color='242424' />
			<menuText color='9f9f9f' />
		</menuBar>
		<contactInfo>
			<contactInfoText fontFamily='Myriad Web Pro' color='9f9f9f' size='11' alpha='100' />
		</contactInfo>
		<thumbnailView>
			<thumbnailViewBgColor color='0f0f0f' alpha='100' />
			<thumbnailViewBorder color='0f0f0f' alpha='0' />
			<thumbnails>
				<thumbBorder color='000000' alpha='100' width='1' />
				<thumbHover color='007475' alpha='100' />
				<thumbSelected color='9f9f9f' alpha='100' />
				<thumbDropShadow enabled='false' />
			</thumbnails>
			<thumbnailViewControls>
				<thumbViewCtrlText color='9f9f9f' alpha='100' />
				<thumbViewBtnBorder color='242424' alpha='100' />
				<thumbViewBtnBackground color='0f0f0f' alpha='100' />
				<thumbViewBtnFore color='9f9f9f' alpha='100' />
			</thumbnailViewControls>
			<thumbnailSize size='40' />
		</thumbnailView>
		<slideshow>
			<slideshowBgColor color='4f4f4f' alpha='100' />
			<slideshowBorder color='0f0f0f' alpha='0' />
			<images>
				<imageBorder color='000000' alpha='100' width='1' />
				<imageDropShadow enabled='false' />
			</images>
			<slideshowMetadata>
				<metadataField height='32' titles='false' captions='true' />
				<metadataFieldText fontFamily='Myriad Web Pro' color='cecdcd' size='13' alpha='100' />
			</slideshowMetadata>
			<slideshowButtons>
				<slideshowCtrlText fontFamily='Myriad Web Pro' color='9f9f9f' size='13' alpha='100' />
				<slideshowBtnBorder color='0f0f0f' alpha='100' />
				<slideshowBtnBackground color='000000' alpha='100' />
				<slideshowBtnFore color='666666' alpha='100' />
			</slideshowButtons>
			<videoCtrl>
				<videoCtrlBgColor color='000000' alpha='95' />
				<videoCtrlBorder color='666666' alpha='100' width='1' />
				<videoCtrlBtnBorder color='9f9f9f' alpha='100' />
				<videoCtrlBtnBackground color='3e3e3e' alpha='100' />
				<videoCtrlBtnFore color='ffffff' alpha='100' />
				<videoDropShadow enabled='false' />
			</videoCtrl>
		</slideshow>
		<metadataView>
			<metadataViewField widthPercentage='.33' titles='false' captions='true' />
			<metadataViewBgColor color='0f0f0f0f' alpha='100' />
			<metadataViewBorder color='0f0f0f' alpha='100' />
			<metadataViewTitle fontFamily='Myriad Web Pro' color='ffffff' linkColor='9EAFC1' size='13' align='left' />
			<metadataViewText fontFamily='Myriad Web Pro' color='cecdcd' linkColor='ffffff' size='13' align='left' />
			<metadataViewBtnBorder color='242424' alpha='100' />
			<metadataViewBtnBackground color='0f0f0f' alpha='100' />
			<metadataViewBtnFore color='9f9f9f' alpha='100' />
		</metadataView>
		<galleryInfo>
			<galleryInfoBgColor color='4f4f4f' alpha='100' />
			<galleryInfoBorder color='000000' alpha='0' />
			<galleryInfoTextField width='635' height='1200' />
			<galleryInfoText fontFamily='Myriad Web Pro' color='9f9f9f' linkColor='ffffff' size='13' align='left' />
			<galleryInfoBtnBorder color='9f9f9f' alpha='100' />
			<galleryInfoBtnBackground color='0f0f0f' alpha='100' />
			<galleryInfoBtnFore color='9f9f9f' alpha='100' />
		</galleryInfo>
	</appearance>
</galleryStyle>

Last edited by requinix : February 24th, 2011 at 01:32 PM. Reason: added code tags

Reply With Quote
  #4  
Old February 24th, 2011, 01:44 PM
requinix's Avatar
requinix requinix is online now
Still alive
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,716 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 4 Days 7 h 20 m 33 sec
Reputation Power: 8969
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
Code:
<contactName>&lt;a href=&quot;();&gt;Back to Gallery&lt;/a&gt;</contactName>

Is that where you tried to put it? If putting HTML in there works, it would be more like
Code:
<contactName>&lt;a href=&quot;/wherever&quot;&gt;Back to Gallery&lt;/a&gt;</contactName>


Have you checked whether the gallery thing even has a way of linking back? If not then you might be out of luck: you can't make it do something if it was never intended to.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Adobe Bridge web gallery customize code

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap