Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
code_hound11 #1
HELP! Flash Slideshow and Cold Fusion
Hey everybody, I am new to the scene of Flash and Cold Fusion scripting...
well not so new with CF, but with Flash. Im in a pickle over here and have
been combing the tutorials for the best solution. I am in a project currently
that calls for a flash slideshow and the project manager has given me a fully
functional slideshow and i need to dynamically populate it with a recordset. I
have no idea where to begin with this and ANY help is much appriciated. Ill
paste in the xml file and htm calling page below... thanks in advance!
XML
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album id="test" title="Condominiums" lgPath="gallery/lg/"
tnPath="gallery/tn/" description="Construction Images.">
<img src="01.jpg"/>
<img src="02.jpg"/>
<img src="03.jpg"/>
<img src="04.jpg"/>
</album>
</gallery>
<!--It doesn't matter what you call the image, as long as it is listed in this
file where you want it. You can also name the thumbnails the same as the larger
image-->
CALLING PAGE
<html>
<head>
<title></title>
</head>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0" width="550" height="400" id="construction" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#ffffff" /><embed src="test.swf" quality="high"
bgcolor="#ffffff" width="550" height="400" name="construction" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
code_hound11 Guest
-
Flash Form talking to cold fusion
I am using CFGRID to display the results of a SQL query. I want to allow the user to select items from the list results and add the choices to a... -
Is Flash Remoting supported - without Cold Fusion?
Will Flex 2 apps be able to consume Flash remoting services - without using Cold Fusion? We have a lot of these that have been coded in .Net... -
Cold Fusion MX 7 and Flash 8
Anyone know of any books coming out soon that deal with CFMX7 and integrating Flash 8 with it? PedroAlberto -
Cold Fusion MX7 Flash Forms
:frown; My flash forms are displaying fine , but as soon as I upload the form to server and request it, my info between cfselect tag does not... -
Cold Fusion 5 and Flash
I was wondering how I can pass cfquery info via cfoutput to a flash file. I am new to Flash and am not sure how to pass varibles to Flash. I want... -
code_hound11 #2
HELP! Flash Slideshow and Cold Fusion
Hey everybody, I am new to the scene of Flash and Cold Fusion scripting...
well not so new with CF, but with Flash. Im in a pickle over here and have
been combing the tutorials for the best solution. I am in a project currently
that calls for a flash slideshow and the project manager has given me a fully
functional slideshow and i need to dynamically populate it with a recordset. I
have no idea where to begin with this and ANY help is much appriciated. Ill
paste in the xml file and htm calling page below... thanks in advance!
XML
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album id="test" title="Condominiums" lgPath="gallery/lg/"
tnPath="gallery/tn/" description="Construction Images.">
<img src="01.jpg"/>
<img src="02.jpg"/>
<img src="03.jpg"/>
<img src="04.jpg"/>
</album>
</gallery>
<!--It doesn't matter what you call the image, as long as it is listed in this
file where you want it. You can also name the thumbnails the same as the larger
image-->
CALLING PAGE
<html>
<head>
<title></title>
</head>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0" width="550" height="400" id="construction" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#ffffff" /><embed src="test.swf" quality="high"
bgcolor="#ffffff" width="550" height="400" name="construction" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
code_hound11 Guest



Reply With Quote

