Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Server-Side Scripting

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-24-2001, 04:04 PM   #1
kyle@cin.com
Registered User
 
Join Date: Mar 2001
Posts: 2
Exclamation

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
kyle@cin.com is offline   Reply With Quote
Old 03-24-2001, 07:42 PM   #2
edeveloper
New Member
 
Join Date: Mar 2001
Location: eastcoast
Posts: 42
Default

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");
}
edeveloper is offline   Reply With Quote
Old 03-24-2001, 08:38 PM   #3
kyle@cin.com
Registered User
 
Join Date: Mar 2001
Posts: 2
Smile

Thank you muchly!!
kyle@cin.com is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 11:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.