flash video player issue
We are using a flash video player. In that we are passing an xml URL as Flashvars which contains the path of the flv video to be played in that player. This works fine when we are uploading to the test serv开发者_如何学JAVAer. But we have a development sever which is accessed by an ip address. Whenever any ip address xml URL is sent to the flash, it is not playing the video.
Any thoughts on this?
Seems to be very strange issue
When we use domain_name/video_player it is working fine and xml file is loading
But when we use ip_address_of_domain/video_player, XML is not loading Seems to be really strange
It's likely a cross-domain issue. Are you getting any errors? Do you have a cross-domain.xml set up? If php is a possibility on your server, you could also use a proxy to get around the cross-domain issues (if that is the case).
精彩评论