* Google Search


Author Topic: Maybe the best guide for SWF-theme creators  (Read 2412 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: 1839
  • 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: 1839
  • 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: 1839
  • 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
  • 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
  • wahyuaire: :(
    April 23, 2013, 07:16:07 AM
  • wahyuaire: i miss U all Guys
    April 23, 2013, 07:16:04 AM
  • Goku: Deactivate all patchs and activate nly the ones i postd ther..
    April 19, 2013, 11:10:27 AM
  • CookieMen: default eabled patches, not settings
    April 18, 2013, 05:10:44 AM
  • CookieMen: white screen, but with default settings phonebook and lockscreen doesnt work
    April 18, 2013, 05:10:10 AM
  • CookieMen: pb
    April 18, 2013, 05:08:33 AM
  • Goku: Wat help u want??
    April 17, 2013, 11:28:28 AM
  • CookieMen: anyone can help me with this theme? http://darkforestgroup.com/starmod/index.php?topic=1999.msg24556#new
    April 17, 2013, 05:31:34 AM
  • iXamueL: Good ol' forum where everything started :D
    April 13, 2013, 11:44:00 PM
  • White Rider: @it , and nothing has changed since you left....  :(
    April 10, 2013, 07:01:30 AM
  • it: it's been so long since my last visit.. :)
    April 09, 2013, 08:12:51 PM
  • onlook: ...
    March 25, 2013, 02:35:41 AM
  • White Rider: Bored....
    March 20, 2013, 10:56:00 AM
  • null14: yeah
    March 14, 2013, 11:13:46 PM
  • Goku: Thats true...
    March 14, 2013, 11:14:48 AM

SimplePortal 2.3.3 © 2008-2010, SimplePortal