Skip to main content
October 24, 2011
Question

2 mx.canvas and 2 object load issue

  • October 24, 2011
  • 1 reply
  • 317 views

hey all,

I need advice here in flash builder.

i need to create 2 canvas that each load an object. i manage to do it one by one in 1 sec difference between them, but thats my problem.

i need then to create at the same time.

thow i use trace to watch the process of the creation the result that i get is that i can see them in process but get one result on view not both. why?

thanks,

This topic has been closed for replies.

1 reply

Kenneth Kawamoto
Community Expert
Community Expert
October 25, 2011

Don't know if this works for your case but can you hide them initially and when both of them issued creationComplete display them at the same time?

--

Kenneth Kawamoto

http://www.materiaprima.co.uk/

October 26, 2011

no it wont do me good. the objects that are loaded are dynamic so it wont help me.

the thing is that I can see them been created and they are visible true so im in the dark here..