|  | Duplicate movie clip problem |  | |
| | | Slpixe |  |
| Posted: Mon Sep 01, 2008 3:41 pm Post subject: Duplicate movie clip problem |  |
| |  | |
Hey all,
I'm running into problems of attempting to create a flash based site composed of multiple windows(mc's) which I need to get generated based on how many lots of information are passed into it.
I currently have: database php page displaying information to get passed into flash (number of db rows + the content) the working window which is able to obtain the information off the page.
The problem is, I will be passing multiple lots of information that I will want in multiple windows (with no limit).
so i'm hoping I can:
have the 1 primary mc always appearing. if there are 5 rows of information come through. it duplicate the mc 4 more times. on which a loop will set all the content to the correct mc's.
What I currently have working is at LINK but currently the 2 windows are both manually made, and do not have a loop to put the content in.
there is just a few lines of code for each window. I should be able to generate the loop myself once I can find a method of creating multiple windows on demand, and find a way around each pulling the content for the correct window.
Any help is appreciated. |
| |
| | | Slpixe |  |
| Posted: Tue Sep 02, 2008 1:20 pm Post subject: Re: Duplicate movie clip problem |  |
| |  | |
Hey, I would really appreciate any feedback on suggestions or anything.
I have since found a tutorial on creating the components individually just using action script.
Would this be the only/Most efficient and easiest way?
Thanks in advance.
Slpixe wrote:
| Quote: | Hey all,
I'm running into problems of attempting to create a flash based site composed of multiple windows(mc's) which I need to get generated based on how many lots of information are passed into it.
I currently have: database php page displaying information to get passed into flash (number of db rows + the content) the working window which is able to obtain the information off the page.
The problem is, I will be passing multiple lots of information that I will want in multiple windows (with no limit).
so i'm hoping I can:
have the 1 primary mc always appearing. if there are 5 rows of information come through. it duplicate the mc 4 more times. on which a loop will set all the content to the correct mc's.
What I currently have working is at LINK but currently the 2 windows are both manually made, and do not have a loop to put the content in.
there is just a few lines of code for each window. I should be able to generate the loop myself once I can find a method of creating multiple windows on demand, and find a way around each pulling the content for the correct window.
Any help is appreciated. |
|
| |
|
|