Here's a Handy little tip I just figured out today. So I have a button that plays sound and once if finishes playing it should fire the Event.SOUND_COMPLETE. In this events handler, it resets the position back to the beginning of the clip. Now the problem is once I try to play it again, it doesn't seem to fire the Event.SOUND_COMPLETE event. Have you ever had the issue of your Event.SOUND_COMPLETE not firing properly?? Read on and find out why......
Thursday, November 5, 2009
Thursday, July 23, 2009
Cool Flash Tip of the Week 5
Hey Flashers, I know its been a long time since the last tip. Time has not been on my side recently, but I'm getting some more free time and I'll be posting regularly again. Be on the look out, I have some new websites and articles coming out. You can see the latest website to date, Galley Smith Blog. But aside from all of that, down to the tip.
Friday, July 10, 2009
Web Designer Magazine 159
Hey people, I've been published again in Web Designer Magazine Issue 159. In this tutorial, I walk you through how to make a MP3 player with a sound visualizer. Its a pretty short and straight to the point tutorial. Hopefully everyone will be able to follow along and make some cool mp3 players. If there are any concerns or questions, post it here on the blog and I'll get back to you ASAP.
Go pick up your copy and leave some feed back. Check out a preview here
Wednesday, June 10, 2009
Cool Flash Tip of the Week 3
Welcome back everyone for the 3rd installment of the Cool Flash Tip of the Week Series. This week we are going to take a look at a new class introduced with Flash Player 10. Say hello to the Vector Class.
Tuesday, June 2, 2009
Cool Flash Tip of the Week 2
I've gotten a lot of positive feedback on the Cool Flash Tip of the Week series. So as long as people find them useful, I'll keep them coming. Make sure to subscribe to be on top of all tips and add me on twitter. Now with all the formalities out the way, lets get a move on to the tip of the week. This week's tip is about Events!!
Thursday, May 28, 2009
Cool Flash Tip of the Week 1
I'm going to start a series that will occur every week. A cool flash tip or something I think not many people know about. Be on the lookout every week for a new tip. This week's CFT is ......drumroll......." The Tertiary Operator ".
Saturday, May 23, 2009
AS3 Basic Preloader Class
Languages
- Actionscript 3.0
Purpose
- A basic calls to build preloaders from. It is meant to act as a starting point to build more advanced preloaders. It is available for free download
- Download Here
Tuesday, April 14, 2009
XMLLoader 3.0 Update
I'm always available @cg219.
Download Link
Monday, April 13, 2009
New XMLLoader 3.0 Release
bytesLoaded, bytesTotal, totalItems, currentItem and ratioLoaded. The biggest update is the new naming feature. With this feature you can now give each XML file a name to reference it. Also in the big boat of updates is the new way of handling errors.Monday, March 23, 2009
AS3 Basic Preloader Class
Saturday, March 21, 2009
Tutorial Published in Web Designer Magazine
Here is a link to get your issue.
Monday, March 16, 2009
New kreativeKING VideoPlayer API
Friday, March 13, 2009
New AS3 Tutor
Woot!!!, just a really small post. You are reading this post from the new AS3 Tutor at the Borough of Manhattan Community College. I actually got the good news a couple days ago, but I would like to share it with the world =D.
In addition, if anyone needs any help with Actionscript 3.0 or needs a private tutor, don't hesitate to drop me an email. In the next coming days I have some interesting things to post about ranging from new FlashDen products to new published articles. So be on the lookout for those, or you know what is even better?? Just subscribe and I'll let you know. =D Happy Flashing people.
Monday, February 23, 2009
Javascript and Actionscript Conversation
This weekend my good friend Peter Panton asked my for some help setting up some communication between Javascript and Actionscript. He wanted to be able to get the scroll value of the HTML page and use it in Flash. To be honest, I never did any kind of communication between the two and had no idea where to start. I did some research and came across the ExternalInterface Class.
Wednesday, January 21, 2009
New QuickView Portfolio Mini Site
Thursday, January 15, 2009
AIRUploader Preview
This application is essentially a drag and drop FTP Uploader. I sometimes hate uploading files. Signing in, looking for directories, etc etc. So I decided to make this application. It will save your login information so you don't have to keep entering your information.
Monday, December 29, 2008
Mac vs PC Minisite
I went for a fun UI approach and make it like a desktop. Click on the icons and a window pops up that you can drag around, minimize, etc. It was a pretty fun project. Best of all I got an A!!!!!!.
I also posted the code for anyone who was curious.
Check out the site here
Wednesday, October 29, 2008
Now On FlashDen
Saturday, October 25, 2008
XMLLoader 2.0 Update***
First I have to say I missed a file when packaging it for distribution. I have already fixed that and you can redownload to get the updated package.
Secondly, for people getting a host of errors and the Error message is "Loading Failed". This is because you have cacheBuster set to true. The cacheBuster must be set to false when testing locally.
If any other bugs pop up, don't hesitate to drop me a line. Thanks again for the feedback, this wouldn't have been caught without your help.
Enjoy
Download XMLLoader Class 2.0 Here
Monday, October 6, 2008
Stable Release XMLLoader 2.0
**Update**
http://blog.kreativeking.com/2008/10/xmlloader-20-updatexmlloader-20-update/
I have been working hard on making this as robust and stable as possible. This release should be able to do anything you would like with loading XML. Couple of new features from 1.8 the community has been emailing me about as well as some that I wanted to include in past versions. I will be releasing a video tutorial on how to use this class properly. I'll explain the new features to hold you over until then.