Posts Tagged “you”
Saturday, October 24th, 2009
So, give a hand to the developers at YouTube for their hard work! They’ve taken the AS3 YouTube Player out of beta, albeit just chromeless, and all ready for production.
Let’s hope that the chromed version is coming very soon, but now let’s concentrate on getting used to this new player.
(more…)
Tags: Actionscript 3, api, as3, beta, chromeless, player, tube, you, youtube
Posted in APIs, Actionscript 3, Development |
No Comments »
Thursday, September 17th, 2009
So, here I am, playing with YouTube players, trying to get more than one to load in Actionscript 3. But it’s a pain, so I did a few tests and got it running fine in Actionscript 2.
My aim is to port this to Actionscript 3, but the biggest problem is the handling of the AVMs. I’ve got some tests to do to figure out the best way to separate the content, but hopefully I should have it done soon, so do watch this space. But, for all you lot out there, here’s some old school Actionscript 2 code:
(more…)
Tags: actionscript, Actionscript 2, Actionscript 3, as2, as3, multiple, player, players, tube, you, youtube
Posted in APIs, Actionscript 2, Actionscript 3, Development |
4 Comments »
Tuesday, September 8th, 2009
Yep, I’ve cracked it. Well, sort of.
You see, I’ve written a few posts about trying to get the YouTube player and interactivity to behave with Papervision3D. The issue was that Papervision3D (and other 3D engines) render the planes/materials/objects as bitmaps and you can’t render the YouTube player as a bitmap.
(more…)
Tags: 3d, Flash, flashplayer10, fp10, papervision, papervision3d, player, pv3d, tube, you, youtube
Posted in APIs, Actionscript 3, Development |
4 Comments »
Friday, August 7th, 2009
I’ve had another of my tutorials published on the Flashtuts+ network: Creating a YouTube Search and Play Gadget with PureMVC. It’s a simple step by step guide on how to build a little gadget and teaches you three main things:
- Using PureMVC
- Using the YouTube Player API in AS3
- Working with GData
Check it out and tell me what you think!
Tags: Actionscript 3, as3, gadget, mvc, puremvc, tube, tut, tutorial, widget, you, youtube
Posted in APIs, Actionscript 3, Design, Development, Flash, XML |
1 Comment »
Monday, June 29th, 2009
Update: keep up to date with my latest code on my Github.
I’ve recently had an article on the YouTube Player API for Actionscript 3 published on the Flashtuts+ network. However, some people are having issues getting to grips with loading another video in-situ, so here’s a slight change to the code:
Once you read the tutorial, you will finish with two important files:
- YouTubePlayerWrapper.swf – The AS2 wrapper
- App.as – The AS3 class files
(more…)
Tags: Actionscript 2, Actionscript 3, api, APIs, as2, as3, code, flashtuts, player, tube, you, youtube
Posted in APIs, Actionscript 2, Actionscript 3, Development |
44 Comments »
Tuesday, June 16th, 2009
I’ve been meaning to write a quick tutorial on how to create a simple carousel style gadget. I’ve been putting this off for a while as I haven’t had time, but I thought that I may as well just get on with it and knock one out! Also, lots of people have been searching for code on my site regarding the creation of YouTube gadgets, especially the ‘coverflow’ style one.
At the moment, I’ve got a deal going with the authors of Flashtuts+ whereby I write articles and tutorials for them. It’s good as it gets more coverage than just putting them here and it means that I get lots of exposure too.
I’ve currently had two published, Understanding the PureMVC Open Source Framework and Using the YouTube Player API with ActionScript 3.0 and a third one should be published soon on creating a simple YouTube Search and Play gadget.
When it comes to expanding on the tutorials, errata and updates, I’ll always publish them here. I’ll also be putting up snippets of code and just little tips here and there.
And of course, any code that I do that’s useful but it’s big enough for a tutorial, I’ll stick it up on here!
So bare with me, there’ll be lots of content coming up very very shortly!
Tags: carousel, Flash, flv, framework, gadget, papervision, player, puremvc, pv3d, tube, tutorials, video, widget, you, youtube
Posted in General |
No Comments »
Friday, June 12th, 2009
Woop! My latest tutorial on using the YouTube Player in AS3: Using the YouTube Player API with ActionScript 3.0
Tags: Actionscript 2, Actionscript 3, as2, as3, tube, you, youtube
Posted in APIs, Actionscript 2, Actionscript 3, Development |
No Comments »
Friday, June 12th, 2009
I’ve been looking at the stats for my blog and it seems a lot of people are searching for content about the YouTube Contest API. Now I know that there aren’t any external facing docs or tutorials, so I will write one up very soon on how to use it! I promise!
Tags: api, contest, tube, tutorial, video, you, youtube
Posted in APIs, Development, General |
No Comments »
Wednesday, June 3rd, 2009
Now it may come as no surprise that even the most well oiled machine has it’s flaws, that being said YouTube isn’t an exception to the rule. Unfortunately sometimes users and videos get lost amongst the mass of videos being uploaded to YouTube.
(more…)
Tags: api, APIs, error, gdata, google, video, you, youtube
Posted in APIs, Development |
No Comments »
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…)
Tags: Actionscript 3, api, APIs, brand, carousel, feed, gadget, gadgets, gdata, google, playlist, playlists, search, videos, you, youtube
Posted in APIs, Actionscript 3, Development, XML |
No Comments »