Hey guys,
I have an SWFLoader component in my project which has these settings:
maintainAspectRatio="true"
scaleContent="true"
I use a bit of code to load the content in.
printSnapshot.load(snapshotURL);
and add an eventListener:
printSnapshot.addEventListener("init", checkSnapshotLoaded);
That checkSnapshotLoaded function just launches a printjob.
No problem with that... But... The content in my SWFLoader is not
scaled! At least... not always... :-(
According to the docs, the init event gets dispatched when "All
properties and methods associated with the loaded object and those
associated with the control are accessible."
So this should work all the time... but sadly it doesn't... Anyone
have a suggestion to what may be going wrong? Or how to solve it?
Thanks a bunch,
Serge