A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: html from a server into flash ??

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    Hi,

    I'm wondering if it's possible to recieve server-side information, like html-pages, into flash ??

    I'm building a website, fully made in flash and I like to recieve server-side information in the swf, not in a new browser window !

    I hope someone could help with that..

    seti

  2. #2
    Senior Member
    Join Date
    May 2001
    Posts
    323
    there are a number of ways to do this can you be more specific as to what you want to do ie what you want to get and how you want to trigger getting it

  3. #3
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    f.e. links that are dynamically updated on the server..


  4. #4
    Senior Member
    Join Date
    May 2001
    Posts
    323
    what's f.e. ??

    be more specific please

  5. #5
    Senior Member
    Join Date
    Oct 2000
    Posts
    130
    a server generates html pages, which I want to receive and update dynamically in my swf.

    I want to see the FULL html pages IN the swf, in a mc with scrollbar.

  6. #6
    Senior Member
    Join Date
    May 2001
    Posts
    323
    Ok here how but there are loads of problems

    in the flash you can use loadvariables("myAsp.asp",0) to get it but the format for this is,

    the asp page needs to output like passing a querrystring ie

    variable1=fred&variable2=peter etc.

    if you try and pass a full HTML document you will confuse this so you would need to replace the '&' '=' '+' etc in the html prior to passing it with something that would allow this to work

    having recieved the modified html you would need to rebuild the string back to the original

    next the text box only suports a limited sub set of the html standard I'm not sure how you would get around this

    why is it you feel you want to do this and not just split the host html document into a frame set and load the returned document in to the none flash frame

    David





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