iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar 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.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-27-2004, 03:56 PM
fastedge's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: Central Florida
Posts: 35
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, 06:34 PM
fastedge's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: Central Florida
Posts: 35
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, 09:09 PM
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, 10:40 PM
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, 01:26 PM
fastedge's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: Central Florida
Posts: 35
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

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



All times are GMT -4. The time now is 02:36 PM.



Search Engine Optimization by vBSEO 3.3.0