
January 14th, 2004, 02:26 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Location: Gdansk
Posts: 10
Time spent in forums: 1 m 49 sec
Reputation Power: 0
|
|
Hi I have a similar problem but with JavaScript variable + Flash. On another forum I got this reply:
Quote: What comes to mind is to use JavaScript's ability to print out html:
CODE
Quote:
<object ... flash ... blah blah>
<param name='...' value='...'>
<script langauge="javascript">
print "<param name='myvariable' value='myvalue'>";
</script>
...
</object> |
then just nab your parameter by name inside your action script. |
the forum reply
I don't know if this will help you. I'm searching for more info on this, If I find more, I'll get back to ya.
|