Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
SherlockTicklesquire #1
Version of Adobe Flash by CFFORM in CF 8
What's the version of the .swf produced by the CFFORM tag in CF 8,0,1,195765? Is there any way I can determine this (e.g., via the \ColdFusion8 installation)? Thanks.
SherlockTicklesquire Guest
-
Adobe Shockwave Player version 11.0.3.472
Adobe Shockwave Player version 11.0.3.472 Adobe Shockwave Player version 11.0.3.472 released January 27, 2009 Windows | English | 4.38 MB... -
Get the Adobe Acrobat version
Hello, For my next plugin I need to support Acrobat 8 and 9. The plugin will be installed in the correct installation path (in Adobe 8 or 9)... -
Steps to insert a clickTag in a Flash Banner with FlashMX 6 & Adobe CS3 Version
Hi Folks I am very new to this forum + having a basic level of understanding with Flash Software (like Flash MX & Adobe CS3). By profession i am... -
cfform type=flash flash version compatibility
I am using cfform type="flash" - What flash version must the client have for this to work? Is there any url where I can find this compatibility docs? -
Error Reading PDF Version 1.2(Acrobat 3.X) in Adobe 6
We receive the following error message in Adobe 6 Professional when loading a file from PDF Version 1.2 (Acrobat 3.x). Error - "There was a problem... -
BKBK #2
Re: Version of Adobe Flash by CFFORM in CF 8
I'll assume you know how to open the cfform and save it as testFlashForm.swf.
Then the following code will tell you the flash version among others.
<cfscript>
fis = createObject("java",
"java.io.FileInputStream").init(expandpath('testFl ashForm.swf'));
decoder = createObject("java", "macromedia.swf.TagDecoder").init(fis);
header = decoder.decodeHeader();
fis.close();
</cfscript>
<cfdump var="#header#">
BKBK Guest
-
SherlockTicklesquire #3
Re: Version of Adobe Flash by CFFORM in CF 8
Thank you! Will try this.
SherlockTicklesquire Guest



Reply With Quote

