On 6/6/05, Joel Parish <[EMAIL PROTECTED]> wrote: > I don't know if any of you have seen the lastest article at > http://coenraets.com/viewarticle.jsp?articleId=95 > in this article Christophe Coenraets talks about managing an iFrame > using flex. Would any of you know how to expand this to manage two > independent iFrames?
In Christophe's example, an ID of "myFrame" is assigned to the single iframe on the page. This iframe is controlled by the Flex application. If you want to control multiple iframes, you'll have to either call different JavaScript functions to control each of them, or (better) pass the ID of the iframe to be controlled as a function parameter to the JavaScript function. See the code and it'll become clear: http://coenraets.com/apps/cv.jsp?descriptor=iframe/source.xml Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

