geturl

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 =/ Thanks ...

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 familiar in any language. I ran it just printing the constructed URLs and it worked perfect. I then wrote the code to download the content a...

Magento SSL links

Hi all, 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 URLs in Backend: YES Frontend i have some custom links built with Mage::getUrl([...]) <?php // link to CMS page echo Mage::get...

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

Hi. 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 want to be able to use the functions in that swf like the following example: _root._m...

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? ...

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 videos, at least with basic statistics per domain. Since it's AS2, it's harder to do this. My ideea is that I can create a php page which shou...

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 laptop (Vista - Mozilla/chrome/IE - last flash player) But it does not work at all on my emplo...

Flash AS3: Loading bar not finished when movie starts playing

Hi, 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 stop to the first frame of the movie I'm loading ("trial_1.swf") but how do I tell it ...

PHP Explode and Get_Url: Not Showing up the URL

hello! 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 the full link from the functions.php in the functions.php i have this snippet function downloadlink ($d_id) { $res = @get_url ('' ...

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 in text links outside of the .swf (which would ruin the design a bit)? I know a lot of people will argue I shouldn't have flash as the mai...

WebView.getUrl() returns null

Hi, 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 screen. As I just want it to happen with a specific url, I compare the actual WebView url with a specific string, but there is a problem...

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 perfectly, but I have to use "_self". Does Facebook allows developers to use this function? Thank you David ...