small slim flex application where yo can upload your image and convert it into an .ico file.
small slim flex application where yo can upload your image and convert it into an .ico file.
A new tool I love using, first it is in AIR, secondly immensely useful, is from Arthropod this little AIR application that let's you trace debug messages even from an embedded swf.
I never was a fan of Adobe's debug flash player, as it sometimes did cause weird behavior, especially after upgrading to FF3. So this little Air app gives you a wide range of functions to organise your debug traces well, including coloring, clearing, even snapshots of current Application, as I said even for in HTML embedded swfs or Air apps.
give it a go:
simply add the class to your source, import and use it:
there are many other ways to trace, read the documentation for more info
I often cam across the issue, especially when working with XML data, that I want to pass on many of the paths used for loading XML or other tyoes of media from the embedding source, rather than hard coding it into my swf. That is fine, but I always run into the problem, that during development, the paths actually used on the server are wwuite unhandy for my IDE development.
Thats why I document here how I usually handle this, by checking whether the file is being served from local, or whther it is on a server:
Code snipplet to retieve all children contained within a movie clip:
Here a small collection of my favourite discoveries of flash sites.
So, it took me ages and I started living with this Bug, that I just couldn't play any flash videos through Firefox on neither my Windows XP nor Vista machines (slightly embarrassing for a flash developer). Googling the problem a couple of months ago, all results seemed slightly unsatisfactory. I re-googled, and now did find prper solutions. OK, the web might now offer them, although I thought one more Post about this won't harm. The best solution that did work instantly for me, is the one Mozilla offers on there site.
The main issue seems to be, that when updating to a new version (which I tried about 10 times), the old version actually does not really get deleted. Removing the flash-Player through the control panel is just a waste of time, but Adobe does offer an uninstaller, that works just fine.
Follow the instructions found on the above link, this has finally resolved the issue for me, and I don't need to open IE just for flash videos any more.
here a copy of the instruction from
Flash video (including YouTube) freezes in firefox
First try installing the latest version of Flash using this procedure to see if that helps:
1. Download this uninstaller from Adobe.com
2. Download this installer from Adobe.com
3. Close Firefox
4. Run the uninstaller, then the installer
5. Open Firefox
tha worked for me. Amen
often you need different settings whether you are working within your IDE environment during development, or when the swf is actually put LIVE. I have tried many variants of passing DEBUG=true or similar, but found that this one is the most elegant one:
quick recollection of best practices when loading an image (or any asset) into a flash movie from an external location.
Having had difficulties to find a rather complete description on this very common subject, I thought I might as well compile a selection of techniques necessary to accomplish this.
first, let's go through the requirements within the HTML page and the swfObject javascript, which comes into the head of the HTML page embedding the swf:
more about the use of the swfObject here-->
Now go to your flash movie, and manage the scaling and alignment of your SWF and the positioning of your SWF's elements, within your ActionScript code, e.g.:
Recent Comments