Page 1 of 1

AM 4.6 Beta Bug (all Windows versions)

PostPosted: Wed Jan 06, 2010 9:15 pm
by CBSection31
In the new version of AM, hotspots with images can no longer appear over hotspots that are playing looping videos. This is going to be a big problem with my game. :(

PostPosted: Wed Jan 06, 2010 10:56 pm
by Lyberodoggy
I was trying to create a plugin that would handle a background windows service to play videos and sound through custom code, but it's too difficult to implement (would require a server object to handle all the sound and video playing, which could be written in C++ or java, then one or multiple client winsock objects from within the plugin to call the server using a protocol like "play filename", "pause", "stop", "setvolume value" etc, still I don't know how it would work with embed videos from inside AM and it's a lot of work for something that wouldn't work as wanted)