Skip to main content
Inspiring
September 6, 2009
해결됨

To have the ability to add a watermark on videos on the fly, but an option per video to do so.

  • September 6, 2009
  • 1 답변
  • 1430 조회

Hi,

Got a client who requires this:

Have the ability to add a watermark on videos on the fly, but an option per video to do so.

I am guessing that this can be done via XML? But where would one begin?

Any help with this, much appreciated.

Kind Regards,

Boxing Boom

이 주제는 답변이 닫혔습니다.
최고의 답변:

Hi,

Anyone else got any thing to add to this thread?

All help appreciated.

Kind Regards,

Boxing Boom


Let me re-frame this problem.

You have a single Video which is playing inside an FLA file.

This file is placed on several web pages of the site.

On some of the pages you want watermark to be displayed while on others you don't want it to appear.

Am I correct on this now?

so why you need a XML then? you just need to add one flash var with the value true or false.

I have attached a sample which controls water mark from HTML/Javascript

set showWaterMark variable in watermark.html file to true when you want to show it, set  it to false otherwise.

1 답변

September 7, 2009

First make it clear if you want to embed the Watermark in the video file itself or just want to show it on some specific videos?

If you need to embed the water mark in the video file itself you will have to use serverside programming.

Boxing_Boom작성자
Inspiring
September 7, 2009

Hi,

I will need the ability to show on specific videos, i.e. via XML file - so that one can opt to display watermark on some and not on others; this is due to having to use different watermarks.

Your help is appreciated.

Kind Regards,

Boxing Boom

답변
September 8, 2009

Hi,

Anyone else got any thing to add to this thread?

All help appreciated.

Kind Regards,

Boxing Boom


Let me re-frame this problem.

You have a single Video which is playing inside an FLA file.

This file is placed on several web pages of the site.

On some of the pages you want watermark to be displayed while on others you don't want it to appear.

Am I correct on this now?

so why you need a XML then? you just need to add one flash var with the value true or false.

I have attached a sample which controls water mark from HTML/Javascript

set showWaterMark variable in watermark.html file to true when you want to show it, set  it to false otherwise.