Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I configured my Silverlight site into https.

Now I just passing mp4 URL into my video player as a source.(URL is in http) but it shows the media player but nothing is happened
(for example my sample mp4 URL is look like http://www.example.com/1.mp4)

but it is not playing.

note: In my local system the same URL is working fine.

is it be a cross domain issue?

my cross domain file info is below

XML
<?xml version="[/align]1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>

How to handle this?

Need your suggestions.

regards
gopal.s
Posted
Updated 3-Dec-12 21:37pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900