Flash can't find FLVplayback skin file while running in asp.net mvc view
Could anyone h开发者_StackOverflow中文版elp me on why FLVPlayback isn't working properly in MVC views? I think i narrowed it down to the "hard coded" skin url file not being correct.
Where should I put the skin file( e.g. skinOverAllNoCaption.swf) so that flash can find it?
Or are there any alternative approaches to somehow setting the skin file dynamically.
In the same directory as the loaded SWF, or the document loading it - one of the two, if you've not set the URL yourself.
精彩评论