3

I have a requirement where I need to create a Google desktop gadget which can play flash videos from a given video URL. For example, if I give "http://www.example.com/xyz.flv" then the gadget should play that video.

Please provide some sample code if anybody has worked on this kind a widget.

Keith Thompson
  • 254,901
  • 44
  • 429
  • 631
Garudadwajan
  • 689
  • 4
  • 11
  • 24

1 Answers1

0

check out this article:

It contains information and code samples for embedding youtube videos into google desktop gadgets.

EDIT: if you only have the .flv file, you will need to create a flash player, see this question for some discussion:

Community
  • 1
  • 1
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148