Code: Select all
<body>
<embed src="example.mpeg" autostart="false">
</body>In website tutorial, embed tag has been used inside object tag. Is it necessary to use object tag
Moderator: General Moderators
Code: Select all
<body>
<embed src="example.mpeg" autostart="false">
</body>Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I have changed to
[syntax="html"] <OBJECT id='VIDEO' width='320' height='240'
style='position:absolute; left:0;top:0;'
CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'
type='application/x-oleobject'>
<embed src='admin/on_line_course_sample/$file_name' width='320' height='240'></embed> </OBJECT>
</OBJECT>";Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]