다음은 구문입니다:
<object data="url">
url은 개체에서 사용하는 리소스의 URL입니다.
이제
예시
<!DOCTYPE html> <html> <body> <h2>CSS Demonstrating Application</h2> <object data="https://www.tutorialspoint.com/flex/samples/CSSApplication.swf" height="400" width="600"></object> </body> </html>
출력
위의 예에서 .swf 파일, 즉 플래시 파일인 리소스의 URL을 설정했습니다.
<object data="https://www.tutorialspoint.com/flex/samples/CSSApplication.swf" height="400" width="600"></object>
https://www.tutorialspoint.com/flex/samples/CSSApplication.swf