Hello, can i start a video playing on mousehover effect ?
with this kind of command ?
like if hoveractive play video
and else return at 00.00.00s
thanks
Hello, can i start a video playing on mousehover effect ?
with this kind of command ?
like if hoveractive play video
and else return at 00.00.00s
thanks
You can use undocumented part of the interface for this purpose: material.play()
, material.pause()
and material.rewind()
.
thanks like usual there is always a way XD