| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Posts: 2
|
Quick, probably silly question.
I have a page with a script that sets up a function. Lets call the function CHANGER. What I want to do is have a flash movie call the javascript function with 3 variables. I.E. "CHANGER("000000","FFFFFF",50);" What command do I need to use to make this work. Or is it not that simple? PLEASE help. Kyle |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2001
Location: eastcoast
Posts: 42
|
in da page:
<script> function doSumptin(strParam1,strParam2,intParam3){ var doinIt = document.doIt(strParam1,strParam2,intParam3); } in da flash: on (release){ getURL("javascript:doSumptin('value1','value2',3)" ,"","POST"); } |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2001
Posts: 2
|
Thank you muchly!!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Complete newbie stupid xml question! | Stuart Elliott | ActionScript 2.0 | 1 | 12-05-2004 07:45 PM |
| Swapdepth using txt files and dynamic content for game. | superbnerb | ActionScript 1.0 (and below) | 3 | 09-22-2004 08:27 PM |
| stupid question | chrismitchell | Simple Stuff (Newbies) | 1 | 04-25-2004 07:50 PM |
| Another stupid newbie question. | Steak&Taters | Simple Stuff (Newbies) | 11 | 11-10-2002 05:57 PM |