|
Hello all. I'm in the process of streaming video as it is clogging up my web player. I have it to where the video plays, but the sound isn't playing with it. Do I need to stream the sound separately? Or am I doing something wrong in my code that I currently have written? Here is the code that I am using:
(comments are locked)
|
|
This script works for me for playing Audio & Video, and then changing to Level 1 when the video is done playing.
(comments are locked)
|
|
I'm having same sort of problem and the answer I explore here seems to me effective. Hopefully by following these ways audio playing difficulty will be fixed. Thanks link text
(comments are locked)
|

The problem may be is that there is no auidio listener.
There is an audio listener. I am basically reworking a script that I had that played audio and video fine. The problem was that video was part of my build, and I am trying to build a web player. I removed all the videos and it took away nearly 70 MBs worth of data. So I am trying to get streaming to work, as that gets me in the ballpark of a good web player size.
I updated my original post to show a new script I am using. Still though, no sound plays when the video is streaming. Anyone have any thoughts as to what it might be?