Jump to content


Why No Varaibles


  • You cannot reply to this topic
No replies to this topic

#1 narbdance

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 04 August 2006 - 11:55 AM

This is a mix between Flash and asp so I'll post here. I'm using a tutorial to load variables from asp and it looks like I've done everything right asp profesionals tell me the asp is fine so its got to be Flash. I use the loadvariables command and get nothing. Can some one tell me whats wrong? Here is the tutorial:

Quote

Returning a valid string from ASP

The code below will return a valid string to the Flash movie.


<%@Language="vb script:

Load Variables ("myscript.asp", 0)
( The Load Variables command can be found by choosing Load/Unload Movie from the dropdown list and selecting the Load Variables Into Location radio button. )

Generally, you should not use Get URL unless you are a) rewriting the object code to embed a new movie or B) generate HTML in a new page.

The zero in the above script represents the level at which you will load the movie. If you have movies stacked upon one another, you should reference them by their z-order. _level0 is the first movie, _level1 is the movie stacked above the first, and so on. For our current purpose, we'll assume there is only one movie in the picture and use 0 for the level specification.
Thanks

Edited by narbdance, 04 August 2006 - 01:03 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users