| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Sep 2005
Posts: 4
|
Hi,everyone,
I use flex 1.5 now sometimes I want to load a another movie into the current flex app I use canvas as the container. <mx:Canvas id="testArea" width="430" height="220" creationComplete="testArea.loadMovie('test.swf','0 ')"> </mx:Canvas > like this. I can see the movie is loaded. but if there is a List control, it won't show up . I konw it is because the container Flex app. don't have List control in its lib. But, even I add a list control in the Flex app and import mx.controls.List(and set its visibility to false, all I want is to add a list control to its lib). it still doesn't work. Any ideas? thanks |
|
|
|
|
#2 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
create the list in the application using mxml and then on creationcomplete of the container destroy that object.
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using loadMovie problem with new TextField.StyleSheet() when attaching 2 movies | cmejia2100 | ActionScript 2.0 | 1 | 02-26-2006 11:33 AM |
| problem with dynamic text after loadmovie() | adamkearsley | ActionScript 1.0 (and below) | 2 | 12-16-2004 07:43 PM |
| Problem with loadMovie() into a container with effect. Please help | mx-guest2004 | ActionScript 1.0 (and below) | 16 | 10-22-2004 06:43 AM |
| loadMovie problem with site directory | eskymo | ActionScript 1.0 (and below) | 2 | 02-02-2003 08:46 PM |
| loadMovie problem (I know...sorry) | dominick100 | Simple Stuff (Newbies) | 9 | 06-14-2002 08:22 PM |