VideoDisplay cannot load local flv files
I have noticed that I have to put flv files in the same or sub-directories of the application file, for example myproject/bin-debug/flvs/1.flv
, and use videodisplay.source="flvs/1.flv"
to l开发者_StackOverflow社区oad.
If I put it in myproject/flvs/1.flv
, I cannot load it in VideoDisplay, using videodisplay.source="../flvs/1.flv"
. However the metadata (duration for example) is retrieved, but play()
cannot start it.
Is there any solution to this problem?
If you don't put in your src folder, the files won't get exported. Also they are not playing locally, but relatively from the browser sandbox (altho you can use flash player settings panel to get round this on your machine only)
精彩评论