Re: How To Put Flash With LightEffects?
Hey!
Can someone please tell me how to put light effects on a swf. wallpaper?
Not the default ones on the phone, but like the "Splat" Wallpaper gives a Purple side light, can i set side lights for other wallpapers?
And can someone please tell me how to do that with JPEG images?
I've seen people convert swf. to fla. files and change it and all, i want to know how to do it with JPEG. images
Someone please help, it's urgent :)
Thanks
Re: How To Put Flash With LightEffects?
Re: How To Put Flash With LightEffects?
hello
I need the w980 orginall light effect
pleaze
thanks
Re: How To Put Flash With LightEffects?
Re: How To Put Flash With LightEffects?
For W705 use A2Uploader and upload to tpa\preset\system\lighteffect\systemeffects
this file Blackfx? Lighteffects For W705/w715 - SE-NSE Forums
Re: How To Put Flash With LightEffects?
Quote:
Hey!
Can someone please tell me how to put light effects on a swf. wallpaper?
Not the default ones on the phone, but like the "Splat" Wallpaper gives a Purple side light, can i set side lights for other wallpapers?
And can someone please tell me how to do that with JPEG images?
I've seen people convert swf. to fla. files and change it and all, i want to know how to do it with JPEG. images
Someone please help, it's urgent :)
Thanks
Hi!
I managed to create some .swf wallpapers with ligheffects and vibrate-effects but only for my SE w380 (flashlite 1.1). The key is using actionscript in order to activate the Led Id's.
Now i've got a SE w508 which is flash 2.1 and 2.0 and the same code doesn't work for the lighteffects (but vibrate effects stills working just fine).
my intention is to use this code to make lighteffects with the keyboard lights for example (like i did on my SE w380)
I managed to extract the action script of the .swf uploaded by the user "Kiko" which is called "splatledjp2.swf"
this .swf funcion uses the color lights of models such as w580 but only a few models has it.
i tried to modified this code but i'm missing something, stills not working.
this is what i've got:
if (u - splat/splats:complete == 1)
{
tellTarget("o-splat/splats")
{
gotoAndStop(random(5) + 1);
tellTarget("")
{
overSplat = 1;
ill_param = "R=" add r add "&G=" add g add "&B=" add b;
second = FLCmd("GetTimeSeconds");
getURL("FSCommand:illumination", "rgboff?" add second_off add ";rgbon?" add second_on add ";set?ledid=1&" add int_key add ";set?ledid=2&" add int_soft add ";set?ledid=3&" add int_joy add ";");
int_key = "intensity=" add set_key;
int_soft = "intensity=" add set_soft;
int_joy = "intensity=" add set_joy;
second_off = "ledid=" add led_id_off;
second_on = "ledid=" add led_id_on add "&" add ill_param;
second;
if (second - int(second / 2) * 2 == 0)
{
the marked code is very simmilar to the lines i use with flashlite 1.1 (remember, it worked)
take a look:
fscommand("illumination", "set?ledid=6&intensity=0;fade?ledid=6&intensity=0& time=900;");
outIllum6 = 0;
fscommand2("StartVibrate", 60, 0, 1);
If you insert this code in a swf image 1.1 and open it with your phone when the image get to this line, vibration and lightefects will work.
now my challenge is to get this to flash lite 2.1 or 2.0 in order to easly create lighteffects in .swf images but i'm stucked!
if somebody wants the 1.1 images i will uploaded it.
Any help or suggestion will be preciated!
Re: How To Put Flash With LightEffects?
Quote:
Originally Posted by
alexus
how i can put flash wallpapers with lighteffects like
HERE on v630i@w660i?
Yeah u can! Look this YouTube - another WTF light effects on w580
There is effects WTF Light Effects for W580 - SE-NSE Forums and link is in description of my video..
Re: How To Put Flash With LightEffects?
Quote:
Originally Posted by
elmarian75
Hi!
I managed to create some .swf wallpapers with ligheffects and vibrate-effects but only for my SE w380 (flashlite 1.1). The key is using actionscript in order to activate the Led Id's.
Now i've got a SE w508 which is flash 2.1 and 2.0 and the same code doesn't work for the lighteffects (but vibrate effects stills working just fine).
my intention is to use this code to make lighteffects with the keyboard lights for example (like i did on my SE w380)
I managed to extract the action script of the .swf uploaded by the user "Kiko" which is called "splatledjp2.swf"
this .swf funcion uses the color lights of models such as w580 but only a few models has it.
i tried to modified this code but i'm missing something, stills not working.
this is what i've got:
if (u - splat/splats:complete == 1)
{
tellTarget("o-splat/splats")
{
gotoAndStop(random(5) + 1);
tellTarget("")
{
overSplat = 1;
ill_param = "R=" add r add "&G=" add g add "&B=" add b;
second = FLCmd("GetTimeSeconds");
getURL("FSCommand:illumination", "rgboff?" add second_off add ";rgbon?" add second_on add ";set?ledid=1&" add int_key add ";set?ledid=2&" add int_soft add ";set?ledid=3&" add int_joy add ";");
int_key = "intensity=" add set_key;
int_soft = "intensity=" add set_soft;
int_joy = "intensity=" add set_joy;
second_off = "ledid=" add led_id_off;
second_on = "ledid=" add led_id_on add "&" add ill_param;
second;
if (second - int(second / 2) * 2 == 0)
{
the marked code is very simmilar to the lines i use with flashlite 1.1 (remember, it worked)
take a look:
fscommand("illumination", "set?ledid=6&intensity=0;fade?ledid=6&intensity=0& time=900;");
outIllum6 = 0;
fscommand2("StartVibrate", 60, 0, 1);
If you insert this code in a swf image 1.1 and open it with your phone when the image get to this line, vibration and lightefects will work.
now my challenge is to get this to flash lite 2.1 or 2.0 in order to easly create lighteffects in .swf images but i'm stucked!
if somebody wants the 1.1 images i will uploaded it.
Any help or suggestion will be preciated!
Thank u 4 ur help m8..
I have a W580i white and I want to learn to make swf with light effectss... for it and
W580i is FL 1.1. can u guide me??/
Also Can u tell me how to insert the script of Track ID that is song info display on standby...
How to insert track id in swf fl 1.1 wallpaper...
Please help????
Re: How To Put Flash With LightEffects?
Quote:
Thank u 4 ur help m8..
I have a W580i white and I want to learn to make swf with light effectss... for it and
W580i is FL 1.1. can u guide me??/
Also Can u tell me how to insert the script of Track ID that is song info display on standby...
How to insert track id in swf fl 1.1 wallpaper...
Please help????
The 1.1 swf images are posted in the spanish forum, you just have to log in and try it out in your phone, i'm still working to convert this 1.1 swfs into 2.x. any help will be preciated.
Here is the link: http://www.topsony.com/forum_es/fond...o-t116252.html
Re: How To Put Flash With LightEffects?