[Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
Hey list, Kind of a stupid question: I want to display a pdf that I have loaded into a movie clip in a mx scroll pane. What is the proper procedure? Thanks, Kjel ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Wendy Marino
Hi Kjel, Look for a scroller on flashkit.com. You don't need to use the mx scroll pane. Flashkit has lots of examples and down loadable files. For external text, html or xml: In the components inspector, under 'parameters' in the 'path' area you need to write in the path to your file is

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
Hey Wendy, Thanks for the advice. I have the mx component scrollpane working with a pdf that I have imported into the IDE as a movieclip into my library. I am not adding the movieclip to the stage, rather, I have associated the symbol with the scrollPane. It works great, but I can't figure

Re: Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread nelson ramirez
you can put a trace(this) on frame 1 of the clip that has your pdf. that will give you its full path from within the scrollpane. The content you load through content path gets placed within a movieclip in the sp. I believe its called data_holder but i forget for sure. your path would look

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
That did it. Thanks! Kjel nelson ramirez wrote: you can put a trace(this) on frame 1 of the clip that has your pdf. that will give you its full path from within the scrollpane. The content you load through content path gets placed within a movieclip in the sp. I believe its called data_holder

Re: Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Muzak
or use the documented ScrollPane.content property.. Muzak - Original Message - From: nelson ramirez [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 12, 2006 8:21 PM Subject: Re: Re: [Flashcoders] Movie Clip in a mx scroll pane

Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread Kjel Anderson
@chattyfig.figleaf.com Sent: Thursday, October 12, 2006 8:21 PM Subject: Re: Re: [Flashcoders] Movie Clip in a mx scroll pane you can put a trace(this) on frame 1 of the clip that has your pdf. that will give you its full path from within the scrollpane. The content you load through content path gets placed