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

Earlier this year

  • Jun 29, 2009
    GettingStarted (Getting Started.) Wiki page edited by zwetan
  • Jun 29, 2009
    issue 17 (ReferenceError evaluating redtamarin.version) Status changed by zwetan   -   yes looking at it more closely, the redtamarin class is in the avmplus package so the usage would be import avmplus.redtamarin trace( redtamarin.version ); see http://code.google.com/p/redtamarin/source/browse/as3/redshell/trunk/src/redtamarin.as and http://code.google.com/p/redtamarin/wiki/AVMPlus
    Status: Invalid
    yes looking at it more closely, the redtamarin class is in the avmplus package so the usage would be import avmplus.redtamarin trace( redtamarin.version ); see http://code.google.com/p/redtamarin/source/browse/as3/redshell/trunk/src/redtamarin.as and http://code.google.com/p/redtamarin/wiki/AVMPlus
    Status: Invalid
  • Jun 28, 2009
    issue 17 (ReferenceError evaluating redtamarin.version) commented on by mab2001   -   BTW, this test.as works fine: import avmplus.System; //import avmplus.redtamarin.version; trace( "redtamarin v" + avmplus.redtamarin.version ); So perhaps it's more of a documentation issue? Uncommenting the import does cause a ReferenceError which seems unexpected though.
    BTW, this test.as works fine: import avmplus.System; //import avmplus.redtamarin.version; trace( "redtamarin v" + avmplus.redtamarin.version ); So perhaps it's more of a documentation issue? Uncommenting the import does cause a ReferenceError which seems unexpected though.
  • Jun 28, 2009
    issue 17 (ReferenceError evaluating redtamarin.version) Status changed by zwetan   -   seem valid, I didn't replicated on Windows yet but will be fixed next update
    Status: Accepted
    seem valid, I didn't replicated on Windows yet but will be fixed next update
    Status: Accepted
  • Jun 27, 2009
    issue 17 (ReferenceError evaluating redtamarin.version) reported by mab2001   -   What steps will reproduce the problem? 1. Download red_0.2.5.0.234.zip 2. Create test.as: import avmplus.System; import redtamarin.version; trace( "hello world" ); trace( "avmplus v" + System.getAvmplusVersion() ); trace( "redtamarin v" + redtamarin.version ); 3. Run buildAndRun.bat test.as What is the expected output? What do you see instead? I expect to see: test.abc, 243 bytes written hello world avmplus v1.0 cyclone redtamarin vXXXXX but I see: test.abc, 243 bytes written hello world avmplus v1.0 cyclone ReferenceError: Error #1065 What version of the product are you using? On what operating system? 0.2.5.0.234 on Windows 7 Please provide any additional information below.
    What steps will reproduce the problem? 1. Download red_0.2.5.0.234.zip 2. Create test.as: import avmplus.System; import redtamarin.version; trace( "hello world" ); trace( "avmplus v" + System.getAvmplusVersion() ); trace( "redtamarin v" + redtamarin.version ); 3. Run buildAndRun.bat test.as What is the expected output? What do you see instead? I expect to see: test.abc, 243 bytes written hello world avmplus v1.0 cyclone redtamarin vXXXXX but I see: test.abc, 243 bytes written hello world avmplus v1.0 cyclone ReferenceError: Error #1065 What version of the product are you using? On what operating system? 0.2.5.0.234 on Windows 7 Please provide any additional information below.
  • Apr 26, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Apr 26, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Apr 26, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Apr 26, 2009
    issue 16 (create tools) reported by zwetan   -   we need tooling to manipulate abc, swf, swc etc.
    we need tooling to manipulate abc, swf, swc etc.
  • Apr 26, 2009
    issue 15 (implement exe control) reported by zwetan   -   a mix between popen and how JSDB use Stream
    a mix between popen and how JSDB use Stream
  • Apr 26, 2009
    issue 14 (implement a File I/O API) reported by zwetan   -   copy the one from AIR but keep things low-level
    copy the one from AIR but keep things low-level
  • Apr 26, 2009
    issue 13 (sync with last Tamarin-central) reported by zwetan   -   very important as it allows to use also *.swf from the shell
    very important as it allows to use also *.swf from the shell
  • Apr 26, 2009
    issue 10 (implement Socket) Labels changed by zwetan   -  
    Labels: Milestone-Release0.5
    Labels: Milestone-Release0.5
  • Apr 26, 2009
    issue 9 (implement SharedObject) Labels changed by zwetan   -  
    Labels: Milestone-Release0.5
    Labels: Milestone-Release0.5
  • Apr 26, 2009
    issue 8 (implement LocalConnection) Labels changed by zwetan   -  
    Labels: Milestone-Release0.5
    Labels: Milestone-Release0.5
  • Apr 26, 2009
    issue 11 (implement SocketServer) Labels changed by zwetan   -  
    Labels: Milestone-Release0.5
    Labels: Milestone-Release0.5
  • Apr 26, 2009
    issue 7 (add InvalidABCError) Labels changed by zwetan   -  
    Labels: Milestone-Release0.3
    Labels: Milestone-Release0.3
  • Apr 26, 2009
    issue 12 (fix flash_proxy namespace) Labels changed by zwetan   -  
    Labels: Milestone-Release0.4
    Labels: Milestone-Release0.4
  • Apr 26, 2009
    issue 4 (implement events) Labels changed by zwetan   -  
    Labels: Milestone-Release0.4
    Labels: Milestone-Release0.4
  • Apr 26, 2009
    issue 6 (test playerglobal.abc and airglobal.abc) Labels changed by zwetan   -  
    Labels: Milestone-Release0.3
    Labels: Milestone-Release0.3
  • Feb 09, 2009
    FAQ (Frequently Asked Questions.) Wiki page edited by zwetan
  • Feb 09, 2009
    FAQ (Frequently Asked Questions.) Wiki page edited by zwetan
  • Jan 21, 2009
    issue 12 (fix flash_proxy namespace) reported by zwetan   -   the current namespace is declared like that public namespace flash_proxy; and should be declared like this: public namespace flash_proxy = new Namespace( "http://www.adobe.com/2006/actionscript/flash/proxy" );
    the current namespace is declared like that public namespace flash_proxy; and should be declared like this: public namespace flash_proxy = new Namespace( "http://www.adobe.com/2006/actionscript/flash/proxy" );
  • Jan 15, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 15, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 15, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 15, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 13, 2009
    r238 (tag for v0.2.5) committed by zwetan   -   tag for v0.2.5
    tag for v0.2.5
  • Jan 13, 2009
    r237 (redshell AS3 lib 0.2.5 tag) committed by zwetan   -   redshell AS3 lib 0.2.5 tag
    redshell AS3 lib 0.2.5 tag
  • Jan 13, 2009
    r236 (update lib for v0.2.5) committed by zwetan   -   update lib for v0.2.5
    update lib for v0.2.5
  • Jan 13, 2009
    red_0.2.5.0.234.zip (red v0.2.5.234) file uploaded by zwetan   -  
    Labels: Type-Executable OpSys-All Featured
    Labels: Type-Executable OpSys-All Featured
  • Jan 13, 2009
    r235 (updating shell abc) committed by zwetan   -   updating shell abc
    updating shell abc
  • Jan 13, 2009
    issue 11 (implement SocketServer) reported by zwetan   -   on the same model as flash.net.Socket provide a SocketServer and be able to listen for connections
    on the same model as flash.net.Socket provide a SocketServer and be able to listen for connections
  • Jan 13, 2009
    issue 10 (implement Socket) reported by zwetan   -   mimic the APi of flash.net.Socket without the security limitation eg> being able to connect anywhere, any ports, etc.
    mimic the APi of flash.net.Socket without the security limitation eg> being able to connect anywhere, any ports, etc.
  • Jan 13, 2009
    issue 9 (implement SharedObject) reported by zwetan   -   allow to read/write to SharedObject files (*.sol) in the same logic as the flash player / AIR but without the security limitation ex: test.swf hosted on www.domain.com write into test.sol allow a redtamarin exe to read and write to the same *.sol file
    allow to read/write to SharedObject files (*.sol) in the same logic as the flash player / AIR but without the security limitation ex: test.swf hosted on www.domain.com write into test.sol allow a redtamarin exe to read and write to the same *.sol file
  • Jan 13, 2009
    issue 8 (implement LocalConnection) reported by zwetan   -   allow to connect to a SWF or AIR or anyother with LocalConnection from a redtamarin exe
    allow to connect to a SWF or AIR or anyother with LocalConnection from a redtamarin exe
  • Jan 13, 2009
    issue 5 (organize classes) Status changed by zwetan   -   moved all flash platform API to src/extensions/flash_ui.as to src/extensions/flash_display.as etc.
    Status: Fixed
    moved all flash platform API to src/extensions/flash_ui.as to src/extensions/flash_display.as etc.
    Status: Fixed
  • Jan 13, 2009
    r234 (prep for release 0.2.5) committed by zwetan   -   prep for release 0.2.5
    prep for release 0.2.5
  • Jan 12, 2009
    r233 (Endian class moved to flash_utils.as) committed by zwetan   -   Endian class moved to flash_utils.as
    Endian class moved to flash_utils.as
  • Jan 12, 2009
    r232 (reorganize extensions, flash platform API fully mocked) committed by zwetan   -   reorganize extensions, flash platform API fully mocked
    reorganize extensions, flash platform API fully mocked
  • Jan 10, 2009
    FlashPlatform (Flash Platform APIs.) Wiki page edited by zwetan
  • Jan 08, 2009
    r230 (lib v0.2.1 with support for exec path and locales) committed by zwetan   -   lib v0.2.1 with support for exec path and locales
    lib v0.2.1 with support for exec path and locales
  • Jan 08, 2009
    r229 (fixed locale, v0.2.1) committed by zwetan   -   fixed locale, v0.2.1
    fixed locale, v0.2.1
  • Jan 07, 2009
    r228 (fixing locale for win32) committed by zwetan   -   fixing locale for win32
    fixing locale for win32
  • Jan 07, 2009
    r227 (update locale logic) committed by zwetan   -   update locale logic
    update locale logic
  • Jan 07, 2009
    r226 (adding executablePath and locale support) committed by zwetan   -   adding executablePath and locale support
    adding executablePath and locale support
  • Jan 06, 2009
    AVMPlus (AVMPlus APIs.) Wiki page edited by zwetan
  • Jan 04, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 04, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
  • Jan 04, 2009
    Roadmap (Past and future release plan.) Wiki page edited by zwetan
 
Hosted by Google Code