View Full Version : Edit simple html with flash
Fresh_ales
01-14-2006, 05:55 PM
I'm a newbee in flash, so i really want to know, if is it possible to edit simple html file in flash...
What am i trying to do?
simple HTML editor in flash...or is this impossible?
Thanx for any hint!
Fres_ales:D
a simple HTML editor shoud by the same as a simple TEXT editor
so it shoud by makeabel
(you can't save with falsh nor can you search for a file to load !)
Fresh_ales
01-14-2006, 08:10 PM
hmmm
so i cannot save a file with flash?
Like...i open html file, input some text and save it or create new html file...all with flash...
Fresh_ales:confused:
Flash Gordon
01-14-2006, 08:29 PM
I think what Xeef is say is basically, "No".
Why not edit it in dreamweaver?
However if you are trying to build an HTML editor, sure you could do it with the help of a server-side language. But this is going to be a lot of work. And if you had to ask, chances are you don't have the skills to do it. (I know I don't).
Fresh_ales
01-14-2006, 08:44 PM
I think what Xeef is say is basically, "No".
Why not edit it in dreamweaver?
However if you are trying to build an HTML editor, sure you could do it with the help of a server-side language. But this is going to be a lot of work. And if you had to ask, chances are you don't have the skills to do it. (I know I don't).
hmmm i have a dream...to do a HTML editor..a simple one :P
I'll keep you posted if i 'll manage this :D
Best regards!
Fresh_ales:rolleyes:
Flash Gordon
01-14-2006, 08:58 PM
Some things to think about:
It is going to be a text editor like notepad or a GUI interface like Dreaweaver
How are you going to convert vector tables into ASCII?
How are you going to write the text file?
Fresh_ales
01-14-2006, 09:05 PM
Some things to think about:
It is going to be a text editor like notepad or a GUI interface like Dreaweaver
How are you going to convert vector tables into ASCII?
How are you going to write the text file?
nonononon.....
what i want to do in first place...
I want to have "html" editor..BUT i only want to ADD, edit, publish txt that will be typed, edited.....on local computer (projector file, i think) and then comunicate with CGI ?(i think) and then publish the content into html file...
something like "online" adding/editing tool for news...
I m not trying to make an edditor like DreamWeaver... i want to make an anplication, to add/edit "news" in 1 frame on html page, that means to add/edit "news" in 1 html file....
O.K. i know, i dont have the knolige to do this right now... but im learning...and I HEAVE A DREAM!
Fresh_ales:D
bombsledder
01-14-2006, 09:51 PM
why dont you try c++ or vb for this it will make your life so much easier
goliatone
01-18-2006, 05:17 PM
good luck fresh, sounds interesting...if you have a dream, pursuit...
theelephantwords
02-17-2006, 09:12 PM
so yeah basically what you need to do is first build the editor. i'm making one right now, it should be done early next week, so maybe i could just give you what im making for that.
basically, you could use php for all this. what you would do is the following, and i'll probably skip some stuff haha..
1. get the editor to export a variable with all the html formatting. making an editor is the hardest part of all this, i know because im doing it right now.
2. send that variable to a php script. not hard.
3. in the php, accept the variable and trap it. add some html formatting. have it create a .html file. tricky to get this perfected but it's not hard at all.
4. that's it so i don't know why i have 4 things on this list.
http://h108design.com if you click on thoughts, then click on one of the months, go into it and click add comments to one. put your name in and then comment. through a php file it gets saved to my server as an xml file, appended to the end of an appropriate xml tree. you can then click on view comments, and yours shoullldddd show up. it might take a few seconds though. basically you'd be doing the same thing. i have it accept flash variables and trap them, and using CData, css and php create a file. it's not that hard, just don't give up. goonies never say die.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.