STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228128
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/96643231?noj=FRM96643231-14DC" width="1" height="1"></div>

hex-to-ascii.swf

This is the info page for
Flash #10408

(Click the ID number above for more basic data on this flash file.)


Text
Output

Input

Help

Help

Help

Help Section

Just enter your hex-string into the
upper field, separated by whatever
you want but, you don't really have to
separate them, the script
automatically group alla characters
that can exist in a hex string in groups
of two.

Return

Return

Return

Kuzmin©

ActionScript [AS1/AS2]

Frame 1
var hexchars = new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
Frame 11
inputted = input.toUpperCase(); var outputted = new Array(); c = 0; while (c < inputted.length) { i = 0; while (i < hexchars.length) { if (inputted.charAt(c) == hexchars[i]) { outputted.push(i + 1); } else if (inputted.charAt(c) == 0) { outputted.push("0"); } i++; } c++; } jkl = 0; idk = outputted.length / 2; var outputted2 = new Array(); i = 0; while (i < idk) { a = outputted[jkl]; b = outputted[jkl + 1]; c = (a * 16) + (b * 1); outputted2.push(c); jkl = jkl + 2; i++; } plaintext = ""; i = 0; while (i < outputted2.length) { plaintext = plaintext + String.fromCharCode(outputted2[i]); i++; } output = plaintext;
Frame 12
gotoAndPlay (11);
Frame 13
stop();
Symbol 9 Button
on (release) { _root.gotoAndPlay("Things"); _root.things_mc.gotoAndStop("Copyright"); }
Symbol 15 Button
on (release) { gotoAndPlay ("Things"); _root.things_mc.gotoAndStop("Help"); }
Symbol 23 Button
on (release) { _root.gotoAndPlay(1); }
Symbol 26 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 17 18
Symbol 3 EditableTextUses:2Used by:Timeline
Symbol 4 EditableTextUses:2Used by:Timeline
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 ButtonUses:5 6 7 8Used by:Timeline
Symbol 10 FontUsed by:11 12 13 19 20 21
Symbol 11 TextUses:10Used by:15
Symbol 12 TextUses:10Used by:15
Symbol 13 TextUses:10Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:11 12 13 14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 TextUses:2Used by:26
Symbol 18 TextUses:2Used by:26
Symbol 19 TextUses:10Used by:23
Symbol 20 TextUses:10Used by:23
Symbol 21 TextUses:10Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:19 20 21 22Used by:26
Symbol 24 FontUsed by:25
Symbol 25 TextUses:24Used by:26
Symbol 26 MovieClipUses:17 18 23 25Used by:Timeline

Instance Names

"things_mc"Frame 13Symbol 26 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"Varsetting"Frame 1
"Script"Frame 11
"Sendback"Frame 12
"Things"Frame 13
"Help"Symbol 26 MovieClip Frame 1
"Copyright"Symbol 26 MovieClip Frame 11

Dynamic Text Variables

outputSymbol 3 EditableText"Output"
inputSymbol 4 EditableText"Input"




http://swfchan.com/3/10408/info.shtml
Created: 8/6 -2019 12:26:53 Last modified: 8/6 -2019 12:26:53 Server time: 14/05 -2024 19:28:16