I've looked all over online and can't seem to find a way to put a version number in a swf file. We need to know which version of the swf file we have on different machines, so we had thought of maybe writing a file if it does not exist to the swf directory, containing the swf version number. We are not using Flex and as3, so that's not going to work since we can't write to the disk. So i've been looking around and haven't been able to find where we might specify the file version of our swf to something like "14.06.30".
Is there a way we might be able to set the version of our swf file?
We've thought about using a key press to display a version number, but we don't want to do that because the swf can load in other swf's where keypresses might mean something else. This would be a last resort.
