开发者

URL in URL for flashplayer

开发者 https://www.devze.com 2022-12-14 20:03 出处:网络
<object type=\"application/x-shockwave-flash\" data=\"flashapplication.swf?plan=plans/images/OBJECT_<%=iID %>_swffile.swf&data=./cgi-bin/dynamicXML.ashx&nextargument=nextvalue\" />
<object type="application/x-shockwave-flash" data="flashapplication.swf?plan=plans/images/OBJECT_<%=iID %>_swffile.swf&data=./cgi-bin/dynamicXML.ashx&nextargument=nextvalue" />
&l开发者_运维技巧t;param name="parameter1" value="NULL" />
<param name="parameter2" value="NULL" />
</object>

Now i should pass a parameter in cgi-bin/dynamicXML.ashx a parameter in its url, while this is inside the object/embed tag like cgi-bin/dynamicXML.ashx?objectid=1

How can I do that ?


If I understand what you're asking, I think you want to take a look at flashvars - http://blogs.adobe.com/pdehaan/2006/07/using_flashvars_with_actionscr.html

That will let you pass parameters from HTML into your Flash Player so you can make the Flash content dynamic based on variables from your PHP or ASP.NET application.

=Ryan ryan@adobe.com

0

精彩评论

暂无评论...
验证码 换一张
取 消