Sorry for the potentially stupid question, I’m newbie in Java.
I have a simple IntelliJ Java project with Flex support. The project contains index.jsp page. And after building of the project, the .swf is placed in the WEB-INF/classes folder.
The directory stucture of the generated artifact is:
index.jsp
Web-inf
web.xml
classes
main.swf
Could you help me please, how to embed main.swf into the index.jsp? If simply – how could I access the file located in the WEB-INF/classes folder?
To supplement Constantiner’s comment, regardless of the IDE, you can set up your project to use this convention: