PDA

View Full Version : WYSIWYG Editor for print


Selfminded
12-10-2004, 06:38 PM
The company I work for is currently trying to find a way for online users to submit classified ads. I thought that maybe a Flash WYSIWYG editor would be a good solution but I have a few questions:

The biggest thing that concerns me is getting the data out of Flash. Since it's going to be a WYSIWYG editor, how would we capture that in data? Obviously we can't have the user take a screenshot. Would that require looping through and grabbing the TextFormat off of every character and somehow parsing that for a database? Is there a way to convert .text to html format?

Does anyone have any suggestions or has anyone seen Flash used in a similar way? Thanks.

Selfminded

CyanBlue
12-10-2004, 06:50 PM
Howdy... :)

Take a look at this page...

Josh Dura's Text Editor Component v2.0
http://www.joshdura.com/archives/000163.php

Selfminded
12-10-2004, 07:16 PM
Yeah I've seen that! Thanks! It's really nice.

I've read a lot about flash not being able to count lines of text, does anyone know anything about this?

Selfminded