This is a discussion on "rollover" within the Flash & Multimedia Forum section. This forum, and the thread "rollover are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
rollover
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
rollover
is it possible to pass cityname from rollover to x something like below
on button rollover b1.onRollOver = function() { var cityname= Delhi} AScript:- x=cityname feedURL = "http://61.16.10.25/_flash/" & x & ".aspx" |
|
|
|
||||
|
Re: rollover
if you mean POST and GET methods, yes you can use these methods in flash action scripts to pass variables
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
|||
|
Re: rollover
any help
i have created global variable on button _global.cityname="Delhi" and pass it to AS2 feedURL = "http://61.16.10.25/_flash/" +_global.cityname+".aspx"; this is working fine my problem is i want to pass _global.cityname="Delhi" on roll over |
|
||||
|
Re: rollover
what u mean pass to roll over ? please describe more in details
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
|||
|
F8 - rollover variable
i want when rollover the button a value as "Delhi" something like
(_global.cityname="Delhi") this goes to action script within the line feedURL = "http://61.16.10.25/_flash/" +_global.cityname+".aspx"; i have to create many button which on rollover send the value of different cityname in the Action script URL like button1 = Delhi button2= Sanjose Last edited by shwnew; Nov 6th, 2007 at 17:35. |
|
||||
|
Re: rollover
I think the simplest way is to pass the names with dynamic text boxs, i mean create textboxes for buttons and put the city names in them, then get the city name by clicking the buttons.
_global.cityname=this.text;
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
|||
|
Re: rollover
good idea but this is not working!!!!!!!!!!!
|
|
||||
|
Re: rollover
_global.cityname=_root.textboxname.text;
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rollover Please!! | Gareth | Starting Out | 1 | Mar 2nd, 2008 10:04 |
| Rollover and disjointed rollover on same items? | jtyoungs | Web Page Design | 37 | Oct 1st, 2007 14:05 |
| Caption rollOver help | typeofdoug | Flash & Multimedia Forum | 2 | Mar 12th, 2007 22:40 |
| Rollover buttons | Brooksi | Web Page Design | 3 | Jun 26th, 2006 16:18 |
| Need Help with a Rollover | Geeky Girl | Graphics and 3D | 0 | Nov 16th, 2005 00:09 |