
Welcome Guest
|
#1
|
|||
|
|||
|
Problem with Window content
Hi,
Back with yet another simple problem :? I'm trying to create a window and attach a pre-prepared movieclip into it's content path as follows Actionscript:
var bookCanvas:MovieClip;
createEmptyMovieClip("bookCanvas", getNextHighestDepth());
bookCanvas.attachMovie("myLabel", "testLabel", getNextHighestDepth(), {_x:0, _y:50});
bookCanvas.testLabel.value.htmlText = "this is a test label";
var bookWindow = PopUpManager.createPopUp(this, Window, true, {_x:100, _y:100, title:"Request Summary", closeButton:true});
bookWindow.setSize(500,200);
bookWindow.contentPath = bookCanvas;Thanks for any enlightement any of you can provide ![]() Euclid |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Glitch in my first Flash project | keress | Newbies |
8 | 12-28-2006 02:49 PM |
| problem using targets to change content | tokolosche | Newbies |
2 | 07-06-2006 11:00 PM |
| new browser window problem | duffint | Flash MX |
8 | 08-26-2004 05:13 PM |
| Resizing window problem.... | rbruhn | Flash MX |
4 | 07-07-2003 04:10 PM |
| Overlapping window problem!! | Dark Jagwar | General Flash | 2 | 08-06-2001 10:01 AM |






