![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
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#"> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise