ysf301282
Forum Replies Created
-
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Captions don´t work.. Please Help!use javascript solved the problem
Ok thank you :*
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] direct link mp4 picasa didn't workThe problem is i just want to use those link temporaly before i reupload to my own host.
I dont care if those link are expired. At least i can get it work for about 2 weeks.I already had a premium jwplayer but its useless for now untill i reupload those link. I had 800+ link that i need to reupload, its take huge time for me…. :'(
Simple iframe should do then…
Thank anyway… :v
Problem SOLVED, issue with the crossdomain.xml
when i upload the srt to my main domain its work, but when i put the subtitle in the subdomain it dont.my crossdomain.xml in subdomain root folder :
<?xml version=”1.0″?>
<cross-domain-policy>
<allow-access-from domain=”*.domain.com”/>
<allow-access-from domain=”www.domain.com”/>
</cross-domain-policy>what did i wrong?