Hello, I have a problem , if there are list of video URLs , and i want access the "nextvideo" dyanamically. How to implement the "Object nextVideo();" ? Regards, Sushma.S
Hello, I have a problem , if there are list of video URLs , and i want access the "nextvideo" dyanamically. How to implement the "Object nextVideo();" ? Regards, Sushma.S
Sushma, You simply call nextVideo on your player object. For example:
I have a problem, If there are list of Audio , video and image Urls like Multimedia . if i am playing Audio and next is a video , can i fadeout audio and fadein video.if possible how to implement Fadein and Fadeout feature.