Results 1 to 10 of 40

Hybrid View

  1. #1
    Recently Initiate
    Join Date
    Feb 2010
    Device
    -
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post

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

  2. The Following User Says Thank You to elmarian75 For This Useful Post:


  3. #2
    Recently Initiate BIGB1's Avatar
    Join Date
    Aug 2009
    Device
    W760i and W580i
    Posts
    18
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Re: How To Put Flash With LightEffects?

    Quote Originally Posted by elmarian75 View Post
    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????

Thread Information

Users Browsing this Thread

There are currently 5 users browsing this thread. (0 members and 5 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •