Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by mimik

Is there away to play a video with Ejecta?

can we use something like this?
http://html5doctor.com/video-canvas-magic/

Theres no reference to video in the docs
http://impactjs.com/ejecta/supported-apis-methods
createElement() supports image, canvas, audio

Is there a workaround?
Saw someone mention
http://videojs.com/

Creating a video for a browser is kinda easy but for Ejecta?

1 decade ago by aarocka

Well with ejecta, impact is able to interface with native api's. In theory, all one would have to do is make an obj-c class that loads a video. I ran into this problem before wondering what was the best way to do animated cut scenes.

1 decade ago by mimik

guess i go and learn c then? :/

1 decade ago by FelipeBudinich

(I know it's not video, but it may help someone)

For cutscenes, you can always use something like this: http://code.google.com/p/silenus/wiki/GetingStartedJar

You would only need to develop a javascript parser for the JSON object (inside the source code you can find a JS example).

1 decade ago by mimik

than i could just make a tween or something. in game.

Got any video class laying around with this functionality? ;-)
Would be nice to have. For does who dont write C
Page 1 of 1
« first « previous next › last »