Giter Site home page Giter Site logo

waflash's People

Contributors

vidkidz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

waflash's Issues

How to use it?

要怎么使用啊?我想在网页上播放一些swf动画。

How do you use? I want to play some of the SWF movie on the web.

Source code

Hi, this seems like a great project but I'm unable to find any availability of source codes. I'd be keen to contribute to the project and wonder if there is source codes that exist somewhere or will be made available. Many thanks

Zest3D GPU support

I am attempting to run Stage3D enabled SWF files built with https://github.com/zest3d - Is WAFlash supporting Stage3D capabilities or an issue with SWF files built on the Zest3D library. Regards

Inaccuracies, visual glitches and crashes.

On https://vidkidz.tistory.com/3388, there are many faults with the emulation of the game.

  • Inaccuracies.
    Originally this game had a bug where if you paused the game, you would gain a short invulnerability to spikes when you first stepped on them. This bug is not present in waflash's version of the game.

  • Visual glitches.
    In level 8, the ramp you go down at the start is invisible for a short time, making the level impossible unless the user knows where the ramp ends. The same glitch happens at the start of Level 9, and the end of level 10.

  • Crashes.
    The game crashes when loading level 11, every time.

Please add support for Embed Libraries

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600" creationComplete="application1_creationCompleteHandler(event)">
	<mx:Script>
		<![CDATA[
			import com.adobe.serialization.json.JSON;
			
			import mx.controls.Alert;
			import mx.core.MovieClipAsset;
			import mx.core.SpriteAsset;
			import mx.events.FlexEvent;
			
			[Embed(source="flash_maps_library.swf")] 
			public var flash_maps_library : Class;
			
			protected function application1_creationCompleteHandler(event:FlexEvent):void
			{
				// TODO Auto-generated method stub
				var p : MovieClipAsset = new flash_maps_library() as MovieClipAsset;
				Alert.show( JSON.encode( p ) );
			}
			
		]]>
	</mx:Script>
	
</mx:Application>

The code above just embed additional external .swf as resource inside Flex 3 project, and then in runtime it create an instance from it, but it doesnt seems to work.

Black screen on demo website + issues with AVM1Movie object

Hi, there seems to be an issue with the demo website. It looks like there may be a timebomb in the older version of waflash & you havn't updated the version of waflash on the demo page yet.

For now I have been using a proxy on your tistory website to test waflash and find bugs. I found a bug where mouse clicks do not register for the AVM1Movie object.

To reproduce the bug:

  1. Try loading an AS2 (AVM1) movie in AS3 (AVM2)
  2. Try clicking in the AVM1 movie, or doing anything mouse related

You'll see that mouse events do not work. I believe the reason may be connected to the fact that AVM1Movie does not inherit InteractiveObject, which I think may be connected to what gets mouse events & what doesn't in waflash.

Super Mario 63 and other games not working fully

  1. Sugar, sugar stops working when it gets to the levels with colored sugar particles. (A version of the game that I modded for offline playability has been uploaded)
  2. Super Mario 63 fails when it gets to the gameplay. (Original file uploaded)
  3. Run stops generating holes in the ground to jump over leaving you running in an endless tunnel.
  4. Wooden Path and Wooden Path 2 both have a glitch at the title animation where everything is slowed down. You can click in the top right corner to skip it though and the first game seems to play fine. Wooden Path 2 fails to have bridges to move in the gameplay Additionally, the trophies menu found on the map screen when closed softlocks the game. (Original files uploaded)
  5. Fireboy and Watergirl: Forest Temple fails to get past the play button. (Modded to work offline file uploaded)
  6. Other games like snail bob and snail bob 2, run 2, and others fail (some of these uploaded)

*all modded games simply have the URL checks removed using FFDec

swf files: https://drive.google.com/file/d/1aIjK2yMDQDUtER4VN-M3JoLf2C2XDkyW/view?usp=sharing

Also, can you let me know when you next update waflash? Thank you!

are bug reports accepted?

@vidkidz,

congratulations for your excellent WAFlash piece of code.

I wonder whether you plan to provide the source code (and under which license you plan to release it).

I have found two issues with your code, but I need to know which are your plans with WAFlash.

Many thanks for your help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.