Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
410 views

How to use getUrl() in Magento to refer to another module?

My module in Magento adminpanel has URL like as http://example.com/index.php/mymodule/... and contains custom grid with the orders. I want to redirect user to the standard "Order view" page when he ...
3
votes
3answers
767 views

Magento getUrl not working with catalog/category object?

I've been able to instantiate a category object to retrieve its name, but when I use the getUrl method it isn't returning a URL to the category listing page, or anything at all <?php $children = ...
3
votes
1answer
1k views

WebView.getUrl() returns null

I have an issue with Webview. I'm programming my own WebChromeClient class overriding onProgressChanged method because I want to show the page when it finishes loading and then, to hide the splash ...
2
votes
2answers
90 views

Problem with string - lenght is not correct - some chars included not displayed

I wanted to upgrade the Magento Ogone module to match the new SHASign calculation. It's working fine now but there is a problem ... I have an issue with some strings returned by a Magento method : ...
2
votes
4answers
4k views

my first perl script: using “get($url)” method in a loop?

So it seemed easy enough. Use a series of nested loops to go though a ton of URLs sorted by year/month/day and download the XML files. As this is my first script, I started with the loop; something ...
1
vote
1answer
108 views

as2 getURL weird issue

I have a weird issue with getURL. I'm using the following command in an AS2 project and it's popping up a new window (without toolbars etc) instead of opening an entirely new tab in my browser. Is ...
1
vote
1answer
60 views

flash getURL, not making new http request?

I have flash with scrolling words. Each word is linked to http://www.foo.bar/somepage.html#parametar So "word1" is linked to http://www.foo.bar/somepage.html#parameter1, word2 is linked to ...
1
vote
1answer
140 views

Get URL after URL Rewriting

can someone please tell me, is it possible to find out which url is displayed currently on the browser. I am doing URL rewrite, and in code now I want to check what is the URL that is now displayed. ...
1
vote
3answers
706 views

How to track my flash video player embed on other sites

Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embeding my ...
0
votes
1answer
25 views

how to program a web browser in java blackberry

I need to know how to program a web browser in java blackberry; I don't know how start with this; maybe can start by put one panel but I don't know what else do.
0
votes
2answers
38 views

return a php incremented string as a mysql snippet

I have a search get variable that can contain multiple words which are space deliminated. I have used the following to script to grab the url variable. Notice for the example I have just used a string ...
0
votes
0answers
111 views

Turn a flash movie into a link… getURL doesn't work inside of DIV in IE

I would really appreciate some help here: Basically, I need to be able to turn the flash video into a link someway or another, I don't care how it works, but <a href="">...Flash ...
0
votes
1answer
30 views

How to get a content generated in a particular url by using Jquery ajax?

I have a requirement in which i need to get the content generated in a particular url (which is in JSON). I need to assign this output to my json object after my jQuery ajax call.I've tried this by ...
0
votes
0answers
45 views

Adding getURL(); to flash banner under linux

I have to publish few sfw files on my webpage but before that I want to add getURL() to it. Is there any way to do that using Linux? Thanks for help!
0
votes
0answers
97 views

unable to display all zoom levels for ArcGIS cached map with spatial reference 26910

I am trying to set: http://maps1.crdatlas.ca/GIS9x/rest/services/Cached/cache-base2/MapServer as the baselayer of my map. It has a spatial reference of 26910 and the units is esriMeters. At level 0, ...
0
votes
2answers
377 views

Counterpart to getURLVars() for simplifying vars

I am using this function to scrape my url and build variables from it: Read a page's GET URL variables and return them as an "associative array." Calling the function while at ...
0
votes
1answer
394 views

getURL in RCurl problem behind firewall R

I'm behind hospital firewalls and usually have to use setInternet2(T) for R to access the net properly. However running my code (that works perfectly at home) results in curlPerform(curl = curl, ...
0
votes
0answers
250 views

Does Facebook tabs allows us using things like this getURL(“facebook.com/example”,“_self”)?

I have to make Flash tab on Facebook. There should be links in it, to other tabs(like: images, wall, videos etc). I'm using actionscript 2.0. getURL("facebook.com/example","_blank") is working ...
0
votes
2answers
89 views

Is flash's geturl(…) spiderable by google?

If I made a homepage with an embedded .swf which had buttons that linked to other html pages on my website using the getUrl() function, would those links be spiderable by google? Or should I also put ...
0
votes
1answer
581 views

PHP Explode and Get_Url: Not Showing up the URL

its a little bit hard to understand. in the header.php i have this code: <? $ID = $link; $url = downloadLink($ID); ?> I get the ID with this Variable $link --> 12345678 and with $url i get ...
0
votes
1answer
578 views

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 ...
0
votes
2answers
456 views

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 ...
0
votes
1answer
273 views

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?
0
votes
1answer
1k views

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 ...
0
votes
2answers
2k views

Magento SSL links

I've configured magento to use SSL links.. Base URL https://sub.domain.com/ Base Link URL {{secure_base_url}} Base ... URL {{secure_base_url}}.../ Use Secure URLs in Frontend: YES Use Secure ...
0
votes
3answers
5k views

getUrl using Java

Is there a way of getting the websites absolute URL (http://www.domain.com/) using Java? because I've googled a bit but I only come across with having to make 2 or 3 classes to create that function =/ ...