flash + PHP guestbook
- Started
- Last post
- 9 Responses
- goygoygoy
Does anybody knows how can I use a font which is not default html (like verdana or arial).
I'm using that guestbook
http://www.flash-db.com/GuestBoo…When I embed the font I want to use (kroeger) in flash, the script doesn't load me the variables...
example: http://www.gwkk.org/guestbook/gu…Where is the problem? in php or flash?
thks in advance.
- tomkat0
the problem is in flash, of course, unless you did not edit the php script.
check if your dynamic text is html enabled and if you named it right.
- goygoygoy0
thks tomkat but the text field is correctly named and html is checked....
It seems that the if I don't embed the font, everything works right... but i looks like sh*t if you don't have the font installed
http://www.gwkk.org/guestbook/gu…
:(
- mennik0
what's wrong with verdana or arial, beats the most.
mb you changed from input to dynamic?
- unfittoprint0
I urlencode every string I bring from PHP to Flash, who knows?
- unfittoprint0
I urlencode every string I bring from PHP to Flash, who knows?
- goygoygoy0
unfittoprint, what do you mean with urlencode? I'm a beginner with php.
- unfittoprint0
PHP: urlencode
http://www.phpfreaks.com/phpmanu…
you might want to add an escape function to the srting you're sending from Flash:
- goygoygoy0
tks for that unfittoprint.
Actually, I'm doing the reverse path: loading content into flash from a text file with PHP. so I guess I would have to use unescape()
is there a way to use it when I load content with loadVariablesNum in flash?
- unfittoprint0
Try the new LoadVars object. Much more reliable.
http://www.macromedia.com/suppor…