LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 06-30-2005, 09:54 AM
euclid euclid is offline
Registered User
 
Join Date: Mar 2005
Location: Reading, UK
Posts: 96
Rep Power: 9
euclid is on a distinguished road
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;
I know that is a pretty simple test, but for some reason its confounding me (as usual...hehe).
Thanks for any enlightement any of you can provide
Euclid
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 11:54 PM.