- Home /
problem with WWW url & question mark
I had 4 Jpeg cameras with links:
http://cameradn.dyndns.org/cgi-bin/net_jpeg.cgi?ch=0
http://cameradn.dyndns.org/cgi-bin/net_jpeg.cgi?ch=1
http://cameradn.dyndns.org/cgi-bin/net_jpeg.cgi?ch=2
http://cameradn.dyndns.org/cgi-bin/net_jpeg.cgi?ch=3
when u paste it on browser, it will show 4 cameras, but when I worked with WWW class, it just showed only first camera, I guessed the problem is question mark. will anybody help me figure it out?
$$anonymous$$ediafire didn't seem to want to give me your project, but gave me a browser called rockmelt. :-(
I opened the project, but when pressing on one of the camera buttons I always got this error: ERROR: Rejected because no crossdomain.xml policy file was found. Here are some links that might help: http://answers.unity3d.com/questions/204287/server-high-scores-crossdomainxml.html
You should post your answer as answer and mark it as correct, so other can see it. And welcome to Unity Answers!
Answer by anhhna · May 06, 2012 at 04:36 PM
I got it, thank you all for answering me
The problem is I need to add key & value with WWWForm to php link has question mask in the JPEGStream.cs, look like this
form = new WWWForm();
form.AddField("ch", 0);
or form.AddField("ch", 1);
Your answer
