#1 (permalink)  
Old 06-10-2008, 05:03 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default assigning url's main.fla and xml file

hi,
Replaced the: res_txt.text=dat; with getURL(dat); on first frame of the main.fla

Put my url in the data field in the xml file. We are using cold fusion, does that matter? I can't get it to work.

This is the url:

Brought to you by ATIP Corporation


Anyway you can help. Thank you.
Reply With Quote
  #2 (permalink)  
Old 06-11-2008, 06:08 AM
Super Moderator
 
Join Date: May 2008
Posts: 518
Send a message via Skype™ to Adrian
Default

Hello,
I can't see the image folio in that link.
Reply With Quote
  #3 (permalink)  
Old 06-11-2008, 01:50 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default

The image folio is on the home page

Brought to you by ATIP Corporation

I'm trying to link to the other one.

thank you for your reply!
Reply With Quote
  #4 (permalink)  
Old 06-14-2008, 01:16 AM
Super Moderator
 
Join Date: May 2008
Posts: 518
Send a message via Skype™ to Adrian
Default

Hi,
But you haven't replaced anything. Your xml file looks like:

Code:
<folio>
<pic src="pics/01.png" title="Dr Pepper Snapple Group" data="Branded Logos"/>
...
</folio>
and it should look like

Code:
<folio>
<pic src="pics/01.png" title="Dr Pepper Snapple Group" data="http://www.urlgoeshere.com"/>
...
</folio>
After replacing res_txt.text=dat; with getURL(dat); on first frame of the main.fla make sure you republish the swf.
Reply With Quote
  #5 (permalink)  
Old 06-19-2008, 02:58 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default

Got it to work, thanks so much!
Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.