EAI GALERA ESTOU TRAZENDO AQUI UNS ACESSORIOS PARA QUEM DESEJA FAZER UM PLAYER EM FLASH
Descrição: Crie excelentes animações em shockwave flash que são extremamente pequenas e cheias de recursos como som e interação com botões entre outros. O Browser necessita do plug-in Shockwave for Flash para poder reconhecer os arquivos SWF gerados pelo programa.
Esta versão inclui tudo o que há no Flash 8, mais funcionalidades avançadas para criação de conteúdo interativo ainda mais sofisticados, vídeos com qualidade profissional, conteúdo para dispositivos móveis e aplicações ricas para Internet.
Nome: Macromedia Flash 8 Professional Lançamento: 2011
Fabricante: Adobe
Estilo: Multimedia
Plataforma: Win 98/2000/XP/2003/ME/7
Idioma: Inglês
Formato: Rar / Exe
Tamanho: 107 MB
EAI TRAZENDO AGORA UM PLAYER SUPER MEGA BASICO NADA DE INTERESSANTE ESSE PLAYER E MAIS PARA INICIASNTES E EDITAVEL BOM E TROQUEM O IP E A PORTA DOS PLAYER E OS LINKS PARA FIKA BLZ :D
EAI GALERA AGORA O CODIGOS PARA OS PLAYER QUE VOCÊS VAO PRECISAR A BESSA
Action frame - code
__________
function stream()
{ System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
} // End of the function
function clearBuffer()
{ mySound.stop(); delete mySound; stream();
} // End of the function
timerinProgress = false;
musicOn = true;
offonText = "OFF";
System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
var vol = 80;
_root.onEnterFrame = function ()
{ _root.mySound.setVolume(vol);
};
var intervalID = setInterval(clearBuffer, 1200000);
___________________________________________________________
botão play - code __________
on (release)
{
function stream()
{
System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
} // End of the function
function clearBuffer()
{
mySound.stop();
delete mySound;
stream();
} // End of the function
stream();
var intervalID = setInterval(clearBuffer, 1200000);
timerinProgress = false;
musicOn = true;
}
___________________________________________________________
botão stop - code
__________
on (release) { mySound.stop();
mySound.close(); _root.timerinProgress = true; _root.musicOn = false; _root.clearInterval(intervalID);
}
___________________________________________________________
botão mais - code
__________
on (release)
{ if (_root.vol == 100) { _root.vol = _root.vol - 0; } else { _root.vol = _root.vol + 5; } // end if
}
___________________________________________________________
botão menos - code
__________
on (release)
{ if (_root.vol == 0) { _root.vol = _root.vol + 0; } else { _root.vol = _root.vol - 5; } // end if
}
___________________________________________________________
botão site - code
__________
on (press){
getURL("http://www.seusite.com.br", "_blank");
}
___________________________________________________________
__________
function stream()
{ System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
} // End of the function
function clearBuffer()
{ mySound.stop(); delete mySound; stream();
} // End of the function
timerinProgress = false;
musicOn = true;
offonText = "OFF";
System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
var vol = 80;
_root.onEnterFrame = function ()
{ _root.mySound.setVolume(vol);
};
var intervalID = setInterval(clearBuffer, 1200000);
___________________________________________________________
botão play - code __________
on (release)
{
function stream()
{
System.security.allowDomain("http://seuip:suaporta/");
myRadio = new String("http://seuip:suaporta/;");
mySound = new Sound();
mySound.loadSound(myRadio, true);
mySound.start();
} // End of the function
function clearBuffer()
{
mySound.stop();
delete mySound;
stream();
} // End of the function
stream();
var intervalID = setInterval(clearBuffer, 1200000);
timerinProgress = false;
musicOn = true;
}
___________________________________________________________
botão stop - code
__________
on (release) { mySound.stop();
mySound.close(); _root.timerinProgress = true; _root.musicOn = false; _root.clearInterval(intervalID);
}
___________________________________________________________
botão mais - code
__________
on (release)
{ if (_root.vol == 100) { _root.vol = _root.vol - 0; } else { _root.vol = _root.vol + 5; } // end if
}
___________________________________________________________
botão menos - code
__________
on (release)
{ if (_root.vol == 0) { _root.vol = _root.vol + 0; } else { _root.vol = _root.vol - 5; } // end if
}
___________________________________________________________
botão site - code
__________
on (press){
getURL("http://www.seusite.com.br", "_blank");
}
___________________________________________________________
Temos Atualmente:
Assinar:
Postar comentários (Atom)
Postar um comentário