GithubHelp home page GithubHelp logo

haxeextension / extension-webm Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 57.0 14.57 MB

Shell 4.32% C++ 8.06% Makefile 3.05% HTML 6.11% CSS 0.04% C 58.51% M4 0.14% Batchfile 0.01% TeX 0.76% Perl 0.29% Python 0.11% Objective-C 10.02% Assembly 7.62% CMake 0.01% Haxe 0.05% Raku 0.90%

extension-webm's Introduction

WEBM:

Information about webm:

Setup/Installing:

You need Haxe and OpenFL. https://openfl.org/

haxelib install openfl-webm

Simple Example:

var sprite:Sprite = new Sprite();
sprite.scaleX = 2;
sprite.scaleY = 2;
addChild(sprite);

var io:WebmIo = new WebmIoFile("c:/projects/test.webm");
var player:WebmPlayer = new WebmPlayer(io, sprite);
player.addEventListener('play', function(e) {
	trace('play!');
});
player.addEventListener('end', function(e) {
	trace('end!');
});
player.addEventListener('stop', function(e) {
	trace('stop!');
});
player.play();

extension-webm's People

Contributors

castiedemann avatar gama11 avatar ivodopiviz avatar jbips avatar jgranick avatar soywiz avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

extension-webm's Issues

Dude same

I have the same problem, i try rebuild but it doesnt work

Doesnt install anything

when I run "haxelib install openfl-webm", it says its installed now. I try running "lime test windows", but it says its NOT installed. When I run "haxelib install openfl-webm" again, it says IT IS installed. what do I do?

wont work

Error: Source path "/usr/share/haxe/lib/extension-webm/git/ndll/Linux64/extension-webm.ndll" does not exist

When I try Lime test windows it gives some long discord rpc error

When I type lime test windows it shows
source/Discord.hx:5: characters 8-30 : Type not found : discord_rpc.DiscordRpc
source/LuaClass.hx:41: characters 46-58 : Type not found : StatePointer
source/LuaClass.hx:41: characters 46-58 : ... For function argument 'Profile'
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:1823: characters 37-49 : Type not found : StatePointer
source/LuaClass.hx:1823: characters 37-49 : ... For function argument 'Profile'
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:1611: characters 37-49 : Type not found : StatePointer
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:1263: characters 37-49 : Type not found : StatePointer
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:952: characters 38-50 : Type not found : StatePointer
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:709: characters 37-49 : Type not found : StatePointer
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/LuaClass.hx:424: characters 37-49 : Type not found : StatePointer
source/Debug.hx:22: lines 22-345 : ... Defined in this class
source/Discord.hx:75: characters 3-13 : Type not found : DiscordRpc
source/LuaClass.hx:1467: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:1468: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:1478: characters 13-27 : Unknown identifier : SetNumProperty
source/ModchartState.hx:386: characters 37-45 : LuaSprite has no field Register
source/LuaClass.hx:538: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:545: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:555: characters 13-27 : Unknown identifier : SetNumProperty
source/ModchartState.hx:533: characters 45-53 : LuaReceptor has no field Register
source/ModchartState.hx:536: characters 3-16 : LuaGame does not have a constructor
source/LuaClass.hx:1763: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:1764: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:1774: characters 13-27 : Unknown identifier : SetNumProperty
source/ModchartState.hx:538: characters 19-27 : LuaWindow has no field Register
source/LuaClass.hx:821: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:824: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:945: characters 9-14 : Class<llua.LuaL> has no field error
source/LuaClass.hx:868: characters 19-28 : Unknown identifier : className
source/PlayState.hx:810: characters 38-46 : LuaCamera has no field Register
source/PlayState.hx:811: characters 36-44 : LuaCamera has no field Register
source/PlayState.hx:812: characters 46-54 : LuaCamera has no field Register
source/PlayState.hx:813: characters 43-51 : LuaCamera has no field Register
source/LuaClass.hx:1101: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:1102: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:1116: characters 13-27 : Unknown identifier : SetNumProperty
source/PlayState.hx:814: characters 33-41 : LuaCharacter has no field Register
source/PlayState.hx:815: characters 31-39 : LuaCharacter has no field Register
source/PlayState.hx:816: characters 45-53 : LuaCharacter has no field Register
source/LuaClass.hx:182: characters 3-10 : LuaClass does not have a constructor
source/LuaClass.hx:183: characters 3-12 : Unknown identifier : className
source/LuaClass.hx:195: characters 13-27 : Unknown identifier : SetNumProperty
source/Discord.hx:14: characters 3-13 : Type not found : DiscordRpc
source/Discord.hx:24: characters 4-14 : Type not found : DiscordRpc
source/Discord.hx:29: characters 3-13 : Type not found : DiscordRpc
source/Discord.hx:34: characters 3-13 : Type not found : DiscordRpc
source/Discord.hx:39: characters 3-13 : Type not found : DiscordRpc

pls 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.