Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Community > MacNN Lounge > Flash-baed ICQ2Go URL

Flash-baed ICQ2Go URL
Thread Tools
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status: Offline
Reply With Quote
Jul 8, 2005, 02:55 AM
 
Can someone please post the direct URL of the flash-based ICQ2Go client?
     
Mac Elite
Join Date: May 2005
Location: Where the streets have no names...
Status: Offline
Reply With Quote
Jul 8, 2005, 02:59 AM
 
http://www.icq.com/icq2go/

The direct link is JavaScript...I don't think there is a url.

Have you been touched by his noodly appendage?
     
Sealobo  (op)
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status: Offline
Reply With Quote
Jul 8, 2005, 03:08 AM
 
ar~ apparently my server @ work has blocked the icq.com URL... so i can't open it.

since the link is a JavaScript... is it possible to host the script somewhere else (let's say at .mac) and have the client launched?
     
Mac Elite
Join Date: May 2005
Location: Where the streets have no names...
Status: Offline
Reply With Quote
Jul 8, 2005, 03:15 AM
 
Originally Posted by Sealobo
since the link is a JavaScript... is it possible to host the script somewhere else (let's say at .mac) and have the client launched?
function openClient(client_type){
if(client_type=="java")clientWindow = window.open("/icq2go/web.html","ICQ2Go","left=20,top=20,width=156,heigh t=446,toolbar=0,resizable=0");
else clientWindow = window.open("/icq2go/flicq.html","ICQ2Go","left=20,top=20,width=176,hei ght=441,toolbar=0,resizable=0");
}

Honestly, - I don't think so.

EDIT: Actually it does work.

http://www.icq.com/icq2go/flicq.html

Not the most elegant solution though.
(Last edited by Warung; Jul 8, 2005 at 03:27 AM. )

Have you been touched by his noodly appendage?
     
Sealobo  (op)
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status: Offline
Reply With Quote
Jul 8, 2005, 03:37 AM
 
hey... is this the java-based or the new flash-based client~? it's the flash-based client that i want!
     
Mac Elite
Join Date: May 2005
Location: Where the streets have no names...
Status: Offline
Reply With Quote
Jul 8, 2005, 03:40 AM
 
Originally Posted by Sealobo
hey... is this the java-based or the new flash-based client~? it's the flash-based client that i want!
/web.html = Java

/flicq.html= Flash

What you could do, is simply rewrite the JavaScript in a html document, add a direct link and upload that to your .mac acccount. That way you'd have the resized window etc.

This should work:

<html>
<head>
<title>ICQ2Go! - ICQ.com</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script language="JavaScript1.1">
function openClient(client_type){
if(client_type=="java")clientWindow = window.open("http://www.icq.com/icq2go/web.html","ICQ2Go","left=20,top=20,width=156,heigh t=446,toolbar=0,resizable=0");
else clientWindow = window.open("http://www.icq.com/icq2go/flicq.html","ICQ2Go","left=20,top=20,width=176,hei ght=441,toolbar=0,resizable=0");
}
</script>
</head>
<body>
<a href="javascript:openClient('flash')">ICQ FlashPlayer 2Go</a>
</body>
</html>
(Last edited by Warung; Jul 8, 2005 at 03:55 AM. )

Have you been touched by his noodly appendage?
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 06:18 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2