This is a discussion on "Passing a Variable to ASP" within the Flash & Multimedia Forum section. This forum, and the thread "Passing a Variable to ASP are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Passing a Variable to ASP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I'm having a problem passing variables to an asp page. I've never done this before so i'm not sure how to go about it.
I've created a slider that allows me to slide from left to right giving an output of 0-100. All i want to is pass this output to an asp page. My action script is as follows <This works out the number to output> this.perc=0 ; handle.onPress=function(){ this.startDrag(true,0,0,rail._width,0); this.onEnterFrame=function(){ perc=Math.round(this._x*100/rail._width) ; } } handle.onRelease=stopDrag; handle.onreleaseOutside=stopDrag; <This displays the output in a label> this.onEnterFrame=function(){ sliderValue.text=slider.perc; } Any help would be much appreciated! |
|
|
![]() |
| Tags |
| flash, asp, passing variables |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing a value through forms then using it? | wayned16 | PHP Forum | 1 | Feb 9th, 2007 16:51 |
| passing an ID field through to PHP | Colm Osiris | PHP Forum | 2 | Nov 20th, 2006 08:24 |
| Variable passing | VanderBOOM | JavaScript Forum | 20 | Nov 2nd, 2006 21:39 |
| [SOLVED] Passing my variable, help please | Anonymous User | PHP Forum | 0 | Feb 12th, 2005 13:37 |
| Passing form variable between pages | rhoov | Classic ASP | 8 | Dec 16th, 2003 14:59 |