A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Load Variable from external server

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    9
    Hi,
    My MC is on http://www.mysite.com.br and my DATABASE Server is on http://www.mydatabase.com.br.
    How can I do Load Variable from a different server?

    Tnks.

    Fernando Boniotti

  2. #2
    Senior Member
    Join Date
    Feb 2001
    Posts
    475
    As far as i know there should be no problem...
    The function loadVariables() handles absolute links too - so just link to your database server like you would in your browser... like:

    loadVariables ("http://www.mydatabase.com.br", 0);
    Yours
    HTD

  3. #3
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi HowardTheDuck,

    unfortunately you are wrong. Macromedia considers blocking accesses to different server a security feature.

    @boniotti: do you have any kind of scripting on your server?
    You could set up a script on your server that relays data; and probably even a redirect from your server to the database server would work.

    Musicman

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