Hi
In fact you can do a *.thm file activator for *.swf file. How?
1st: Download Izarc file compressor, just looking for it in internet; install in your PC.
2nd: Chosse any *.thm file, and open with Izarc file compressor.
3rd: It shows you a window, something like that :
4th: Extract Theme.xml file, then open it with notepad, and edit.
5th: You'll see a lot of parameters, something like that:
Code:
<?xml version="1.0"?>
<!-- Created with Sony Ericsson Themes Creator -->
<Sony_Ericsson_theme version="4.7">
<Background Color="0xff0033"/>
<Calendar_weekview_markings Color="0x00009e"/>....
In this area, you must add the next code:
Code:
<Desktop_style Type="File" Source="*.swf"/>
, but instead of "*", write exactly your *.swf file name: "abcdfe.swf", "xyz.swf" according your *.swf theme file. For example if my *.swf is matrix.swf, my code would be: <Desktop_style Type="File" Source="matrix.swf"/>.
code.jpg
6th. Save changes.
7th. The new "Theme.xml" drags into the open Izarc Window and replace.
8th. Enjoy.
Greetings