[Demo] How to insert YouTube video in the editor

Demos, code samples. Only questions related to the existing topics are allowed here.
Martian
Posts: 95
Joined: Sun Apr 03, 2011 7:32 pm

Post by Martian »

Is there a way to insert flash videos from other sources like Vimeo, RuTube, Flickr ?
Martian
Posts: 95
Joined: Sun Apr 03, 2011 7:32 pm

Post 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 :(
Martian
Posts: 95
Joined: Sun Apr 03, 2011 7:32 pm

Post 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'.
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You can process OnControlAction event, ControlAction = rvcaAfterRVFLoad.
Replace flash to TPanel with "unsupported" text.
Martian
Posts: 95
Joined: Sun Apr 03, 2011 7:32 pm

Post by Martian »

Do you have a demo how to "Replace flash to TPanel with "unsupported" text"
Post Reply