Pass parameters to swf file through html
Hi all
I want pass filename as a parameter to Swf file.
Can anyone help me out for this?
sample code is given below.
<object width="200" height="500" border="1" id="mySwf">
<param name='mySwf' value='filepath=httpService.jsp'/>
<param name="SRC" value="verticalmenu.swf?filepath=httpService.jsp">
<embed name="mySwf" src="verticalmenu.swf?filepath=httpService.jsp" width="100%" height="100%"></embed>
</object>
|