Hi!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
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!