QUOTE (<TheMachine> @ 2007-11-28 20:50)

what exactly is the card: ?? my mobyexplorer shows my card as e:
card is the folder assigned in FS(flash system) to memory stick, no matter what says mobyexplorer
so should it be e:/flashmenu in the text file??
no, must be
c a r d / f l a s h m e n u / a b c . s w f
*you need to add to spaces at the end (I forgot that in previously post) sorry
*you need to put those spaces between each caracter
*it's card/ , no card:/
*abc.swf it's only an example, you can use whatever
after saving the text file as abc.swf.@ should i open in hex editor?? and then do what??
when you open hexeditor, you need to change all values 20, to 00
for example
CODE
c a r d / f l a s h m e n u / a b c .s w f
in hexadecimal is
==
63
20 61
20 72
20 64
20 2f
20 66
20 6c
20 61
20 73
20 68
20 6d
20 65
20 6e
20 75
20 2f
20 61
20 62
20 63
20 2e
20 73
20 77
20 66
20 20 ==
you need to change each 20 to 00
result:
==
63
00 61
00 72
00 64
00 2f
00 66
00 6c
00 61
00 73
00 68
00 6d
00 65
00 6e
00 75
00 2f
00 61
00 62
00 63
00 2e
00 73
00 77
00 66
00 00 ==
regards
Hmmm... I was trying it for 1 full day but could not get it to work!!!
1. I created the same hex file abc.swf.@-> c a r d / f l a s h m e n u / a b c . s w f<2 spaces> and got the same hex values as you indicated and replaced all 20's with 00's..... Put it inside the flash folder inside the phone.
2. Created a folder "flashmenu" in the root of the card and took a flash theme->renamed it to abc.swf and put it inside the "flashmenu" folder.
3. Made a theme file point to abc.swf and set the theme. But when i pressed the menu nothing happened.... The phone stayed still in the standby as if no key was pressed. I also tried pointing the theme to the abc.swf.@ inside my theme file but still the same result.
Any idea as to where am I going worng??