Results 1 to 3 of 3
-
November 18th, 2010, 04:20 AM #1146Registered User
postsYouTube player api - Quality not working
Hey
As title suggests, the player doesn't seem to respond to any quality changes.
Every time I trace out the playbackQuality it always gives me "small".
Any thoughts on this matter?
Code:private function onPlayerReady(e : Event) : void { this.player.removeEventListener(YouTubeEvent.ON_READY, onPlayerReady); this.player.setSize($w, $h); this.dispatchEvent(new Event(Event.INIT)); // Play or Queue the Player Object this.$play ? this.player.loadVideoById(this.$id, 0, this.$quality.name) : this.player.cueVideoById(this.$id, 0, this.$quality.name); this.player.setPlaybackQuality("hd1080"); // this doesn't seem do s*** }
-
November 18th, 2010, 05:53 AM #2146Registered User
postsI've traced out the available quality-levels and all I get is 'small' although I've tried with several youtube clips what has HD quality, srsly wtf is this?
-
November 18th, 2010, 06:22 AM #3146Registered User
postsSeems like it started working again for no apparent reason, weird... maybe they were doing some kind of update.

Reply With Quote

Bookmarks