View svndiff2html
#!/bin/bash | |
# svndiff2html runs svn diff on the current directory path and outputs a | |
# formatted HTML file to provide easier legibility. | |
diff=""; | |
out=""; | |
html=""; | |
args=""; |
View flashVarsToLoadedSwf
package | |
{ | |
import flash.display.Sprite; | |
import flash.display.Loader; | |
import flash.net.URLRequest; | |
/** | |
* Loads SwfB in the same way a swf usually loads a swf. | |
*/ | |
public class SwfA extends Sprite |