Posted by
Leon in
Apps, Flash
Aug 8th, 2008
After many hours of hard work by the team here at the SizzlaMedia offices (ok just me, in the study) the problem with the GMap powered apps has been fixed. Turns out a Google Analytics script was somehow appearing in the Flash apps.
Once I removed the script everything seemed to work just fine!
Hopefully we won’t see any more errors popping up!!
Posted by
Leon in
Uncategorized
Aug 7th, 2008
I have just spotted an error with the location abilities of the two apps I have made that use the GMap component that causes the Flash to crash.
As soon as I can I will investigate these errors.
Sorry for any inconvenience caused.
Leon
Posted by
Leon in
General Info
Aug 1st, 2008
I’ve not written a full post on here for a while – party due to the fact that I have been on holiday and have moved house (still waiting for my internet equipment – come on BT!!).
There are a few Flash tutorials/apps that I will be adding over the next few weeks, such as a Facebook style pop up window to display messages in your Flash applications.
I will also the flCodr panel with some nice new features so check the site regularly for that!!
Posted by
Leon in
Apps, iPhone
Jul 22nd, 2008
Just testing to see how well the native iPhone app works. Its breeze to set up and use. I’ve been waiting for this one, so far, so good!!
Posted by
Leon in
Uncategorized, flash
Jul 3rd, 2008
The latest issue of Web Designer Mag recently landed on my door mat and I was pleasantly surprised to see some of my work included in the mag and on their promotional disc.
I was contacted by the editor a month or two ago about flCodr – the online repository for actionscript snippets. The site allows you to add and view snippets of actionscript code, perfect for when you can’t remember how to parse XML.
Web Designer Mag say that:
flCodr.com is a repository of code that has been placed in a single centralised location for quick and easy access. The site works by providing a simple search...
Posted by
Leon in
Uncategorized, flash
Jun 24th, 2008
Looking for a Flash extension that will allow you to find a latitude and longitude based on a location?
Then you need my locator panel, which is now also available on the Adobe Exchange.
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1526018
Posted by
Leon in
General Info
Jun 22nd, 2008
The early part of the 21st century brought many new buzzwords and phrases. IT professionals are no longer known simply as the ‘computer guy’ but instead have names such as Software Architect and eLearning Developer. Gone were the days of sticking an ‘e’ on the front of everything to make it sound futuristic. Even sticking the Apple ‘i’ in front of everything was starting to get a big weak.
The internet needed to evolve into something more that just a repository of information. It needed to grow almost by itself. It needed to be used for socialising as well as information.
Enter social...
Posted by
Leon in
flash, flcodr
Jun 15th, 2008
A tag cloud (or weighted list in visual design) is a visual depiction of user-generated tags used typically to describe the content of web sites. Tags are usually single words and are typically listed alphabetically, and the importance of a tag is shown with font size or color. Thus both finding a tag by alphabet and by popularity is possible. The tags are usually hyperlinks that lead to a collection of items that are associated with a tag.
A tag cloud is a set of related tags with corresponding weights. Typical tag clouds have between 30 and 150 tags. The weights are represented using...
Posted by
Leon in
PHP
Jun 5th, 2008
As you may have guessed from the title, this post is about two things; PHP and twitter. I’ll assume you all know what PHP is, but for people that don’t know about Twitter it is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?
When I first signed up many months ago, I must admit: I didn’t really get it. I couldn’t see the point in telling people what I was up to online, when I could simply tell them face to face. It seemed far too much effor to...
Posted by
Leon in
Apps, Uncategorized, flash
Jun 4th, 2008
Back in my University days having a Mac was not always fun in a Windows dominated campus. I always had to ensure that my disc’s were able to be read in a Windows machine, even though they were burned on a Mac. After looking over some of my files I decided to share with the world some of the code snippets I found along the way. This posts concerns creating cross plaform Flash CD-Roms, inparticular opening folders from projectors.
Auto Run
Due to a security vulnerability in OS X 8 (i think!) the auto run feature was disabled on a Mac, however there was an option to open the root folder by default...