A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: passing variables to php

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    23
    I am having trouble passing a variable from flash to php.

    clipA has clipB and is regenerated via the automovieclip

    clipB contains clipC with a button and clipD

    on release the button loads a php file via loadmovie into clipD

    the contents of clipD depend on a variable in clipC's timeline.

    it is not reading the variable.

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    First of all make sure that clip C is really getting the variables defined, add dynamic text fields with the name of the involved variables to the movie clip where you do the load movie command, this will show you what values are being defined. Another useful trick is to use GetURL instead of LoadMovie commands (until you have it working) - this will show you the actual query on the browser's address bar.

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