Pieter Brinkman

Dynamically create Flash object with the HtmlGenericControl

1 min readpieterUncategorized

HtmlGenericControl obj = new HtmlGenericControl("object");
  obj.Attributes.Add("classid", "CLSID:...");