chat con suoni acustici
+2
VIRTUALDEEJAY
magicando
6 partecipanti
Forum dei Forum: Aiuto per Forumattivo :: Assistenza a problemi e richieste :: Problemi diversi :: I problemi diversi già risolti :: Argomenti diversi chiusi
Pagina 1 di 2 • Condividi
Pagina 1 di 2 • 1, 2
Re: chat con suoni acustici
Devi inserire il codice di una chat esterna.
https://aiuto.forumattivo.it/t9129-chat-argomento-unico?highlight=chat
Bye
https://aiuto.forumattivo.it/t9129-chat-argomento-unico?highlight=chat
Bye
Re: chat con suoni acustici
io ne ho fatta una qui: https://voxli.com
poi l'ho integrata in una pagina html.
ecco il codice:
poi l'ho integrata in una pagina html.
ecco il codice:
- Codice:
<object width="larghezza" height="altezza"><param name="movie" value="LINK CHAT">
<embed src="LINK CHAT" width="larghezza" height="altezza">
</embed>
Re: chat con suoni acustici
crei un nuovo widget
e metti questo codice!
con il link corretto!
e metti questo codice!
- Codice:
<object width="larghezza" height="altezza"><param name="movie" value="LINK CHAT">
<embed src="LINK CHAT" width="larghezza" height="altezza">
</embed>
con il link corretto!
Re: chat con suoni acustici
che sono questi indovinelli?
il link lo preso però non si vede bene mi spiego meglio non si capisce nnt
il link lo preso però non si vede bene mi spiego meglio non si capisce nnt
Re: chat con suoni acustici
- Codice:
<object width="170" height="200"><param name="movie" value="https://voxli.com/magicando">
<embed src="https://voxli.com/magicando" width="170" height="200">
</embed>
Re: chat con suoni acustici
è meglio se metti questo codice:
in una pagina html!
se può andarti bene!
- Codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="/i/fav.png">
<meta name="robots" content="noindex,nofollow">
<title>Voxli</title>
<style type="text/css">
body {
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
}
#main {
overflow: hidden;
position: absolute;
margin-top: 1px; /* Fixes resizing tabs in FF not triggering Event.RESIZE. */
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#mainswf {
width: 100%;
height: 100%;
}
#innerswf {
width: 100%;
height: 100%;
}
#noflash {
padding: 1em;
}
#instNot {
color: red;
}
.ad {
padding: 1ex;
border-bottom: solid thin #e0e0e0;
}
.inst {
background-color: #ffffd0;
}
.test {
font-size: smaller;
color: #b0b0b0;
}
.test a {
color: #a0a0ff;
}
.hdn {
display: none;
}
.allow {
background-color: #ffc0c0;
}
.red {
color: #ff0000;
}
</style>
<script type="text/javascript" src="/j/mputil.js">
</script>
<script type="text/javascript">
function mixTok() { return mp_tok; }
</script>
<script type="text/javascript" src="/j/swfobject.js">
</script>
<script type="text/javascript">
function wufooEscape(s) {
s = s.replace(/[\/&]/g, "_");
return encodeURIComponent ? encodeURIComponent(s) : s;
}
function getFeedbackLink(flash_caps, user_nick, dbuild, cbuild, log) {
var params = "field9=" + wufooEscape(navigator.platform) +
"&field11=" + wufooEscape(navigator.userAgent) +
"&field14=" + wufooEscape(window.location.toString());
if (flash_caps) params += "&field17=" + wufooEscape(flash_caps);
if (user_nick) params += "&field23=" + wufooEscape(user_nick);
if (dbuild) params += "&field25=" + wufooEscape(dbuild);
if (cbuild) params += "&field26=" + wufooEscape(cbuild);
if (log) params += "&field32=" + wufooEscape(log);
var ca = document·cookie.split(';');
for(var i = 0; i < ca.length; ++i) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf("u=") == 0) {
params += "&field28=" + wufooEscape(unescape(c.substring(2, c.length)));
}
}
return 'http://voxli.wufoo.com/forms/s7x3k7/def/' + params;
}
function popupFeedback(flash_caps, user_nick, dbuild, cbuild, log) {
var url = getFeedbackLink(flash_caps, user_nick, dbuild, cbuild, log);
var winNew = window.open(url, null,
'height=570, width=700, resizable=1, toolbar=0, location=0, status=1, scrollbars=1');
return winNew ? "ok" : url;
}
</script>
<script type="text/javascript">
window.onbeforeunload = trackLeave;
var server_ok = false;
var tracker;
function trackLeave() {
var action = server_ok ? "unload-server" : "unload";
trackEvent("nav", action);
}
function setServerOk() {
server_ok = true;
}
function getTitle() {
return document.title;
}
function setTitle(t) {
document.title = t;
}
function trackEvent(cat, action, label, value) {
if (tracker) {
tracker._trackEvent(cat, action, label, value);
}
}
function logout() {
window.location = "/account/signout";
}
var ie_obj;
function refreshMe() {
setTimeout("location.reload()", 1000);
}
function refreshMeNoCache() {
setTimeout("location.reload(true)", 1000);
}
function getAppName() {
return "Voxli";
}
function axExists() {
if (!ie_obj) {
if (ActiveXObject) {
ie_obj = new ActiveXObject("VoxliChat.Plugin");
}
}
return ie_obj ? "ok" : "null";
}
function axGo() {
var res = ie_obj ? ie_obj.lc() : -999;
return res ? "ax launch fail" : "ok";
}
var good_port = 0;
function setGoodPort(port) {
good_port = port;
}
function getGoodPort() {
return good_port;
}
function rtRpc(m) {
if (!m) {
return "noMethod";
}
if (!document.createEvent) {
return "noCreateEvent";
}
var elem = document.createElement("RtRpcElem");
if (!elem) {
return "noRpcElement";
}
if (!elem.dispatchEvent) {
return "noDispatchEvent";
}
elem.setAttribute("m", m);
var reply = null;
document.documentElement.appendChild(elem);
try {
var evt = document.createEvent("Events");
// Bubbles, not cancellable.
evt.initEvent("voxliRpcEv2", true, false);
elem.dispatchEvent(evt);
reply = elem.getAttribute("r");
} catch (e) {
reply = "err:" + e.toString();
} finally {
document.documentElement.removeChild(elem);
}
return reply ? reply : "noReply";
}
function get_msi_url() {
return "/p/install_voxli_voice_chat_1_0_17_84.msi";
}
function get_exe_url() {
return "/p/voxliplugin_1_0_17_84.exe";
}
function goffwin() {
window.location = "/p/voxli-firefox-WINNT.1.0.17.84.xpi";
}
function goffmac() {
window.location = "/p/voxli-firefox-Darwin.1.0.5.72.xpi";
}
function goloc(loc) {
window.location = loc;
}
function isFF() {
return navigator.userAgent.indexOf("Firefox") >= 0;
}
function goinstall() {
}
function initOnce() {
mpInit();
setInitialTitle();
}
function gvs() { return "v2"; }
function gvp_tcp() { return "23,80,81,3724,3784,6112,26000"; }
function gvp_ssl() { return "443"; }
function getClient() {
return "/s/client-IhQcv3_xubgN7LuWbT6noA.swf";
}
function getWindowLocation() {
return window.location.toString();
}
function setInitialTitle() {
document.title = safeUnescape(getChannelName()) + " - Voxli";
}
function getAgent() {
return navigator.userAgent;
}
function getPlat() {
return navigator.platform;
}
function getChannelName() {
var s = getWindowLocation();
var start = s.lastIndexOf("/");
if (start < 0) return "uhm";
start = start + 1; // We want to start after last slash.
var end = s.lastIndexOf("?");
if (end < 0) {
s = s.substring(start);
} else {
s = s.substring(start, end);
}
return s.toLowerCase();
}
function safeUnescape(s) {
return decodeURIComponent ? decodeURIComponent(s) : unescape(s);
}
function getParams() {
var s = getWindowLocation();
var start = s.lastIndexOf("?");
return (start >= 0) ? s.substring(start + 1, s.length) : "";
}
// Create, read, and erase cookie code is based on:
// http://www.quirksmode.org/js/cookies.html
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document·cookie = name+"="+escape(value)+expires+"; path=/";
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document·cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return unescape(c.substring(nameEQ.length,c.length));
}
return null;
}
function eraseCookie(name) {
var value = readCookie(name);
createCookie(name,"",-1);
return value;
}
function haveCookie(name) {
return !!readCookie(name);
}
function initU(d) {
mpInit();
mpTrack('initU', {'chan':getChannelName(), 'disp':d});
return mp_u;
}
function windowLocation() {
return window.location.toString();
}
function gplug2() {
var count = navigator.plugins.length;
var a0 = [];
for (var i = 0; i < count; ++i) {
var p = navigator.plugins[i];
var a1 = [];
if (p.name) a1.push(p.name);
if (p.filename) a1.push(p.filename);
if (p.description) a1.push(p.description);
if (p.length && p.length > 0) {
var a2 = [];
for (var j = 0; j < p.length; ++j) {
var a3 = [];
var m = p[j];
if (m.type) a3.push(m.type);
if (m.description) a3.push(m.description);
if (m.suffixes) a3.push(m.suffixes);
a2.push(a3.join(":"));
}
a2.sort();
a1.push(a2.join(":"));
}
a0.push(a1.join(":"));
}
a0.sort();
return a0.join("\n");
}
function gplug() {
if (navigator.plugins &&
navigator.plugins.length &&
navigator.plugins.length > 0) {
return gplug2();
}
return "?";
}
swfobject.registerObject("mainswf", "9.0.28"); // 9.0.16 crashes in vmware
</script>
</head>
<body onload="initOnce()">
<div id="main"><object id="mainswf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="300"><param name="movie" value="/s/preloader-IYsjqEb-YH4N3Efkaqezag.swf">
<param name="flashvars" value="">
<!--[if !IE]>-->
<object id="innerswf" type="application/x-shockwave-flash" data="/s/preloader-IYsjqEb-YH4N3Efkaqezag.swf" width="400" height="300"><param name="flashvars" value="">
<!--<![endif]-->
<div id="noflash">
<div style="font-size: larger">Please <a href="http://get.adobe.com/flashplayer/">install the latest Adobe Flash Player</a> to enable Voxli.</div>
<div style="margin-top: 1em">If you already have Flash installed, some Flash-blocking or ad-blocking software could be preventing us from detecting Flash. We require flash 9.0.28 or later.</div>
</div>
<!--[if !IE]>--></object> <!--<![endif]--></object></div>
<script type="text/javascript" src="https://api.mixpanel.com/site_media/js/api/mpmetrics.js">
</script><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5799603-3");
pageTracker._trackPageview();
tracker = pageTracker;
} catch(err) {}
</script>
</body>
</html>
in una pagina html!
se può andarti bene!
Re: chat con suoni acustici
e come lo faccio a mettere xke io la chat la vorrei mettere qui guarda dove sta quest'altra
http://magicando.forum-attivo.com/forum
http://magicando.forum-attivo.com/forum
Pagina 1 di 2 • 1, 2
Argomenti simili
» chat box
» CHAT **ARGOMENTO UNICO**
» Chat non va
» (Chat) Chat Forumattivo Sempre connessa
» [Risolto] chat/shout box
» CHAT **ARGOMENTO UNICO**
» Chat non va
» (Chat) Chat Forumattivo Sempre connessa
» [Risolto] chat/shout box
Forum dei Forum: Aiuto per Forumattivo :: Assistenza a problemi e richieste :: Problemi diversi :: I problemi diversi già risolti :: Argomenti diversi chiusi
Pagina 1 di 2
Permessi in questa sezione del forum:
Non puoi rispondere agli argomenti in questo forum.