How to display Flash Content uploaded in Admin Console
653189Sep 25 2008 — edited Sep 25 2008HI All ,
I have created a flash content in the admin console.Flash file is uploaded to a binary property.
I have to display that flash file in the JSP.
Normally , a Image can be displayed in the JSP , with following tag,
*<img src="<%=request.getContextPath() + "/ShowProperty" + node.getPath()+"//Brochure-Image"%>" />*
But how to display a flash content uploaded in the admin console.
Pls suggest me in this regard,
Srinivas