wobble browzer from flash
wobble browzer from flash
- Started
- Last post
- 2 Responses
- stuff
Can someone please hook me up with the code for wobbling a browser window (targeting this from flash) I've tried looking myself to no avail.
- unfittoprint0
put this in your [head] tag.
http://www.permadi.com/tutorial/…then from flash make somehting like
this.onPress = function(){
getURL ("javascript:quake()");
}
- stuff0
Thanks man ;0)