|
-
php action script?
How would I include a php page, using
<? include("filename.php") ?>
into a flash text field? I want to put something like cutenews or another blog type of system into my flash site as a news collum. So how would I do that?
-
Registered User
hi,
You need that a php script output something that flash can read (name/value pairs or xml) and then load that content (variables or xml)
I suggest you read loading variables
-
is there a javascript function that can include pages like the php function will? I mainly ask because I can run javascript in the page so if I can import the page that way I could make it work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|