Inhabiting the middle lands of design and programing, I found a nice Flash tool and no damn explanation in the whole web.
It´s the text editor, Obedit.
There's nothing to change on actionscript side
I'm quite sure the answer relies on the file SAVE.PHP, that must change the file LOAD.PHP, which is read by Flash.
Basically: how to make SAVE.PHP write the LOAD.PHP file?
There's no mention of how-to-change-this on the little documentation, nor on Actionscript forums, neither on google...
So, here I am...
Thanks,
Rodolfo Buaiz
Completely Lost : PHP>Actionscript
Moderator: General Moderators
- stereofrog
- Forum Contributor
- Posts: 386
- Joined: Mon Dec 04, 2006 6:10 am
- stereofrog
- Forum Contributor
- Posts: 386
- Joined: Mon Dec 04, 2006 6:10 am
Sorry, but I don't get what you're asking. "save.php" receives the text as $_POST param and can do with it whatever it wants, for example store in a file or database. "load.php" takes the text from that storage (file, database) and prints it in urldecoded form. "save" should not overwrite or change "load".
hi stereofrog!
I was afraid of not being clear enough on the question I have...
The scenario is:
- the load.php is suposed to be a News Section on a flash web page (news.php would be a better name)
- a flash file will read this load.php/news.phd and display it in the main page of the site
- in an administration page, I will have Obedit opening the load.php and editing it, and then saving it back using save.php
thanks for your time
Rodolfo
I was afraid of not being clear enough on the question I have...
The scenario is:
- the load.php is suposed to be a News Section on a flash web page (news.php would be a better name)
- a flash file will read this load.php/news.phd and display it in the main page of the site
- in an administration page, I will have Obedit opening the load.php and editing it, and then saving it back using save.php
thanks for your time
Rodolfo