Contact Me


Recent Posts


Categories


Archives


Tags

3d actionscript Actionscript 2 Actionscript 3 api APIs as2 as3 brand caching carousel channel code compress contest contract CSS Flash flv fp10 free freelance gadget gadgets gdata google JavaScript jquery mvc papervision papervision3d PHP player playlist puremvc pv3d search tube tutorial twitter video widget XML you youtube

Recent Comments

  • Ahmed: Can you put up an example?
  • Ahmed: Hmmm sorry this is a tough one but I don’t work with ASP.NET! Sorry!
  • Michael: Good example but one question… in all the slider skinning I see with Flex the thumb overruns the left...
  • venkata: Hi I am using OAuth to connect to youtube api. I got accessToken and TokenSecret for a particular user. Now...
  • Ahmed: Good old flexlib, what component are you using?

Links


Help end world hunger

Posts Tagged “search”

Adding the “Safari” Style Search Box to Your Site

Friday, August 7th, 2009

So recently I published a post that contained a quick and simple browser detection snippet for jQuery. In that snippet, I accidently left a reference to a function called “initSafariSearch()”.

This function simply replaces the standard boring input text box with the nice Safari style one.
(more…)

Quick XML, JSON and More Data Services in Actionscript 3

Monday, July 13th, 2009

So I’ve been publishing more and more of my code up on Github, yes I will SVN it up to Google Code too! There are a few classes that people may not know how to use or why to use them, so here’s a quick run through of the ones that reside in “com.firestartermedia.lib.as3.data“:
(more…)

Good ol’ “Array.sortOn”

Wednesday, May 27th, 2009

I’m in the middle of creating a new YouTube gadget and part of the specification is that it allows the user to see the videos on a time-line. The idea behind it is that companies can then have a simple and sleek gadget that allows them to display their videos, whether they’re viral or community influenced (much like Sprite’s Green Eyed World), in a simple time-line sort of format.

So using the MVC code I created for my other gadgets I was able to easily adapt it, create a new 2D carousel and then was left with the task of creating the visual time-line control and also sorting the videos by their date. Now the YouTube GData API allows you to pass a parameter called “orderby” with the value “published” which returns the entries according to when they were uploaded, the latest first.
(more…)

Searching YouTube Playlists

Friday, May 15th, 2009

I’ve been creating a whole load of gadgets for YouTube Brand Channels that run off data from playlists. The only issue with this is that YouTube playlists only return around 25 entries; you therefore need to specify the “start-index” in the request you make to the GData API.

Now this is a bit of a pain if you want to search a playlist’s videos for a particular term. But there is a way to do it. I’ve created a set of YouTube GData Service classes for Actionscript 3. The motivation behind these classes was to be able to search through a playlist’s videos for a particular term.
(more…)

Fork me on GitHub