Answered
textSnapShot.findtext crashing on iPad
Hello Everyone
I am loading an external swf using swfloader. The file loads fine. But when I try to find text in the file using the following code, it crahses on iPad.
var textSnap:TextSnapShot = extMovie.textSanpshot;
var i:int=textSnap.findText(0,"hello", false); <---- crashes here.
Any ideas?
Thanks
