简体   繁体   English

将Flash图库插入HTML CSS模板

[英]Inserting flash photo gallery into html css template

I've pretty much taught myself everything about editing html so far, but this one is loosing me quickly. 到目前为止,我几乎已经教过我有关编辑html的所有知识,但是这一内容很快使我失去了信心。 I've downloaded a html css template, edited out the fat i don't need, so on and so forth, now all I need is a photo gallery. 我已经下载了一个HTML CSS模板,编辑了我不需要的脂肪,依此类推,等等,现在我需要的只是一个照相馆。 However, I'm not sure how to embed the flash template to get it to run. 但是,我不确定如何嵌入Flash模板以使其运行。 I'm trying to use a sliding gallery, but can't seem to get it. 我正在尝试使用滑动画廊,但似乎无法理解。

The below HTML is how I go about embedding the .swf into a page. 下面的HTML是我将.swf嵌入页面的方法。

<object width="" height="">
    <!--
        <param> tags are optional
        <param name="" value="" />
    -->
    <embed width="" height="" src="file.swf" />
</object>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM