1、把flex前端 bin-debug下面所有的数据都拷贝到Java后台WebContent下面(新建一个文件夹下面比如:flex)
2、访问方式跟java访问的一样比如:http://localhost:8080/flex_server/flex/main.swf
3、代码的访问方式为:String forwardPath = request.getContextPath() + "/flex/main.swf";
1、把flex前端 bin-debug下面所有的数据都拷贝到Java后台WebContent下面(新建一个文件夹下面比如:flex)
2、访问方式跟java访问的一样比如:http://localhost:8080/flex_server/flex/main.swf
3、代码的访问方式为:String forwardPath = request.getContextPath() + "/flex/main.swf";