video overlay using mouse over and czml point

Hi Gabby,

I am using cesium czml and html5 for video playing. I am in trouble and cant find out the way. Currently I am creating 4 point on globe using czml point. Now what I want is, when my mouse goes on that particular point is should display the video according to that point. Means there is four point and we have four videos, and want to be play respective video when mouse goes on any point. Please help me to solve the problem

Thanks and regards,

Mahesh

Hi Mahesh,

Are you playing video in Cesium itself, or are you loading them in their own html elements? If the later, you should probably check a more general JavaScript developer forum for how to solve that portion of the problem.

Take a look at our picking example for how to check if a mouse is going over a particular point.

Thanks!

Gabby