
Welcome Guest
|
#1
|
|||
|
|||
|
Help... loading variables from perl
I have been working with Flash for a short time and I can't make this work...
I have read about loadvars and seen examples (not perl ones)... I tried to make a little flash accessing a little script for testing... flash part (on layer1: frame 1) Code:
perl part (prints on browser &opa=xxx&opa2=abc ) Code:
#!/usr/bin/perl $| = 1; use CGI qw/:standard :html3/; use strict; #print header; print "Content-type: text/plain\n\n"; print "&opa=xxx&opa2=abc"; die; my textfield shows as undefined * undefined : onLoad=undefined trace shows "nope" any suggestions? ideas? thanks in advance - Bruno |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loading Variables Via Mysql > Php > Flash | xgermz | Flash 8 |
3 | 01-14-2007 08:33 AM |
| loading variables from txt | hisp | Flash 8 |
3 | 01-13-2007 05:09 PM |
| Loading variables | shaggy_LFC | Flash MX |
6 | 04-01-2004 04:35 AM |
| loading variables from external file | pht | Flash MX ActionScript |
3 | 09-05-2002 10:57 AM |
| Loading variables into a loaded .swf??? | crucial | Flash 5 Actionscript |
3 | 03-16-2001 05:12 PM |





