* Google Search


Author Topic: Maybe the best guide for SWF-theme creators  (Read 2487 times)

0 Members and 1 Guest are viewing this topic.

Offline lipka

  • Elite Developer
  • *****
  • Posts: 198
  • Thanks Meter: 0
    • View Profile
  • Model: s5620
Re: Maybe the best guide for SWF-theme creators
« Reply #15 on: July 13, 2011, 03:09:18 AM »
here:
Code: [Select]
http://www.mediafire.com/?o7id1zhosube4it

DFG StarMods

Re: Maybe the best guide for SWF-theme creators
« Reply #15 on: July 13, 2011, 03:09:18 AM »

Offline Jonny

  • Android Developer
  • Administrator
  • Elite Member
  • *****
  • Posts: 1840
  • Thanks Meter: 18
    • View Profile
  • Firmware: Android 4.0.4 With HTC Sense 4.1
  • Model: HTC Sensation XE with Beats Audio Z715e
  • Mods: DarkSense 1.1.1, DarkForest Sensation XE ICS 7.2.0 & 4EXT Recovery Touch 1.0.0.5 RC3
Re: Maybe the best guide for SWF-theme creators
« Reply #16 on: July 13, 2011, 05:44:17 AM »
Thanks a lot dude  :D :D
Follow me on Twitter

Offline Keiran

  • Administrator
  • Elite Member
  • *****
  • Posts: 6237
  • Thanks Meter: 0
    • View Profile
    • The Darkforest Group
  • Firmware: 4.0.2.A.0.42
  • Model: Sony Ericsson Xperia Play
Re: Maybe the best guide for SWF-theme creators
« Reply #17 on: September 18, 2011, 04:50:27 AM »
So does sharedObject work on flash lite then?
Follow me on twitter

Offline Jonny

  • Android Developer
  • Administrator
  • Elite Member
  • *****
  • Posts: 1840
  • Thanks Meter: 18
    • View Profile
  • Firmware: Android 4.0.4 With HTC Sense 4.1
  • Model: HTC Sensation XE with Beats Audio Z715e
  • Mods: DarkSense 1.1.1, DarkForest Sensation XE ICS 7.2.0 & 4EXT Recovery Touch 1.0.0.5 RC3
Re: Maybe the best guide for SWF-theme creators
« Reply #18 on: September 18, 2011, 04:55:51 AM »
Yep, proof is in poison's wp7 theme. the bit i dont get is the class. what do you put in the class field if the gadget.fla is on the desktop and the sohandler.as class is in a folder called "Class" on the destop??
Follow me on Twitter

Offline Keiran

  • Administrator
  • Elite Member
  • *****
  • Posts: 6237
  • Thanks Meter: 0
    • View Profile
    • The Darkforest Group
  • Firmware: 4.0.2.A.0.42
  • Model: Sony Ericsson Xperia Play
Re: Maybe the best guide for SWF-theme creators
« Reply #19 on: September 18, 2011, 05:43:02 AM »
Do this in adobe flash:
File -> ActionScript Settings -> click the folder and select the folder with the SoHandler.as in it.

For some external .as you can use the script
#include "file.as"
Follow me on twitter

Offline Samanta Sync

  • Developer
  • *****
  • Posts: 189
  • Thanks Meter: 3
  • Just PM
    • View Profile
  • Firmware: MMGJK2  MXEIL2
  • Model: Samsung S5233S , Galaxy Note
Re: Maybe the best guide for SWF-theme creators
« Reply #20 on: October 14, 2011, 07:58:37 AM »
any script for enabling bluetooth (not script to go to bluetooth) ??  :-\ :-\
if there's will, there's way,
 if there's way, those are choices,
  if there's choice, there's risk,
   and the risk can be solved,
     if there's will .

Offline drakola3000

  • *
  • Posts: 5
  • Thanks Meter: 0
    • View Profile
  • Firmware: XEII4
  • Model: S5230W
Re: Maybe the best guide for SWF-theme creators
« Reply #21 on: December 29, 2011, 11:39:35 AM »
Get it now! http://www.mediafire.com/?dddo5n3rc3mo6bf (.pdf)
sorry for bad English, report any mistakes here

The link you gave is deleted please give another,
Thanks



No space left for more userbars :cry:

Offline ★-- ηι¢к ...

  • Code Modifier
  • Super Moderator
  • Elite Member
  • *****
  • Posts: 1172
  • Thanks Meter: 6
    • View Profile
  • Firmware: MMGJK2
  • Model: STAR NXT
  • Mods: StarEVO.. !!
Re: Maybe the best guide for SWF-theme creators
« Reply #22 on: December 29, 2011, 03:23:47 PM »
Get it now! http://www.mediafire.com/?dddo5n3rc3mo6bf (.pdf)
sorry for bad English, report any mistakes here

The link you gave is deleted please give another,
Thanks

I doubt that anybody would still have it. Just decompile some basic themes and study them. You will learn making themes easily :)

Offline John brac

  • Contributor
  • *****
  • Posts: 22
  • Thanks Meter: 0
    • View Profile
  • Firmware: MFJF1
  • Model: S5620 Monte
Re: Maybe the best guide for SWF-theme creators
« Reply #23 on: March 22, 2012, 01:43:27 AM »
Download link for the first post is down. Could you post it again please
Any help regarding to modding, and i am here.......

Offline lipka

  • Elite Developer
  • *****
  • Posts: 198
  • Thanks Meter: 0
    • View Profile
  • Model: s5620
Re: Maybe the best guide for SWF-theme creators
« Reply #24 on: March 25, 2012, 04:44:27 AM »
i dont have it but saving/reading from so is really easy look:
Code: [Select]

var so:SharedObject;
so = SharedObject.getLocal("testingName", "/");


//saving:
so.data.myvariable = "valueOfVariable";
so.flush();
//reading:
loc1 = so.data.myvariable;



Offline John brac

  • Contributor
  • *****
  • Posts: 22
  • Thanks Meter: 0
    • View Profile
  • Firmware: MFJF1
  • Model: S5620 Monte
Re: Maybe the best guide for SWF-theme creators
« Reply #25 on: May 08, 2012, 07:59:09 AM »
i dont have it but saving/reading from so is really easy look:
Code: [Select]

var so:SharedObject;
so = SharedObject.getLocal("testingName", "/");


//saving:
so.data.myvariable = "valueOfVariable";
so.flush();
//reading:
loc1 = so.data.myvariable;


could you post a example FLA please, so that it would be easier to learn it???????????
Any help regarding to modding, and i am here.......

Offline revea2010

  • *
  • Posts: 27
  • Thanks Meter: 0
    • View Profile
Re: Maybe the best guide for SWF-theme creators
« Reply #26 on: July 07, 2012, 12:39:56 AM »
Can someone update the link please

Offline Jonny

  • Android Developer
  • Administrator
  • Elite Member
  • *****
  • Posts: 1840
  • Thanks Meter: 18
    • View Profile
  • Firmware: Android 4.0.4 With HTC Sense 4.1
  • Model: HTC Sensation XE with Beats Audio Z715e
  • Mods: DarkSense 1.1.1, DarkForest Sensation XE ICS 7.2.0 & 4EXT Recovery Touch 1.0.0.5 RC3
Re: Maybe the best guide for SWF-theme creators
« Reply #27 on: July 07, 2012, 03:30:06 PM »
Can someone update the link please
I doubt anyone has this because apart from saving script which is posted in this thread by lipka and also elswhere on the forum there wasnt a lot of other usefull information in the PDF and all of it I think is available on this forum
Follow me on Twitter

Offline rex2688

  • *
  • Posts: 18
  • Thanks Meter: 2
    • View Profile
  • Model: s5620
Re: Maybe the best guide for SWF-theme creators
« Reply #28 on: July 15, 2012, 07:35:03 AM »
can anyone RE-UPLOAD the guide, because the file is deleted from mediafire  :'( :'(

Offline ★-- ηι¢к ...

  • Code Modifier
  • Super Moderator
  • Elite Member
  • *****
  • Posts: 1172
  • Thanks Meter: 6
    • View Profile
  • Firmware: MMGJK2
  • Model: STAR NXT
  • Mods: StarEVO.. !!
Re: Maybe the best guide for SWF-theme creators
« Reply #29 on: July 15, 2012, 08:59:42 AM »
can anyone RE-UPLOAD the guide, because the file is deleted from mediafire  :'( :'(


If you want a starter guide, you can read this

http://www.info-legion.blogspot.in/2012/06/making-lockscreen-actionscript-tutorial.html

 


Chat

Refresh History
  • ozee94: @White Rider: Seriously agree.. if star gets old doesnt mean its over.. we still love it.. and im willing to port android on to star whatever anyone says..
    Today at 08:58:09 AM
  • corby2geek: @White Rider Agreed :(
    June 14, 2013, 02:46:00 PM
  • Addy: Seriously man, neither here nor on facebook or any other place....nobody help us nowhere to learn something  >:( >:(
    June 13, 2013, 12:29:49 PM
  • White Rider: I know this forum is dead!  But some developers log in and say "Hello!" int he chat box and go away!  Would it seriously kill you people if you explained how you used to do all the themes? I've been asking questions for the past year and NO ONE answers!   Administrator, You might as well shut this forum down!  >:(
    June 13, 2013, 12:15:45 PM
  • itargie: hi
    June 12, 2013, 08:54:25 PM
  • CookieMen: ok,
    June 10, 2013, 08:08:49 AM
  • White Rider: Hey. No, I don't think so. Not for a few months, I guess.
    June 08, 2013, 02:20:11 AM
  • CookieMen: hi, is there updates for android by tecpatl?
    June 08, 2013, 02:14:48 AM
  • White Rider: Hi!  :)
    June 07, 2013, 04:22:13 AM
  • it: hola amigos! :D
    June 07, 2013, 02:10:15 AM
  • White Rider: @BlueTR. Not yet. No patch has yet been released for it. If the whole status bar is an swf file integrated into the firmware, then we may be able to change it.
    June 01, 2013, 10:00:12 AM
  • BlueTR: can we change status bar icons?
    May 31, 2013, 08:53:47 AM
  • Amidamaru: guys can any of you give me a link to a tutorial on how to theme my samsung star s5230 wifi , i just got the phone and idk what to do
    May 29, 2013, 05:27:31 PM
  • shilanjan: can anyone help me with the weather... as the weather apps doesnt works.. can anyone tell me how to make it work?
    May 29, 2013, 04:09:29 AM
  • null14: pls anyone teach me how to create a fonts pls step by step tnx to all
    May 26, 2013, 12:10:13 PM
  • White Rider: @fare1180, port/driver problem. reinstall the drivers and try different usb ports. are you able to use the media player mode with computer?
    April 29, 2013, 09:13:30 PM
  • farey1180: :-[
    April 27, 2013, 11:10:07 PM
  • farey1180: my phone is not seen in multi loader. why?
    April 27, 2013, 11:02:04 PM
  • CookieMen: @goku i know it, but i have other patch menu? but i downloaded it from this topic. can you make screens with enabled patches?
    April 26, 2013, 05:05:33 AM
  • beginnerPRO: can you help me to make scrolling background for gadget.swf please..!!
    April 25, 2013, 09:25:18 PM

SimplePortal 2.3.3 © 2008-2010, SimplePortal