 |
 |
Flash-baed ICQ2Go URL
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status:
Offline
|
|
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
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status:
Offline
|
|
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
|
|
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.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 2001
Location: Hong Kong
Status:
Offline
|
|
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
|
|
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.
)
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|