Page 3 of 3

Posted: Sun Nov 25, 2012 4:12 am
by Martian
Is there a way to insert flash videos from other sources like Vimeo, RuTube, Flickr ?

Posted: Mon Nov 26, 2012 7:55 am
by Martian
Forget it. I found how to insert about 15 video services myself.

But some still not work. Shows 'video not loaded' but if I copy these swf links into browser - it works fine.
For example:

http://www.funnyordie.com/embed/a460d52dbf

http://d.yimg.com/nl/vyc/site/player.ht ... selUI=hide

If you paste these links to the browser - you'll get full windows SWF player but it doesn't work inside TRichViewEdit :(

Posted: Fri Apr 29, 2016 8:50 am
by Martian
Will this flash video work in 64-bit application?
I think no because it throws access violation error.
So how can I prevent loading SWF videos in 64-bit app to prevent errors?
I need to detect flash video in RVF and replace it with something like 'unsupported'.

Posted: Fri Apr 29, 2016 2:45 pm
by Sergey Tkachenko
You can process OnControlAction event, ControlAction = rvcaAfterRVFLoad.
Replace flash to TPanel with "unsupported" text.

Posted: Fri Apr 29, 2016 11:08 pm
by Martian
Do you have a demo how to "Replace flash to TPanel with "unsupported" text"