Hi, all
I want to use Ranorex to test my flash asset-----xxxx.swf file.
I also follow the steps http://www.ranorex.com/support/user-gui ... html#c2739 to put the code in my AS3, it has no error, but it has no reaction as well
I was wondering how does ranores work when testing flash. Is any example or flow guide to teach me how does ranorex test flash asset looks like? PS : flash asset. not flex. not C#
Thanks very mucj
How to test Flash Asset
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: How to test Flash Asset
Did you use the Ranorex.swc library, the module or did you use the RanorexLoader?
Please note that if you are opening SWFs from a file:// url you have to add that directory to the list of trusted locations:
http://www.macromedia.com/support/docum ... ger04.html
if everythings works correct, you should see an "flexobject" element in Ranorex Spy instead of an <object> or <embed> html tag. ("flexobject" also handles flash-only content)
Michael
Ranorex Team
Please note that if you are opening SWFs from a file:// url you have to add that directory to the list of trusted locations:
http://www.macromedia.com/support/docum ... ger04.html
if everythings works correct, you should see an "flexobject" element in Ranorex Spy instead of an <object> or <embed> html tag. ("flexobject" also handles flash-only content)
Michael
Ranorex Team