HI, > I believe there's an "A" component. Would that work?
Thanks I didn’t consider that. Don't think it will work in this particular case but would in others. I ended up adding this to my pom file: <dependency> <groupId>org.apache.flex.flexjs.typedefs</groupId> <artifactId>flexjs-typedefs-js</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> <scope>runtime</scope> </dependency> And just using window.open(). Note the classifier and scope in teh dependancy above, if you don’t put that in you get all sorts of errors. Hopefully that will save someone else some time. Thanks, Justin