Hello,

I hope someone here can help me. I'm trying to compile the Chromeless
Youtube Integration Demo (
http://code.google.com/p/youtubechromelesswrapper-as3/) using the Flex
SDK compiler - but it does not build. I'm using the latest Flex compiler on
a Windows machine. What should I do in order to successfully build the demo
(note: I am not using Flex Builder, only the Flex SDK - I don't persume I
need Flex Builder to compile this?) ?



The following errors occur when I run the compilation:

D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src>mxmlc
YouTubeIntegrationDemo.as
Loading configuration file D:\Devenv\Flash\flexsdk\frameworks\flex-
config.xml
D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo
\DemoButton.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\Iterator.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\Iterator.as(235): col: 28 Warning: return value for
function 'isObject' has no type declaration.

               public function isObject() {
                                        ^

D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber
\collection\Iterator.as(239): col: 27 Warning: return value for
function 'isArray' has no type declaration.

               public function isArray() {
                                       ^

D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber
\collection\Iterator.as(243): col: 25 Warning: return value for
function 'isXML' has no type declaration.

               public function isXML() {
                                     ^

D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo
\DemoHeader.as(131): col: 13 Error: Type was not found or was not a
compile-time constant: BlockLogo.

                       var chop:BlockLogo = new BlockLogo();
                                ^

D:\Devenv\Flash\ActionScript_3_YouTube_Wrapper_v1.0\src\timber\demo
\DemoHeader.as(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
\DemoHeader.as(174): col: 32 Error: Call to a possibly undefined
method Grain.

                       var bitmap:BitmapData = new Grain(152, 188);
                                                   ^


P.S. Please excuse my newbiness, I'm quite new to Flex and ActionScript...
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to