| Subject: | HELP! Flash Slideshow and Cold Fusion |
|---|---|
| From: | "code_hound11" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Thu, 13 Mar 2008 00:40:14 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
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> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Form size limit?, Vidikron |
|---|---|
| Next by Date: | HELP! Flash Slideshow and Cold Fusion, code_hound11 |
| Previous by Thread: | Form size limit?, Vidikron |
| Next by Thread: | HELP! Flash Slideshow and Cold Fusion, code_hound11 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |