|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem reading variables in HTML. Help!
The codes below works well in HTML, by passing user as Alvin.
No problem at all. <param name="movie" value="myhobby.swf?user=Alvin"> <embed src="hobby.swf?user=Alvin"> but when I want to put on the web it got problem loading/finding/using the variables.... (I dont know the problem) Is there any other way to pass in variables? Not using text file, but passing in through HTML? Example(I dont think this work but is there something like that?) <param name="user" value="alvin"> <embed src="myHobby.swf"> Thanks |
|
#2
|
|||
|
|||
|
How do you know this isn't working? Add a dynamic text box with a var name of 'user' on the root level. All variables passed in this manner are placed on the root level of the swf.
Code:
<param name="movie" value="myhobby.swf?user=Alvin"> <embed src="hobby.swf?user=Alvin"> |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Problem reading variables in HTML. Help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|