PDA

View Full Version : mutliple swfs on one webpage loading data for proper database record.



mindofchester
December 31st, 2004, 05:50 PM
Ok, the title of this post has to be the most complicated sounding thing I've ever written.
Here's my problem, I'm using Coldfusion, I have a webpage that will load and for each record it loads it contains a .swf file that would have a description of that record.
How would I go about loading the proper description in that .swf file for that record?

I hope that's clear enough.
Any help is greatly appreciated...

mindofchester
December 31st, 2004, 05:51 PM
oh yeah, the swf file successfully loads external data in a .cfm webpage I built.

So basically, I have a cfm page that loads data that I later display in the .swf file.

My problem is displaying the right data in the right .swf file.