My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Older

  • Nov 17, 2009
    issue 11 (How do I compile this using xmlc Flex 3.4 inline compiler?) reported by shai200   -   When I run mxmlc YouTubeIntegrationDemo.as using the latest Flex SDK compiler this doesn't compile... How do I build this using the inline compiler? Here' sthe error code: D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src>mxmlc YouTubeIntegration Demo.as Loading configuration file D:\Devenv\Flash\flexsdk\frameworks\flex- config.xml D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoBut ton.a s(37): col: 34 Error: The definition of base class Button was not found. public class DemoButton extends Button { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(231): col: 30 Warning: return value for function 'isIterable' has no type declaration. public function isIterable() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(235): col: 28 Warning: return value for function 'isObject' has no type de claration. public function isObject() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(239): col: 27 Warning: return value for function 'isArray' has no type dec laration. public function isArray() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(243): col: 25 Warning: return value for function 'isXML' has no type decla ration. public function isXML() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(131): col: 13 Error: Type was not found or was not a compile-time constant: Bl ockLogo. var chop:BlockLogo = new BlockLogo(); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(131): col: 29 Error: Call to a possibly undefined method BlockLogo. var chop:BlockLogo = new BlockLogo(); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(174): col: 32 Error: Call to a possibly undefined method Grain. var bitmap:BitmapData = new Grain(152, 188); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src>
    When I run mxmlc YouTubeIntegrationDemo.as using the latest Flex SDK compiler this doesn't compile... How do I build this using the inline compiler? Here' sthe error code: D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src>mxmlc YouTubeIntegration Demo.as Loading configuration file D:\Devenv\Flash\flexsdk\frameworks\flex- config.xml D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoBut ton.a s(37): col: 34 Error: The definition of base class Button was not found. public class DemoButton extends Button { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(231): col: 30 Warning: return value for function 'isIterable' has no type declaration. public function isIterable() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(235): col: 28 Warning: return value for function 'isObject' has no type de claration. public function isObject() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(239): col: 27 Warning: return value for function 'isArray' has no type dec laration. public function isArray() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\collection\I terat or.as(243): col: 25 Warning: return value for function 'isXML' has no type decla ration. public function isXML() { ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(131): col: 13 Error: Type was not found or was not a compile-time constant: Bl ockLogo. var chop:BlockLogo = new BlockLogo(); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(131): col: 29 Error: Call to a possibly undefined method BlockLogo. var chop:BlockLogo = new BlockLogo(); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo\DemoHea der.a s(174): col: 32 Error: Call to a possibly undefined method Grain. var bitmap:BitmapData = new Grain(152, 188); ^ D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src>
  • Aug 31, 2009
    issue 10 (This doesn't work with Flex project) reported by pepe.fxug   -   What steps will reproduce the problem? 1. create Flex project or ActionScript project of FlexBuilder 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. create Flex project or ActionScript project of FlexBuilder 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Jun 29, 2009
    issue 9 (No show in Opera !?) reported by deemonkeyjazz   -   What steps will reproduce the problem? 1. implement en view in Opera What is the expected output? What do you see instead? My application works well in all browsers checked (Firefox, EE6,7,8, Google Chrome) but not when viewed in Opera. I know the Choppingblock demo is performing well in Opera, so the problem must be related to my implementation, but I'm simply not seeing it? What version of the product are you using? On what operating system? there is only one release right? My SWFObject js is the latest one. Please provide any additional information below. Check out my app at http://dmonkey.lampekap.be/mumeplayer I've designed it to load videos from both YouTube and Vimeo, both working except YouTube is not streaming in Opera... Regards, DM
    What steps will reproduce the problem? 1. implement en view in Opera What is the expected output? What do you see instead? My application works well in all browsers checked (Firefox, EE6,7,8, Google Chrome) but not when viewed in Opera. I know the Choppingblock demo is performing well in Opera, so the problem must be related to my implementation, but I'm simply not seeing it? What version of the product are you using? On what operating system? there is only one release right? My SWFObject js is the latest one. Please provide any additional information below. Check out my app at http://dmonkey.lampekap.be/mumeplayer I've designed it to load videos from both YouTube and Vimeo, both working except YouTube is not streaming in Opera... Regards, DM
  • Jun 08, 2009
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by stealfish   -   great idea , how to solve it! cool example of thinking outside the box strategy Thanks , you saved me a headache
    great idea , how to solve it! cool example of thinking outside the box strategy Thanks , you saved me a headache
  • Jun 08, 2009
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by adrianscarff   -   You can only attach the player once. I have the player hidden above everything and then open and show it when needed, rather than redeclare a new player each time
    You can only attach the player once. I have the player hidden above everything and then open and show it when needed, rather than redeclare a new player each time
  • Apr 17, 2009
    issue 8 (isMuted method not implemented) reported by gerritn   -   The isMuted() method is not implemented withing the wrapper. This can be fixed by adding following code in the youTubeLoader.js file: function isMuted() { if (checkObj()) { return obj.isMuted(); } } And adding following code in the YouTubeLoader.as file: public function isMuted():Boolean { return ExternalInterface.call("isMuted"); }
    The isMuted() method is not implemented withing the wrapper. This can be fixed by adding following code in the youTubeLoader.js file: function isMuted() { if (checkObj()) { return obj.isMuted(); } } And adding following code in the YouTubeLoader.as file: public function isMuted():Boolean { return ExternalInterface.call("isMuted"); }
  • Apr 12, 2009
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by jspooner   -   I solved this in our Veoh Player by not using the YouTube volume API and simply using built in volume api. So set the youtube volume to its max then set the volume on the loaded swf. You can see it in action here. http://www.veoh.com/browse/videos/category/sports/watch/v17379099hFxdQmdN
    I solved this in our Veoh Player by not using the YouTube volume API and simply using built in volume api. So set the youtube volume to its max then set the volume on the loaded swf. You can see it in action here. http://www.veoh.com/browse/videos/category/sports/watch/v17379099hFxdQmdN
  • Apr 12, 2009
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by deemonkeyjazz   -   After struggling with this issue for too long, the only thing I could come up with - as a workaround (I must admit) - is using the flash.media.soundMixer class to deal with the volume controls of the youtube player. Note that this affects all sound playing (not just the player's) ! import flash.media.SoundMixer; import flash.media.SoundTransform; var _tenpercent:SoundTransform = new SoundTransform(); _tenpercent.volume = 0.1; flash.media.SoundMixer.soundTransform=_tenpercent;
    After struggling with this issue for too long, the only thing I could come up with - as a workaround (I must admit) - is using the flash.media.soundMixer class to deal with the volume controls of the youtube player. Note that this affects all sound playing (not just the player's) ! import flash.media.SoundMixer; import flash.media.SoundTransform; var _tenpercent:SoundTransform = new SoundTransform(); _tenpercent.volume = 0.1; flash.media.SoundMixer.soundTransform=_tenpercent;
  • Mar 30, 2009
    issue 7 (Videos not cached on googlevideo won't play) reported by Shibby4   -   What steps will reproduce the problem? 1. Run the demo hosted on the svn repository and select "Oktapodi HQ" 2. Try to play the video 3. The request is made to www.youtube.com but not response is received What is the expected output? What do you see instead? I should see the video, but nothing is displayed. What version of the product are you using? On what operating system? I ran the demo on WinXP Pro and Linux Ubuntu 8.04 on several computers and using different ISPs. Please provide any additional information below.
    What steps will reproduce the problem? 1. Run the demo hosted on the svn repository and select "Oktapodi HQ" 2. Try to play the video 3. The request is made to www.youtube.com but not response is received What is the expected output? What do you see instead? I should see the video, but nothing is displayed. What version of the product are you using? On what operating system? I ran the demo on WinXP Pro and Linux Ubuntu 8.04 on several computers and using different ISPs. Please provide any additional information below.
  • Mar 16, 2009
    issue 6 (Adding &fmt=18 and &fmt=22 to load HQ and HD versions of vid...) reported by vinceofboone   -   I seem to have lost the ability to use &fmt=18 and &fmt=22 to call for higher quality versions of YouTube videos. Recreate issue by going to vincofilms.com and, under the videos page, clicking the "HD" button. Button only loads the lowest quality version of the video.
    I seem to have lost the ability to use &fmt=18 and &fmt=22 to call for higher quality versions of YouTube videos. Recreate issue by going to vincofilms.com and, under the videos page, clicking the "HD" button. Button only loads the lowest quality version of the video.
  • Mar 16, 2009
    issue 4 (startBytes and loadedBytes never doesn't match with totalByt...) commented on by karlrixon   -   Can confirm this, only when startBytes == 0 does it behave as expected. Flash player 10 + chromeless player Mac OSX 10.5 Firefox 3
    Can confirm this, only when startBytes == 0 does it behave as expected. Flash player 10 + chromeless player Mac OSX 10.5 Firefox 3
  • Mar 05, 2009
    issue 5 (display video snapshots as icons for video links) commented on by wejrowski   -   Wow, it's as simple as that?.. OK I think I found the answer: Just plug the video id into this url: http://img.youtube.com/vi/VIDEO_ID/2.jpg Example: http://img.youtube.com/vi/8H6VOnW4s8w/2.jpg (1, 2 or 3.jpg will give you different time snapshots)
    Wow, it's as simple as that?.. OK I think I found the answer: Just plug the video id into this url: http://img.youtube.com/vi/VIDEO_ID/2.jpg Example: http://img.youtube.com/vi/8H6VOnW4s8w/2.jpg (1, 2 or 3.jpg will give you different time snapshots)
  • Mar 05, 2009
    issue 5 (display video snapshots as icons for video links) reported by wejrowski   -   I want to have 1 main player and have links to different videos be thumbnail clips from those videos. I know it's possible (http://www.churaumi-hakken.jp/p3/), but not sure how. Any resources on how to do this?
    I want to have 1 main player and have links to different videos be thumbnail clips from those videos. I know it's possible (http://www.churaumi-hakken.jp/p3/), but not sure how. Any resources on how to do this?
  • Feb 02, 2009
    issue 3 (youtube player does not work when there are two players load...) commented on by davidandbrent   -   I feel like this is a pretty big issue.. How would we then cue multiple videos? Especially from a dynamic site that loads a variable number of videos.
    I feel like this is a pretty big issue.. How would we then cue multiple videos? Especially from a dynamic site that loads a variable number of videos.
  • Jan 31, 2009
    issue 3 (youtube player does not work when there are two players load...) Labels changed by matt...@choppingblock.com   -   This is a known limitation of the ExternalInterface implementation. You can use multiple sets of JavaScript methods and tell each instance of the YouTubeLoader to target a specific set, doing so adds another layer of complexity to the demo that i didn't feel was needed. I might try and tackle this in a v2 update.
    Labels: Priority-Low Priority-Medium
    This is a known limitation of the ExternalInterface implementation. You can use multiple sets of JavaScript methods and tell each instance of the YouTubeLoader to target a specific set, doing so adds another layer of complexity to the demo that i didn't feel was needed. I might try and tackle this in a v2 update.
    Labels: Priority-Low Priority-Medium
  • Jan 27, 2009
    issue 4 (startBytes and loadedBytes never doesn't match with totalByt...) reported by santosmigueltricio   -   What steps will reproduce the problem? 1. Start to play a video 2. Seek to a not buffered position of the video 3. When the piece of the file is loaded doesn't match start bytes and loaded bytes with total bytes. What is the expected output? startBytes + loadedBytes == totalBytes What do you see instead? startBytes + loadedBytes < totalBytes What version of the product are you using? On what operating system? Flash CS3 + YouTube chromless player Windows XP Professional
    What steps will reproduce the problem? 1. Start to play a video 2. Seek to a not buffered position of the video 3. When the piece of the file is loaded doesn't match start bytes and loaded bytes with total bytes. What is the expected output? startBytes + loadedBytes == totalBytes What do you see instead? startBytes + loadedBytes < totalBytes What version of the product are you using? On what operating system? Flash CS3 + YouTube chromless player Windows XP Professional
  • Dec 15, 2008
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by hspielman   -   I'm currently developing a prototype of an AS3 application that loads the chromeless player, and haven't even gotten to a browser yet. Just testing from the Flash IDE (and the resulting Windows EXE) locally, I get the can-not-mute problem for SOME videos, but not for others. For example, this video CAN be muted and un-muted: dueJyntQPtI but these can not: Mue__7EgbtE , Zjz16xjeBAA , YtNZG__Fn68 I can't figure out any pattern from this. Maybe someone else can?
    I'm currently developing a prototype of an AS3 application that loads the chromeless player, and haven't even gotten to a browser yet. Just testing from the Flash IDE (and the resulting Windows EXE) locally, I get the can-not-mute problem for SOME videos, but not for others. For example, this video CAN be muted and un-muted: dueJyntQPtI but these can not: Mue__7EgbtE , Zjz16xjeBAA , YtNZG__Fn68 I can't figure out any pattern from this. Maybe someone else can?
  • Dec 06, 2008
    issue 2 (YouTubeLoader not appearing to recieve playerStateUpdateHand...) commented on by meandmybadself   -   I wasn't including the JavaScript in a proper fashion. Sorry about that.
    I wasn't including the JavaScript in a proper fashion. Sorry about that.
  • Nov 21, 2008
    issue 3 (youtube player does not work when there are two players load...) reported by guanwh   -   place two youtube players on the same flex canvas with different videos. note it always plays the second video
    place two youtube players on the same flex canvas with different videos. note it always plays the second video
  • Nov 13, 2008
    issue 2 (YouTubeLoader not appearing to recieve playerStateUpdateHand...) reported by meandmybadself   -   What steps will reproduce the problem? 1. Load demo source from http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapper 2. Publish movie in Flash CS3 / CS4 in OS X What is the expected output? What do you see instead? Expected output is what is currently published at: http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapper/deploy/index.html Instead, the YouTubeLoader never appears to receive the playerStateUpdateHandler local connection event, leaving the system locked. What version of the product are you using? On what operating system? Using Version 1 of the YouTube Loader. Attempting to compile in Flash CS3 / CS4 on OS X Please provide any additional information below. I've posted a video of the issue here: http://vimeo.com/2240023
    What steps will reproduce the problem? 1. Load demo source from http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapper 2. Publish movie in Flash CS3 / CS4 in OS X What is the expected output? What do you see instead? Expected output is what is currently published at: http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapper/deploy/index.html Instead, the YouTubeLoader never appears to receive the playerStateUpdateHandler local connection event, leaving the system locked. What version of the product are you using? On what operating system? Using Version 1 of the YouTube Loader. Attempting to compile in Flash CS3 / CS4 on OS X Please provide any additional information below. I've posted a video of the issue here: http://vimeo.com/2240023
  • Nov 11, 2008
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by guanwh   -   actually i got this error on mac too (both firefox and safari)
    actually i got this error on mac too (both firefox and safari)
  • Oct 30, 2008
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) commented on by cris.gadea   -   I'm seeing this too for a few videos and it only seems to affect IE and Opera. More info on what I found here: http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/28c090abb47d41a6#
    I'm seeing this too for a few videos and it only seems to affect IE and Opera. More info on what I found here: http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/28c090abb47d41a6#
  • Oct 29, 2008
    issue 1 (Volume controls no longer work after loading 2nd (or more) v...) reported by stubenbaines   -   What steps will reproduce the problem? I'm using this url as a test: http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapp... 1. Click the first video - "Youtube API". It loads. 2. Use the text field to set volume to 1. Sound volume goes down. 3. Set volume value to 100. Sound volume comes back up. 4. Click the video "TMBG: Oranges". This video loads. 5. Go back to the volume text field and set it to 1. Volume does not change. 6. Click mute button. Video does not mute. What is the expected output? What do you see instead? Expect volume to change, but does not. What version of the product are you using? On what operating system? IE 6 on a PC. Please provide any additional information below.
    What steps will reproduce the problem? I'm using this url as a test: http://youtubechromelesswrapper-as3.googlecode.com/svn/trunk/as3wrapp... 1. Click the first video - "Youtube API". It loads. 2. Use the text field to set volume to 1. Sound volume goes down. 3. Set volume value to 100. Sound volume comes back up. 4. Click the video "TMBG: Oranges". This video loads. 5. Go back to the volume text field and set it to 1. Volume does not change. 6. Click mute button. Video does not mute. What is the expected output? What do you see instead? Expect volume to change, but does not. What version of the product are you using? On what operating system? IE 6 on a PC. Please provide any additional information below.
  • Oct 29, 2008
    r8 (fixing it for real this time. ) committed by jfis...@youtube.com   -   fixing it for real this time.
    fixing it for real this time.
  • Oct 29, 2008
    r7 (fixing mime type on the css files. ) committed by jfis...@youtube.com   -   fixing mime type on the css files.
    fixing mime type on the css files.
  • Oct 22, 2008
    r6 (Added google analytics tracking code) committed by matt...@choppingblock.com   -   Added google analytics tracking code
    Added google analytics tracking code
  • Oct 21, 2008
    r5 (Updated propset) committed by matt...@choppingblock.com   -   Updated propset
    Updated propset
  • Oct 21, 2008
    r4 (Updated propset) committed by matt...@choppingblock.com   -   Updated propset
    Updated propset
  • Oct 20, 2008
    r3 (Added description and keywords) committed by matt...@choppingblock.com   -   Added description and keywords
    Added description and keywords
  • Oct 20, 2008
    r2 (Initial commit of v1 files) committed by matt...@choppingblock.com   -   Initial commit of v1 files
    Initial commit of v1 files
  • Oct 20, 2008
    Project youtubechromelesswrapper-as3 created by matt...@choppingblock.com   -   ActionScript 3.0 Wrapper for YouTube Chromeless Player
    ActionScript 3.0 Wrapper for YouTube Chromeless Player
 
Hosted by Google Code