View previous topic :: View next topic |
Author |
Message |
orisis -
Joined: 26 Jul 2006 Posts: 1
|
Posted: Wed Jul 26, 2006 12:19 am Post subject: Linking Flash with Server Side Scripting |
|
|
I've been working on a Flash based guestbook and I've had some trouble with sending data between the .swf and an .asp page. 'Trouble' is defined as 'not woking', and I wanted to know if anyone else has had this problem with other scripting languages or is it just a Flash/ASP thing.
Thanks for your help. |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Wed Jul 26, 2006 5:07 am Post subject: |
|
|
I myself use flash on my website. The text is generated by PHP from a database every time a visitor visits the page.
The text is loaded from this file:
http://2q4u.com/2q4u/feed.php
I do not have any ASP experience, but I'm pretty sure it would be easy to create something that looks the same. Just don't forget to escape the character '&'. |
|
Back to top |
|
 |
|