Questions tagged [geturl]

geturl can refer to a specific function in a library, API or framework. Examples of geturl methods is found in cURL, Google Places and PowerBuilder. geturl can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

can refer to a specific function in a library, API or framework. Examples of methods is found in , and .

can also refer to the concept of programmatically retrieving an url (or part of a url) from a string a other resource.

143 questions
0
votes
1 answer

Flash AS3: Loading bar not finished when movie starts playing

I'm using the same code I always use for preloading another swf but it's not working this time. The problem this time is that when the loading bar gets to 16% every time you can hear the movie I'm loading playing in the background. I can just add a…
flashey
  • 11
  • 2
0
votes
2 answers

Flash, getURL works from time to time

I'm not a flasher, but i did a menu for site on flash i have about 10 buttons working like hyperlink using getURL. So, problem is: it works perfectly on my netbook (Win XP - Mozilla/Chrome/IE - last flash player) it works perfectly on my wife's…
Sergey
  • 21
  • 1
0
votes
1 answer

ViralHeat API issues with getURL() command in RCurl package

I am trying to find the sentiment of "I am not joking" (For Example) using viral Heat API using R programming. I used getURL in RCurl package as shown below: getURL("https://www.viralheat.com/api/sentiment/review.json?text=i%20am%20happy&api_key=",…
Yash
  • 3
  • 2
0
votes
1 answer

How to Get the "Link A" of an article in Joomla 3?

I would like to know what is the code to get links "Link A" or "Link B" found in the panel to create an article, maybe you can enlighten me. Image for example http://goo.gl/v9jXU2
Paul Proaño
  • 111
  • 1
  • 11
0
votes
1 answer

How to interact with PHP via getURL in actionscript?

getURL('http://www.google.com',_blank); The above can open google.com,but how to fetch data from server side(PHP) on localhost?
user198729
  • 61,774
  • 108
  • 250
  • 348
0
votes
3 answers

Google scripts, get a drive file url

I need my script to load the URL of a drive file to be added to a spreadsheet. For whatever reason 'File.getUrl()' returns null, but everything else seems to be working. For example, 'File.getName()' works. So am I missing a permission or…
theone15247
  • 37
  • 1
  • 1
  • 7
0
votes
2 answers

Android- how to get the url of the webView?

I have a Subview that loads a WebView, and I want to get the URL of the WebView when my WebView loads a site. Can you tell me how to get the URL of the WebView? The method webView.getUrl(); does not seem to be working.
0
votes
1 answer

Magento getURL not finding controller of custom module

I am adding in a new mass action for the sales order grid and when I am putting in the url for my action Magento cannot find my controller. config.xml admin
Robert Zeno
  • 67
  • 1
  • 14
0
votes
1 answer

flash action script 2: getUrl('url',_mylevel) - when using a specific level, swf is not loaded

i want to load another swf that i build and use it's functions. but it seems that when i use getURl('url','_mylevel') it doesn't load the flash file and i get no error. only when i use getUrl('url','_blank') it opens the browser with that url. i…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

geturl powerbuilder 10, not giving expected result

I'm using the QR Code generator from google api web page, and trying to download the QR image that results from the data passed. My problem is that if I put the URL in the browser (have tried with Chrome and IE, and it's working) I get the expected…
0
votes
1 answer

PHP Template Engine built by url

I am searching for a kind of dynamic template engine which I want to built by the url. So if my url is like localhost/root/this/is/the/path/to/signup.php the php code should watch for the file signup.php in the directory this/is/the/path/to/ For…
0
votes
0 answers

How can I get the final redirect URL, including the path, in Python? (urllib2.urlopen().geturl() isn't doing it)

I'm using the following code to get the redirect URL. req = urllib2.Request(url_str, headers=hdrs) real_url = urllib2.urlopen(req).geturl() For example, if I set url_str = 'http://wearfigs.com' and run the code, then I end up getting real_url =…
Tyler
  • 2,579
  • 2
  • 22
  • 32
0
votes
1 answer

json_decode() returns different answer

I need to check if the user is logged in through json api. The json api URL must be: http://www.[targetdomain].com/api/logged?s_email=MY_EMAIL and if the specified email is logged in the response is { 'user': 'true' } If the user is not logged in,…
Val
  • 63
  • 9
0
votes
1 answer

Viralheat API through R

I am trying to use the Viral Heat API in R for sentiment analysis. Directly hitting the browser with URL is returning proper results. http://www.viralheat.com/api/sentiment/review.json?text=i am…
0
votes
1 answer

getURL get stuck, need a wait function

I am trying to use R to surf the web but I have a strange problem, lets say that I have a list named URLlist containing some URL. Here is my code for (k in 1:length(URLlist)){ temp = getURL(URLlist[k]) } I don't know why but at some random URL,…
user1836529
  • 209
  • 1
  • 2
  • 9
1 2 3
9
10