c# - Get ShockWaveFlash Memory use -


i have shockwave flash object on form , wont see how memory using other information regarding performance.

you need add such imports project:

import flash.system.capabilities; import flash.system.system; 

and go trough capabilities , system class properties , methods different system info (for example system.freememory). won't because of different flash restrictions.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -