I am currently working on a web application that is contained within an iframe. The iframe has been scaled using -webkit-transform:scale(0.8), which is functioning well. However, I am encountering an issue with the flash audio recorder within the iframe not working properly when the iframe is scaled. The flash itself loads and functions, but the SecurityPanel where the user needs to grant access to the microphone is not clickable.
If anyone else has experienced this problem or has any suggestions on how to resolve it, I would greatly appreciate your input.
Thank you!