krunal shah
krunal shah

Reputation: 16339

How may i get the idea video is flash or not?

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 ?

Upvotes: 0

Views: 49

Answers (2)

John Giotta
John Giotta

Reputation: 16964

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

Upvotes: 0

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181300

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.

Upvotes: 1

Related Questions