Flash Preload Profiler
In the last few weeks I started to use more and more the mm.cfg feature « preloadSWF »
This enables you to start a SWF before any SWF launched by FlashPlayer and have much information on the launched SWF. It also enables you to “hook” on the launched SWF and manipulate it’s display list.
I then decided to try making my own profiler for flash in a way that it could be started for any web site without having an interface too invasive. FlashPreloadProfiler is born.
FlashPreloadProfiler is an open source multi-purpose profiler designed to help productivity and stability during development by exposing “under the hood” representation of any flash scene.
The main goal is to help expose and diagnose problems before they get too big.
It enables developers, artists, designer or testers to see what sometimes “cannot be seen” such as:
- How many sprites are contained in the scene and may be one over the others
- Instanciation, AddedToStage, RemovedFromStage, Garbage Collection
Want to know more?
Full description and download here!
*the profiler is on the top-left corner of the application
Trackbacks & Pingbacks
Comments are closed.
Looks nifty! I can’t wait to try it out on Monday!
So did you tried it Jackson? Like it?
R8q7Ix Wish I could come up with posts that cool.
That name is a trademark, see http://de.wikipedia.org/wiki/FlexRay
Thanks a lot!
I will change it then!
Painful! 🙂
Project renamed (originaly) FlashPreloadProfiler
Only the videos still need to be changed
Thanks ctrl+a, ctrl+h
Hello!
I found a little issue.
In flashplayer [mouseEnabled=false] on parent does not prevent children to receive mouse events.
Hovwever, “MouseListeners” profiler does not show shapes for sprites, if container of this sprites has
mouseEnabled=false.
This is a reproduce code:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gistfile1.as
hosted with ❤ by GitHub
try this new version:
https://jpauclair.net/flashpreloadprofiler/
Thanks for the quick reply!
Last version works perfectly.
Hi,
I wrote the Sampler and the preload swf functionality. Glad to see its being put to good use. Can you email me, I’d love to hear your thoughts on the Sampling API and how we can make it better. Cheers,
Tommy