Re: [Flashcoders] Q: Javascript Injection Examples

2006-10-19 Thread John VanHorn
i saw some interesting, but simple examples at flash forward. i wrote a function for using javascript's regex for email validation: var s:String = ""; s += "function checkEmail_flash(email){"; s += "var s = /^([a-zA-Z0-9_\\.\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$

[Flashcoders] Q: Javascript Injection Examples

2006-10-19 Thread bitstreams
Hi Trying a new technique that allows javascript to be 'injected'from within a swf. Has anyone seen any interesting examples of this technique? Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca into the html page from within a s