A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Calling ASP variable Value in Flash ( No Database used )

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Posts
    2

    Calling ASP variable Value in Flash ( No Database used )

    Hi,

    I am creating a program the calls ASP variable value in to Flash Dynamic text field.

    Flash Code

    loadVariables("03.asp", this);



    ASP Code

    <%
    dim text1

    text1 = "This is the sample text for Flash"

    Response.Write "textnew=" & text1

    %>

    here textnew is the textfield name in Flash

    can any one help me to overcome from this problam in this program no database is used

    thanks
    Vivek

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Don't use loadVariables, use Loadvars:

    http://www.flashscript.biz/php/phpvar/phpvar.html
    - The right of the People to create Flash movies shall not be infringed. -

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