
Welcome Guest
|
#1
|
||||
|
||||
|
hi,
i just cannot seem to be able to get this to run. i'm embedding my swf-file in the html and passing a FlashVars variable. how do i get that variable into my main timeline? i have tried this code: Actionscript:
offer = new LoadVars.load();
this.createTextField("test", 1, 0, 0, 200, 20);
test.text = rein;with this html: Code:
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="550" HEIGHT="400">
<PARAM NAME="movie" VALUE="info/test.swf"><PARAM FlashVars = "rein=hallo";
<PARAM NAME=quality VALUE=high>
<PARAM NAME="rein" VALUE="hallo">
<EMBED SRC="info/test.swf" WIDTH="550" HEIGHT="400" QUALITY=high PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" TYPE="application/x-shockwave-flash" REIN="hallo"></EMBED>
</OBJECT>thank you for all your thoughts on this Juro |
«
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 |
| loadVars alternative for Firefox????? | brandon_h | Flash 8 |
1 | 07-08-2006 01:32 PM |
| Flash Hell: How to get FLASHVARS to work with a Forms application | Weevil | Flash MX ActionScript |
0 | 05-27-2004 01:15 AM |
| caching jpgs by loading into loadVars | Ultraniblet | Flash MX ActionScript |
6 | 03-20-2004 03:52 AM |
| LoadVars - PLEASE HELP | ScotterMonk | Flash MX ActionScript |
5 | 10-15-2003 02:24 PM |
| FlashVars driving me insane | dv8 | Flash MX |
1 | 02-13-2003 05:02 PM |




