Hi, I need help with a flash site I'm making
I have a dynamic text that has a scrollbar component, and I need some parts of that text to trigger some loadmovie's.
For example, a certain part of text must link to something like this:
loadMovieNum("G2_7.swf", 1);
I thought that maybe rendering the text as html, there might be a way to tell the text to load a movie inside that same flash movie, but I haven't been able to do it yet...
Is there any way to do this or is it just impossible? in that case, could you suggest me a solution?
Making the text static is not an option as I need it to run under a scrollbar component.
Thanks in advance
I have a dynamic text that has a scrollbar component, and I need some parts of that text to trigger some loadmovie's.
For example, a certain part of text must link to something like this:
loadMovieNum("G2_7.swf", 1);
I thought that maybe rendering the text as html, there might be a way to tell the text to load a movie inside that same flash movie, but I haven't been able to do it yet...
Is there any way to do this or is it just impossible? in that case, could you suggest me a solution?
Making the text static is not an option as I need it to run under a scrollbar component.
Thanks in advance