I am trying to accomplish a user being able to paste code on their myspace profile that would allow them to submit form data to my site. I assumed I could create a flash form on my server and then save the SWF output using CFFILE, which seemed to work, but I can't get the saved SWF file to run independently when I use this code: <object height="200" width="200"> <param name="movie" value="test.swf"> <embed src="test.swf" height="200" width="200"> </embed> </object> Is what I am trying to do possible? Any ideas on how to load a saved CFFORM as a SWF file and then run it on MySpace? Thanks in advance...
************************************** See what's new at http://www.aol.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292388 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

