I am messing around with the FSA and the '
automaticSize' variable in the fsa.htm and fsa_signed.htm files:
Code:
<!-- include with javascript - best solution because otherwise you get the "klick to activate border in IE" -->
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
includeTfuApplet(100);
</script>
<!-- end include with Javascript -->
<!-- static html include -->
<noscript>
<applet codebase="."
code="de.tfu.FileSplitApplet" name="de.tfu.FileSplitApplet"
width=400 height=300
archive="fsa_signed.jar" align=top>
<param name="automaticSize" value="100">
</applet>
</noscript>
..after a minute it dawned on me why the auto split size wasn't showing as I expected.
Since I couldn't find any specific mention about this and that most people I suppose will be using javascript, I though it would maybe be useful to point out that two changes are needed.
The second one is:
includeTfuApplet(100);
Also I wanted to point out that other 'raw' file splitting applications work too. I made a split using Total Commander and that works perfectly.