Jump to content

smk888

Members
  • Posts

    3
  • Joined

  • Last visited

smk888's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. smk888

    ASP in FLASH

    This tutorial is REALLY old,the actionscript they give wont work,but they must have updated the support file though because it usesloadVariablesNum("mypage.asp",depth);which is correct.the code they give on the page:Load Variables ("page",depth); is not valid.loadVariablesNum() will work, but ive found that most of the time I have to send more then a couple variables, at which time loadvariablesNum() and the LoadVars equivilents are far slower then the XML class. So I guess it depends on the app.smk
  2. smk888

    ASP in FLASH

    several ways to do thisbut i think the best is using Flash's XML class.have your ASP page output xml,then you set up an XML object in flash and load in the asp page results.otherwise you can use the LoadVars class, but i think that takes longer to load.you would probably do better to post on macromedia's Flash forum for questions like this http://www.macromedia.com/cfusion/webforum....cfm?forumid=15or you could check outa book called XML for Flash by Sas Jacobs. It definately leans more toward the asp developer.smk
  3. Im looking for a way to retrieve a page, search an replace in one area (thats the same everytime), and then write it to the browser. The search and replace is no problem, I just cant figure out how to store the results of an http request into a variable that i can work on.Just a quick point in the right directionfor a newb ASP developer would be greatly appreciatedThanks smk
×
×
  • Create New...