Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
idesdema #1
Flash and CFML
I just posted this same question but was in the wrong section of the forums. I
am very new to flash but can definitely see the potential of this software with
my first tute completed. I learned how to show a slideshow in flash using an
xml file. However, I want to see if its possible to have the flash file call a
different xml file based on a variable. I'm sure I can do this but want to
know how. Currently I have this in my flash file...
slides_xml = new XML();
slides_xml.onLoad = startSlideShow;
slides_xml.load("slides.xml");
slides_xml.ignoreWhite = true;
I want to do something along the lines of this...
slides_xml = new XML();
slides_xml.onLoad = startSlideShow;
If #user_id# is not null
slides_xml.load("#user_id#_slides.xml");
else
slides_xml.load("slides.xml");
slides_xml.ignoreWhite = true;
Can I do this?
idesdema Guest
-
CFML/HTML and flash
Hello, Ok, here?s what?s going on - I have a CFML Tag that displays a number from my Database. I want to get flash to be able to read this number... -
Need Help on simple Flash CFML script
:confused; Trying to display user selections from a Flash form to a Coldfusion page, formHandler.cfm. How can I grab the values contained in the... -
CFML & MySQL
Can I use CFML with MySQL? at the moment I am using CFML with MS Access. Can I use the same CFML code with MySQL? Dario -
Flash and CFML or XML dynamic updates
I have this project I am working on where we have this nice Flash Map - What I now need the map to be able to do is take data that can be exported... -
use cfml in JS
Hi Is it possible to use ColdFusion functions in Javacript ? e.g. (won't work) <script language="JavaScript" type="text/javascript"> <!--... -
idesdema #2
Flash and CFML
Hello. I am very new to Flash and took the tutorial from the adobe site on
"Creating an XML slideshow with Flash." It was awesome and I'm addicted.
However, the tutorial only lets me pull in slides from a static xml file. Is
there anyway I can put a variable in the call to the xml file so based on who
the user is, a different xml file will be called?
My hosting company does not support server side action script. Does that
matter?
idesdema Guest



Reply With Quote

