There is such a swf object:

<object type="application/x-shockwave-flash" data="SWFLoader.swf" width="800" height="100%"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <param name="swfversion" value="6.0.65.0"> <param name="expressinstall" value="Scripts/expressInstall.swf"> <param name="flashvars" value="setLoc=ru"> <param name="allowScriptAccess" value="sameDomain"> </object> 

Visually it looks like this:

enter image description here

How to enter form value using javascript?

  • depends on SWFLoader.swf and what methods it provides - Grundy
  • Probably you can decide by passing a parameter from JS to a flash drive, for example, via SetVariable (read more here: javascript.ru/unsorted/bridge-to-flash ) - user207618
  • And the influence of JS on the video is not strong. - user207618

0