flash object in apex
TiinaMar 12 2009 — edited May 14 2009Hello,
I have a html page, which includes a flash object. The html-page has a corresponding swf-file. I'm trying to create a region containing the html page with flash on an apex page. Is this possible ? where should I put the swf-file and how should the swf-file be referenced in the html code. I tried this:
<embed src="/i/company.swf" quality="high" bgcolor="#ffffff" width="1200" height="700" name="company" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
Tiina