|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Loading into flash
I set up flash movie with dinamic text and set the veriable to be "siteText". I'm passing the variable into the swf by calling the swf like this: filename.swf?siteText=8888888888888
when the variable is in the root it gets the value but when I place it in a clip it does not?? why and how do I fix it? Thanks |
|
#2
|
|||
|
|||
|
Hi, yer what your doing is loading the variable siteText into root. if you wanted to access it from a clip use something like this in the clip:
myTextBoxVariable = _root.siteText; |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Loading into flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|