Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
David Repas #1
mxml.cfswf - remove from memory
I have a client that found a link to a flash form swf (ie. 23423452.mxml.cfswf)
on Google and wants the form removed. Problem is that since the swf is only in
memory (I belive that's how flash forms are created) and not in the filesystem,
so I can't just delete it.
Any advice on how to remove this swf. Will restarting the CF Server (MX7)
work? I would prefer not to do that, but haven't a clue on what else may help.
Thanks.
David Repas Guest
-
help: cfswf cache/leftovers
I have created a few forms using cfform with the flash format. Everything works great, except for the fact that it is leaving 50+ cfswf files behind... -
pull down java scipt under cfswf
my pull down java scipt in topftame pull down under cfswf in contentframe -
How does on Sharing data between main.mxml and a renderer.mxml
I have a value set in my main mxml file. public var calDate:Date = new Date(); How can I use this value in my renderer mxml file? if... -
Remove vars from memory?
Hi all. Will PHP remove variables from memory when script will NOT use them in rest of code? for example: <?php $tmp=true; if ($tmp) // here... -
How to destroy (remove from memory) created with new command members
I create (for example) 50 bitmap members with new command are they removed from memory or do i need do do it myself ??? if YES then - how to...



Reply With Quote

