简体   繁体   中英

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. 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. However, I'm not sure how to embed the flash template to get it to run. 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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