insert a marker in a flash format “.swf” [message #1525] |
Sat, 12 January 2019 16:06 |
germano Messages: 2 Registered: January 2010 Location: Fisciano, Italy |
Junior Member |
|
|
Hi, I’m working with C# and, recently, I bought the WatermarkMasterSDK.
Modifying the attached examples in the directory “…\Videocharge Software\Watermark Master\SDK\Example”, I was successful to correctly insert text and image marker in a video format as .avi, .wmv, .flv.
Now, I have a problem: I cannot insert a marker in a flash format “.swf”. So, I want to ask two questions:
1) Is it possible to directly insert a marker in a .swf format?
2) Is it possible to insert a marker in a wmv video and to directly convert it in .swf?
|
|
|
Re: insert a marker in a flash format “.swf” [message #1531 is a reply to message #1525 ] |
Tue, 15 January 2019 12:06 |
admin Messages: 532 Registered: December 2005 |
Senior Member Administrator |
|
|
Hi.
Unfortunately it doesn't support SWF format yet.
You may use now FLV format + player on your web pages.
For using FLV you should add the following code:
pFormat.OutputFormatID = (int)WMSDKFormats.WMSDK_FORMAT_FLV;
or use config-file created by Watermark Master.
Regards,
Videocharge Team.
|
|
|