Good Afternoon All,
I have a template that I'm working on with the same flash header on each page. The header contains the drop down menu to go to the other HTML pages in which the header is placed. I noticed this as one of the parameter lines
<param name="movie" value="../../../client%20websites/Kingdom%20Coaltion%20International/KCIF%20phase%202/MTech/cugb/header_v8.swf?button=2" />Can someone explain what I have put in green please? With all the Flash I have seen and worked with this is my first for this.
Thanks for your time and assistance.
To put it very simply, the code you've highlighted in green is the name of the .swf and a parameter that is passed into the .swf.
Something in the actionscript inside the .swf will then use the passed-in value to initialise a variable in the script.
There are several ways of passing parameters to a .swf and this is one of them!
Cheers for now,
Jas.