Package railo.runtime.flash

Source Code of railo.runtime.flash.FlashEngineDummy

package railo.runtime.flash;

import java.io.InputStream;

import railo.runtime.Info;

public class FlashEngineDummy implements FlashEngine {

  @Override
  public InputStream createFlash(String input) {
    return new Info().getClass().getResourceAsStream("/resource/media/flash/railo.swf");
  }

}
TOP

Related Classes of railo.runtime.flash.FlashEngineDummy

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.