Panel loading question...

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have 2 flash menus. I put each of them into a panel (1 in each panel (2
panels total)).

One flash menu is 200kb, one is only 50kb. (ie Menu for high speed or slow
speed connections.)

In my code I HIDE (visible=false) whatever panel I do not want to show.

QUESTION: Will the Flash swf LOAD anyways, even if it's visible property is
false?

Thanks...
 
If a Panel's visible property is set to false, then the panel, and any child
controls will not generate client script, so no.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top