WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Flash Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Flash Discussion Forum Flash design presents a limitless number of possibilities for your sites and designs. Discuss your Flash ideas, questions and issues here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-27-2004, 02:56 PM
fastedge's Avatar
fastedge fastedge is offline
WebProWorld Member
 

Join Date: Aug 2003
Location: Central Florida
Posts: 39
fastedge RepRank 0
Default Flash/CF dynamic menu

Hi everyone. Here's what I'm trying to do. I need to create a set of drop down menus that pull their content from a database. Pulling the data using CF is no problem and neither is bringing it into a Flash file. The problem is how do I format the data so that it appears in an attractive menu like manner?

If someone could point me to an online example of this I would be very grateful.

Thanks,
Ed
__________________
Merc Consulting
Web Design, Development, Programming
www.mercconsulting.com
Reply With Quote
  #2 (permalink)  
Old 10-28-2004, 05:34 PM
fastedge's Avatar
fastedge fastedge is offline
WebProWorld Member
 

Join Date: Aug 2003
Location: Central Florida
Posts: 39
fastedge RepRank 0
Default Got it.

Nevermind folks. I got it.
Thanks
__________________
Merc Consulting
Web Design, Development, Programming
www.mercconsulting.com
Reply With Quote
  #3 (permalink)  
Old 10-28-2004, 08:09 PM
sparkyfire sparkyfire is offline
WebProWorld New Member
 

Join Date: Jan 2004
Posts: 16
sparkyfire RepRank 0
Default

good to hear. Whats the solution?

Daniel
Reply With Quote
  #4 (permalink)  
Old 10-28-2004, 09:40 PM
sparkyfire sparkyfire is offline
WebProWorld New Member
 

Join Date: Jan 2004
Posts: 16
sparkyfire RepRank 0
Default

sorry for the double post. Was a refresh issue on my browser.
Reply With Quote
  #5 (permalink)  
Old 10-29-2004, 12:26 PM
fastedge's Avatar
fastedge fastedge is offline
WebProWorld Member
 

Join Date: Aug 2003
Location: Central Florida
Posts: 39
fastedge RepRank 0
Default Solution

Sorry folks, I should have posted the solution.

I had actually done this before, but had forgoten that I did. I found an old source file I had backed up and the solution was there.

What I was doing before was creating a dynamically generated specials banner.
Here is the code to pull the data:
~~~~~~~~~~~~~~~~~~~~~~~~~~
<cfsetting enablecfoutputonly="Yes">

<cfquery name="ListResults" datasource="bfInfo">
select announcement,linkTo from specAn
where live = 1
</cfquery>

<cfoutput query="ListResults">
&specText=#urlEncodedFormat(announcement)#&link To=<u>Go to This Program.</u>&
</cfoutput>
~~~~~~~~~~~~~~~~~~~~~~
The string created has html code embedded within it as you can see. When you create the text field within the flash peice you have to designate text type as dynamic and also check off the "render as HTML" button. Now you can insert basic formatting and instructions within the string.
__________________
Merc Consulting
Web Design, Development, Programming
www.mercconsulting.com
Reply With Quote
Reply

  WebProWorld > Site Design > Flash Discussion Forum
Tags: dynamic, flashcf, menu



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

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



Search Engine Friendly URLs by vBSEO 3.0.0