Forum Discussion
RobSMS
10 years agoVisitor
Get some sleep! lol
Try setting up your url before passing it to the .SetUrl and use a "+" instead of a "&"
You may also need to encode your episode.url depending on the characters contained within.
Try setting up your url before passing it to the .SetUrl and use a "+" instead of a "&"
url = http://www.tvbydemand.com/video_update_views.asp?vpath=" + episode.url
request.SetUrl(url)
You may also need to encode your episode.url depending on the characters contained within.