Skip to main content
Home Forums General Silverlight Hosting and Streaming media element with popup java script
1 replies. Latest Post by Jonathan Shen – MSFT on June 12, 2009.
(0)
TheRekz
Member
4 points
40 Posts
06-08-2009 5:41 AM |
I want to play a popup video when the mouse is over a certain area of an image using java script, how can I do this?
Jonathan...
All-Star
24939 points
2,425 Posts
06-12-2009 5:19 AM |
Hi TheRekz,
TheRekz:I want to play a popup video when the mouse is over a certain area of an image using java script, how can I do this?
Seems it is a javascript issue indeed. We need to use Html Image Maps. Please reference to this sample. This will show you how to raise a javascript when moving from a certain area of the Image.
To play a popup video in silverlight, we need to know how to call a silverlight function via Javascript. Please reference this. Now, you can show the Popup and play the video.
Best regards,
Jonathan