Today I managed to find this error twice. It is happening in AIR applications. I had the same application in Flex and then I ported it to AIR. The error that appeared is this:
SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.
The error is saying that you’re no more allowed to [...]
Yesterday (21st Jan 2009) Sumo Paint version 1.0 was released. In my opinion this is the best online Photoshop. And it is FREE!
Just some of its features:
Layers with blending mode
Layer effects
Shape tools
Brushes
Clone stamp
Filters
Symetry tool
Gravity
More about features: http://sumopaint.com/web/#/features/
A new video with Sumo Paint in action can be viewed bellow:
You can access the application here: http://www.sumopaint.com/app
Sumo Paint [...]
In a previous article I explained how to create a custom preloader that will replace the very first flex preloader (the one that appears when starting application). That article was created using Flex Builder 2 and now needs an update because Flex Builder is at version 3 since a good time and Gumbo is on [...]
The Dreamweaver team in Romania is looking for an experienced, highly-motivated software engineer with exceptional architectural and development skills as well as a passion for creating great web applications. This person will work closely with a team of similarly outstanding individuals in Romania, dedicated to building next versions of InContext Editing and building other Dreamweaver-related [...]
I think some of you may encountered this “wonderful” runtime error, mostly when you work in a team, building different applications that will load in another one.
Shortly the application is telling us that parts are build using different versions of Flex SDK. In my case the main application was build using Flex SDK version 3.1.0 [...]
This article is a follow-up of this two: How To Make an Image With Border and Continuing Image With Border. I’m writing it in order to show you that you can import Image With Border component in a Panel. Mike had some problems using the component so here it is.
To use Image With Border just [...]
DataGrid is a interesting, very useful component. Lots of things can be added to it. This time we will want to emphasize some row that will satisfy a predefined condition – in a DataGrid.
The application is very simple. Just to show you how you can achieve it. In order to do that we will have [...]
Last year I had to do an update to a flash website. The client needed a news widget that will read the news from o specified location using XML. I thought… I’ll create a new component containing the image, the title, the date and the text, then use a repeater to display them. Easy job [...]