>
New Topic
>
Topic Locked
Esato Forum Index
>
Sony Ericsson / Sony >
Symbian phones
> New SE MTV commercial Great!
Bookmark topic
Can someone please make an MP4 of this or make the audio in Mp3? I love this ad! The one with japanese lyrics that sounds jazzy!
--
Posted: 2003-12-30 08:55:14
Edit :
Quote
DO A SEARCH!!!
http://www.esato.com/board/viewtopic.php?topic=45502&forum=2#post607956
--
Posted: 2003-12-30 08:58:09
Edit :
Quote
I haven't seen it on MTV but are you sure its not the one discussed in this recent thread? because it sounds like what you are describing
The New Sony Ericsson Commercial
--
Posted: 2003-12-30 08:58:31
Edit :
Quote
haha we posted at the same time hehe
Edit: Testing if i can edit in a locked forum
var no = 30; // snow number
var speed = 1; // smaller number moves the snow faster
var snowflake = "snow.gif";
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write("document.write("top="15" visibility="show">
![]()
document.write(snowflake + "" border="0">");
} else {
document.write("document.write("top="15" visibility="show">
![]()
document.write(snowflake + "" border="0">");
}
} else if (ie4up) {
if (i == 0) {
document.write("
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;">
![]()
document.write(snowflake + "" border="0">
");