C# logo or marquee with activex

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
tomashevic
New Cone
New Cone
Posts: 3
Joined: 11 Sep 2016 21:37

C# logo or marquee with activex

Postby tomashevic » 11 Sep 2016 22:07

i'm trying this code

Code: Select all

private void monitor1_MediaPlayerStopped(object sender, EventArgs e) { monitor1.video.marquee.text = "NO VIDEO"; monitor1.video.marquee.color = 0xFF0000; monitor1.video.marquee.refresh = 1; monitor1.video.marquee.opacity = 255; monitor1.video.marquee.position = "center"; monitor1.video.marquee.size = 24; monitor1.video.marquee.timeout = 0; monitor1.video.marquee.enable(); }
But nothing happens.Where is the error??

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: C# logo or marquee with activex

Postby da2424 » 17 Sep 2016 20:46

Marquee is a video filter, so a playing video is required to show text.
In your case, you would need vlc.text, but it's only implemented yet for MacOS...


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 10 guests