Граф коммитов

60 Коммитов

Автор SHA1 Сообщение Дата
Yury Delendik 6ece6fe58e Removes URLVariables.js 2013-05-21 13:17:06 -05:00
Michael Bebenita a530605fda Merge pull request #274 from mbebenita/refactoring
Refactoring
2013-05-01 11:10:27 -07:00
Michael Bebenita 3539ec6bbe Stubs refactoring.
It is now possible to access non-native AS3 classes. Also static property access is more reliable, eg: flash.events.Event.class.ADDED now works.
2013-05-01 10:54:04 -07:00
Yury Delendik 90af9ca11d Merge pull request #269 from yurydelendik/apache2
Changes license to Apache v2 and adds headers for the core files
2013-04-29 15:12:26 -07:00
Michael Bebenita 18a8638944 Accessibility stubs. 2013-04-29 13:46:17 -07:00
Yury Delendik 7a059146b8 Adds Apache v2 and Public license headers to the key examples 2013-04-25 16:05:51 -05:00
Till Schneidereit a943ce7440 Support for dispatching IO events in NetConnection and URLStream 2013-04-25 15:15:39 +01:00
Michael Bebenita 56da633b3f Move xregexp.js above native.js.
XRegExp patches String.prototype and RegExp.prototype, moving xregexp.js above native.js lets us install XRegExp before
any of the VM code references any of these patched methods.
2013-04-17 18:05:57 -07:00
Jeff Dyer 7a3fbd413b Implement RegExp using XRegExp by Steven Levithan 2013-04-17 11:01:14 -07:00
Yury Delendik ea76ebf3dc Merge branch 'youtube' into external
Conflicts:
	src/flash/display/Loader.js
2013-04-12 00:27:32 -07:00
Yury Delendik efc6ff36e3 Adds $EXTENSION for the extension builds 2013-04-11 15:25:08 -07:00
Yury Delendik e67605cd3b Fixes flash refs 2013-04-11 12:57:42 -07:00
Yury Delendik 2887ff34fa Merge branch 'mediasource' into youtube 2013-04-09 19:31:29 -07:00
Yury Delendik 01e981fbcf Fixes racing demo 2013-04-09 11:46:12 -07:00
Michael Bebenita c45e24faa7 ContextMenu classes were in the wrong package. 2013-04-08 18:40:23 -07:00
Yury Delendik 04fbac8b64 Implements Action Message Format decoders 2013-04-05 12:08:26 -05:00
Till Schneidereit 3f78a3c025 Changes SWF.embed to take the target document as an argument
This make SWF.embed usable outside of the document itself.
2013-04-03 15:27:05 +02:00
Jeff Dyer ab86bf4faa Most of the rest of the stubs needed for playing YouTube. 2013-04-01 16:45:15 -07:00
Jeff Dyer 6a587a5082 Stub flash.display.* native methods needed for YouTube. 2013-04-01 13:48:31 -07:00
Michael Bebenita 080a379294 Added more stubs. 2013-03-29 11:08:11 -07:00
Yury Delendik ddeaa8e105 Adding workarounds for IE10 2013-03-15 20:23:18 -05:00
Yury Delendik 9cd33460ff Fixes racing demo page 2013-03-15 16:17:47 -05:00
Michael Bebenita 447656dbdd Adds TextFormatClass. 2013-03-11 16:02:39 -07:00
Till Schneidereit c5a24d05cd Adds basic implementations a wiring for flash.system.Security and flash.system.SecurityDomain 2013-03-10 17:51:23 +01:00
Michael Bebenita df2afa2215 Adds |System| class definition and fixes a bug related to how constants were baked into the compiled code. 2013-02-15 21:25:24 -08:00
Yury Delendik 6e9428703f Attempt to fix looping with audio tag; race3s example 2013-02-13 13:20:12 -06:00
Yury Delendik 3a85f86982 Update references 2013-02-09 19:19:16 -06:00
Tobias Schneider 726f1ea9d4 Add filter stubs. 2013-01-31 17:36:03 +01:00
Tobias Schneider 2cb5f9089a Pre-compile tag handlers for extension. 2013-01-21 14:15:48 +01:00
Yury Delendik ceaafaebf1 Adds decoder files to the web and extension; cleanup 2013-01-15 14:11:30 -06:00
Yury Delendik 883262f2ae Adds DefineSound and StreamSoundBlock tags parsing 2012-12-31 16:24:22 -06:00
Michael Bebenita fd889eb6fd Added ID3 stub. 2012-12-21 13:49:47 -08:00
Michael Bebenita 12e13eb825 Made Audio class use URLLoader. 2012-12-20 19:23:40 -08:00
Yury Delendik a5f6875c4c Removes usage of soundmc 2012-12-19 16:01:28 -06:00
Yury Delendik 71681ae33f Fixes SoundChannel.js refs; adds members stubs to Sound 2012-12-18 20:07:22 -06:00
Yury Delendik fd8a0817b7 Implements URLStream 2012-12-18 19:49:23 -06:00
Yury Delendik af8d8dcef3 Fixes build-web for c4; increases minor version number for the extension 2012-12-17 20:05:33 -06:00
Yury Delendik 181095ec0b Stubs ExternalInterface 2012-12-06 17:15:32 -06:00
Yury Delendik f411748b10 Stubs navigateToURL and URLRequest 2012-11-26 17:28:59 -06:00
Yury Delendik 4da3af85d6 Places window.print initialization before avm2/natives.js 2012-11-23 14:50:14 -06:00
Yury Delendik 6504abe5ed Automates generation of the src/flash/*.js references 2012-11-21 15:22:28 -06:00
Yury Delendik 678fd04fa2 Stubs flash.text.Font 2012-11-21 13:36:35 -06:00
Yury Delendik 8c511c53ef Fixes regression from #49 (91d745b6fb) 2012-11-19 08:37:28 -06:00
Yury Delendik b4121cf1fb Adds stubs for NetStream, NetConnection and Responder 2012-11-09 15:52:16 -06:00
Yury Delendik 4360b3a3c8 Adds flash.system.FSCommand and flash.media.SoundMixer; changes sound mock 2012-11-09 15:18:29 -06:00
Yury Delendik cf0d228ba8 Stubs SoundClass for AS3 2012-11-09 12:35:45 -06:00
Yury Delendik 73021178a6 Replacing window.print with console.log call 2012-11-08 18:00:08 -06:00
Yury Delendik d9edf834a3 Fixes index.html for racing demo 2012-11-08 14:18:20 -06:00
Michael Bebenita f70b5ada41 Increase frame rate of examples. 2012-10-24 16:52:19 -07:00
Yury Delendik 9b27290091 Add racing for as3 2012-09-28 16:12:15 -07:00