Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread John Mark Hawley
This looks like a lot of very strange stuff is going on in the design of this code. I think you should explain what you want to do at a very high level so we can see if there is a better and simpler way to accomplish it. (I can't figure out where the Delegate mentioned in the subject line is

Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
In the piece of code that I just sent basically what is happening is this: Start Tween = Tween length 1 sec If it has elapsed .2 seconds then trigger a function And my problem was that once the .2 seconds have happened the function wasnt called since it was inside an If statement inside the

Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Eric Walton
Anyone know how to feed what a visitor is viewing in an iframe into a dynamic list, the iframe will have a search engine built into it? Thanks in advance, Eric Walton 9 / Edub9 To view more about The Artwork of Eric Walton 9 / Edub9 please visit the following: www.hollywoodfineart.com

RE: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Merrill, Jason
Anyone know how to feed what a visitor is viewing in an iframe into a dynamic list, the iframe will have a search engine built into it? Wrong thread, but seems you could use External Interface with Javscript communication. Will require some coding both on the HTML page and the flash file.