0

It's general question nothing related with code. I want to know that video which i am playing is flash video or not. Are there any way we can get idea about it? Can we get idea from source code ?

krunal shah
  • 16,089
  • 25
  • 97
  • 143

2 Answers2

1

Video itself is never "FLASH" (unless you are talking about SWF encoding). What's flash is the player you use for streaming.

If the tag embedding the video contains a type attribute like application/x-shockwave-flash or similar, then it's a flash player, or the filename is something ending in SWF (it means video encoded in SWF format), then is a video for playing on a flash player.

Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292
0

You can do this with obtaining the mime-type How to find the mime type of a file in python

Community
  • 1
  • 1
John Giotta
  • 16,432
  • 7
  • 52
  • 82