A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: php action script?

  1. #1

    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?
    -John

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    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

  3. #3
    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.
    -John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center