@Ram-Maha, try giving your movie a start time of zero, rather than leaving it blank. I think the issue is that your movie start condition is never satisfied when you leave the start time blank, because then the start time is undefined
. In the JS code, the start condition of t >= undefined
is never true.
1 Like