I actually joined the FlashBlocks forum, & posted a similar question there, & the guy responded saying that you can add FlashBlocks editing components dynamically via ActionScript, which is awesome, so I expanded on my question a bit, but he hasn't gotten back.

Quote Originally Posted by hidef1080
Are you wanting to add new pages on the fly?
Yeah, basically, the way I've been doing things lately is there's nothing really on the Stage - I create a lot of stuff using the drawing API (using code to say 'make me a box here, & make it this color, & this size'), using XML to attach images into a Movie Clip created using createEmptyMovieClip(), & creating Text Fields using createTextField().

I also wonder about if I can make my own things, like I have this little custom scrollBar I made a while ago - it's just a Movie Clip with some code & graphics (pieces of the scrollBar), & I can dynamically dump some text into it, pass it a few parameters for width & height, etc, & it just does it's thing. So I wonder if I'd be able to use it, or things of that nature...?