Author
Access a flash file using a JSP page.
Kannan Raman
Greenhorn
Joined: Nov 14, 2008
Posts: 7
Hi all, I have developed a flash project using Adobe Flex.Now I want to access that flash project(.swf file)through a JSP page. I am using Tomcat 5.0 web server.I don't know where to deploy this flash project inside the Tomcat server. I have tried with Runtime class of lang package also(Using exec method). Any inputs,greatly appriciated.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35442
posted Nov 17, 2008 03:30:00
0
Welcome to JavaRanch. What do you mean by "access the .swf file"? Are you just trying to display the SWF on the HTML page that gets created by the JSP, or are you trying to implement some interaction between the HTML page and the SWF file? Or maybe even between the JSP page and the SWF file?
Android apps – ImageJ plugins – Java web charts
Kannan Raman
Greenhorn
Joined: Nov 14, 2008
Posts: 7
Thanks for your response Ulf. I want to display that contents in a HTML page.Thatz it.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35442
posted Nov 17, 2008 03:38:00
0
Try Google; lots of people have written about that: http://www.google.com/search?q=displaying+swf+in+HTML+pages
Kannan Raman
Greenhorn
Joined: Nov 14, 2008
Posts: 7
Thanks a lot Ulf.. I will try to resolve that.
subject: Access a flash file using a JSP page.