2 Replies - 1289 Views - Last Post: 12 March 2010 - 09:13 PM

#1 emerald_gal   User is offline

  • D.I.C Head

Reputation: -9
  • View blog
  • Posts: 64
  • Joined: 21-November 08

Designing a software for maintaining logs

Posted 12 March 2010 - 02:20 PM

My client plays short ad videos on his computer through windows media player. He needs a software which can keep a track of the ads, he played for each day. He wants complete logs for the adds played.For example: If an add is played twice a day, for ten minutes each time, he wants to know the total number of times it was played and the time interval for which it was played.

He has to charge his clients for these adds based on this data.I want ideas on this, what framework can we use to develop this software or if there is any API for windows media player that can make play logs.

Is This A Good Question/Topic? 1
  • +

Replies To: Designing a software for maintaining logs

#2 JackOfAllTrades   User is offline

  • Saucy!
  • member icon

Reputation: 6260
  • View blog
  • Posts: 24,030
  • Joined: 23-August 08

Re: Designing a software for maintaining logs

Posted 12 March 2010 - 03:54 PM

Windows Media Player SDK -- I would guess something in there may be able to help.
Was This Post Helpful? 1
  • +
  • -

#3 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: Designing a software for maintaining logs

Posted 12 March 2010 - 09:13 PM

I would suggest wrapping the media player sdk with a program.. probably .NET.. that keeps track of this. I don't think the standard windows media player does this automatically for you.
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1