Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

theoretical question.... 1

Status
Not open for further replies.

dzr

Programmer
Joined
Nov 20, 2001
Messages
109
Location
US
Ok... theoretically is this possible:

Say you had a 600/400 slide show screen with a 250/250 pic on each page. Sometimes the picture is top right, top right etc. The rest of the area is text (various L shaped text areas and such).

I'm thinking there might be a way to set the text to be a symbol of some sorts so I can just load it into the text area ... some what like page-break in Word...

I know I could do this with one screen but to click through 5 screens with one chunk of text.... could Flash tell where the text ended on the previous screen?

Basically I want to set up a template where I can just dump in a story. (maybe an option to change font size or something??)

Am I making any sense at all???
 
In MX the textfield class lets you dynamically control how text appears. You can set textboxes to autosize to the text they're given, control fontsizes, align left/right/centre etc.

If you're controlling the slideshow pictures with actionscript there's no reason why you can't do the same with the text. You could create 'L' shaped textboxes by overlapping two rectangles and feeding them text from a single file substring-ed at an appropriate breakpoint.

It would be tricky, and maybe a little slow if you're doing a lot of text manipualtion, but it's definitely possible.
 
oh thanks! i was stuck on separate frames for each slide but dynamically loading the pictures.. yes that's great.. thanks so much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top