google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

clip.extension - what is it good for, except when being read-only? #585

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In 
https://github.com/flowplayer/site/commit/e16096de47c4dd16703b0d5c7d7602cf082355
70 I moved clip.extension into the read-only clip properties.

You can set it actively, but that does not seem to do anything.

Any use case where this makes sense and does have an effect?

Original issue reported on code.google.com by blacktrashproduct on 5 Jun 2012 at 12:17

GoogleCodeExporter commented 9 years ago
Is it meant for the ipad plugin, when the movie file has no suffix?

Original comment by blacktrashproduct on 5 Jun 2012 at 8:45

GoogleCodeExporter commented 9 years ago
its a read only property, basically just a helper method of obtaining the 
extension from the url. It doesn't seem to have any use for the internal 
functions. 

Original comment by electrot...@gmail.com on 18 Jun 2012 at 4:28

GoogleCodeExporter commented 9 years ago
Yeah, sort of. You can also set it, and it shows up with 
$f().getClip().extension but it does not have any effect.

Yeah, already moved that into the read-only section of the docs.

Original comment by blacktrashproduct on 19 Jun 2012 at 3:26