Top "Urlrequest" questions

let url = URL(string: item)! returning nil in swift

Really cannot figure this one out, the URL prints and is not equal to nil, and it works in the …

ios swift uiwebview urlrequest
Flash Builder URLRequest local path not resolving

This is my basic folder structure: http://i.stack.imgur.com/l1YnV.jpg My code goes like this: private …

actionscript-3 air path flash-builder urlrequest
How do I fix this cross-domain ActionScript 3 error?

I'm going to be as specific and verbose as possible and include some of the code I'm using. I already …

flash actionscript-3 cross-domain urlrequest urlloader
Combining URLRequest, URLLoader and Complete Event Listener In Actionscript 3.0?

when handling data, i always have to write the following: var dataSourceRequest:URLRequest = new URLRequest("/path/file.xml"); var dataSourceLoader:…

actionscript-3 addeventlistener urlrequest urlloader