Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Recently Initiate
    Join Date
    Aug 2008
    Device
    -
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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

  2. #32
    Recently Initiate
    Join Date
    Aug 2009
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: How To Put Flash With LightEffects?

    nice...........

  3. #33
    Banned
    Join Date
    Apr 2008
    Posts
    6
    Thanks
    1
    Thanked 1 Time in 1 Post

    Re: How To Put Flash With LightEffects?

    hello
    I need the w980 orginall light effect
    pleaze
    thanks

  4. #34
    Plus 10
    Join Date
    Jun 2009
    Device
    -
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: How To Put Flash With LightEffects?

    is this really true?

  5. #35
    Member ranger69's Avatar
    Join Date
    Feb 2010
    Device
    -
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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

  6. #36
    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!

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


  8. #37
    Member Vllatko_Br's Avatar
    Join Date
    Feb 2010
    Device
    k750/w800
    Posts
    63
    Thanks
    8
    Thanked 7 Times in 7 Posts

    Re: How To Put Flash With LightEffects?

    Quote Originally Posted by alexus View Post
    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..
    Last edited by Vllatko_Br; 03-10-2010 at 05:02 PM.

  9. The Following User Says Thank You to Vllatko_Br For This Useful Post:


  10. #38
    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????

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

    Re: How To Put Flash With LightEffects?

    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

  12. #40
    Banned
    Join Date
    Feb 2014
    Device
    -
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: How To Put Flash With LightEffects?

    Useful thread. Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •