;

PDA

Click to See Complete Forum and Search --> : Different pages in one content pane?


dniezby
11-26-2006, 02:37 PM
It's been a while since I've done any work with KM (other than some basic stuff) so some stuff is a little rusty.

I'm trying to use one content pane to display different html files.

For example. If someone clicks a button on the site to News - it loads the news .html page. If someone clicks the roster button - it loads the roster.html.

I could swear I did this before. Just can't find my reference files.

blanius
11-26-2006, 08:32 PM
Look in the API file for Content pane. Under Examples\Components\Flash 8\API

But basically the format to set content is:
setContent ( type, source [, transition, transitTime [, clipRect [, initObject ]]] )

dniezby
11-26-2006, 09:02 PM
Thanks.

BTW, what does ANALOG to textfield mean?

Eg: Analog to textfield.styleSheet

blanius
11-26-2006, 11:00 PM
I assume you mean this:
setNewTextFormat ( textFormat )
-------------------------------
Analog to the textfield.setNexTextFormat function

Wilburt is not a native English speaker and I'm sure he meant Analogous (http://dictionary.reference.com/browse/analogous) meaing the same as

w.brants
11-27-2006, 01:25 AM
Wilburt is not a native English speaker and I'm sure he meant Analogous (http://dictionary.reference.com/browse/analogous) meaing the same as
That's right Bret :)
A stylesheet can be assigned to a content pane in the same way as to a dynamic textfield.

dniezby
11-27-2006, 02:06 AM
Man, I can't believe how rusty I've become. A few months away from coding and the I feel like a noob again.

Thanks guys.