kataryna
I test it before, it can change layout under playing video.
test capx, test in firefox.
for anyone wondering, this plugin cannot be used in android applications, it will throw exception: ERROR/http(2882): Null or empty value for header "Host". don't know why really, seems like android browser cannot play local videos from android_asset folder. as per http://stackoverflow.com/questions/5865946/how-to-play-video-in-android-web-view-using-html5 videos CAN be played from SD card, or by removing src attribute and controlling <video> by javascript. sad :(
ah, also, rexrainbow if you're using:
<video src="..."></video>
i think this is bad. you shoud use this in your plugin:
<video>
<source src="video/video.ogv">
</video>
Develop games in your browser. Powerful, performant & highly capable.
ranma
Thanks, I'll check it latter.
really nice plugin!
gratz Rex! :)
Hey Rexrainbow,
Do you know of any issues with firefox 11? My game seems to play the sound but not the video. Strange thing is that if I go to another browser tab and then go back, it will flash the video for a split second.
Any advice?
daveryaaziem
Uh, I have no idea, might need to ask google when I have time.
Thanks Rexrainbow. Weird thing also is that if I right click the are where the video should be, and select view in tab, it plays the video just fine.
Hey rexrainbow, i've seen some games with your plug in, it had some issues.
Is possible to add preload for video?
Joannesalfa
Sorry, I'm a little busy recently. So I could not enhance this plugin.
Maybe someone could take over this video plugin.
(@septeven has a lot of experience on html element plugins)
I wouldn't to bother you again, so there a problem about creating object action:
<img src="http://gyazo.com/0dfcbb49630556312622cbed67ff2907.png" border="0" />
Simply, make an event On Layout start, Create Object Video
Update:
1. change implementation of source setting
2. fix bug about creating object.
This bug might be fixed.
I had changed the source setting by your suggestion, thanks.
Where can i download the plugin?
Mucaro
You could see the download link of this plugin at first post's first line.
Thanks!