首页 \ 问答 \ 单击时重新加载/重置嵌入式swf(reload/ reset embedded swf on click)

单击时重新加载/重置嵌入式swf(reload/ reset embedded swf on click)

我的页面上有各种标签的flash电影。 点击按钮有什么办法(html)我可以重新启动/重新加载嵌入式Flash电影吗?

我在用着:

<object data="flash/cvdb_video_cvdb_access.swf" type="application/x-shockwave-flash" id="flash_99674493" width="680" height="316">
<param name="movie" value="flash/cvdb_video_cvdb_access.swf">
<param name="wmode" value="opaque">
</object>

谢谢!


I have various flash movies in tags on my page. Is there any way on click of a button (html) I can restart/ reload the embedded flash movie?

Im using:

<object data="flash/cvdb_video_cvdb_access.swf" type="application/x-shockwave-flash" id="flash_99674493" width="680" height="316">
<param name="movie" value="flash/cvdb_video_cvdb_access.swf">
<param name="wmode" value="opaque">
</object>

Thanks!


原文:https://stackoverflow.com/questions/15505972
更新时间:2021-08-17 20:08

最满意答案

您的代码没有问题... Divs并排排列......

.container {
  width: 100%;
}

.left,
.right {
  float: left;
  width: 50%;
  
  border: 1px solid red;
  box-sizing: border-box;
}
<div class="container">
  <div class="left">
    (an image)
  </div>
  <div class="right">
    (some divs and other text)
  </div>
</div>


No have problem with your code... Divs are aligned side by side...

.container {
  width: 100%;
}

.left,
.right {
  float: left;
  width: 50%;
  
  border: 1px solid red;
  box-sizing: border-box;
}
<div class="container">
  <div class="left">
    (an image)
  </div>
  <div class="right">
    (some divs and other text)
  </div>
</div>

相关问答

更多
  • 更改float: left display: inline-block ,元素将居中。 .container-1 { overflow: hidden; margin: 0 auto; padding: 0px; width: 90%; text-align: center; border: 3px solid red; } .table-col-1 { padding: 1.5em; width: 20%; display: inline-bl ...
  • 将您的#boxes置于绝对位置,并为您的#boxes提供相对位置。 然后right: 5px; 在你的PlayersOnline div上,这就是你得到的。 http://jsfiddle.net/24LtW/ 另请注意,您不应该给NewsPageContent一个id,而是一个class属性。 Position your PlayersOnline absolute and give a relative position to your #boxes. Then put right: 5px; on y ...
  • 添加overflow:hidden到包装div。 Add overflow:hidden to the wrapper div.
  • 这是一个解决方案,也可以在SO上找到 http://jsfiddle.net/kaAjW/ 这是原始帖子的链接 如何保持两个并排高度相同的div? 这种技术被称为Faux Columns,这里有一篇关于它的文章 http://www.alistapart.com/articles/fauxcolumns/ I solved the problem using display=table-row, table and table-cell. I've added one div to be the table ...
  • 尝试设置容器的宽度。 请尝试以下代码: #left {float: left; width: 69%;} #right {float: left; width: 30%;} .top-padded { padding-top: 1%; } .full-width-image { width: 100%; height: auto; } .half-width-image { height: auto; } 将float设置为右div的左侧也应该有效。 无论如何,我 ...
  • 要将table-cell项目对齐到顶部,您应该使用: vertical-align: top 。 两个canvas都缺少height和width属性,将它们设置为100% 。 将box-sizing: border-box到textarea: box-sizing:border-box 宽度和高度属性(以及最小/最大属性)包括内容,填充和边框,但不包括边距 所以: textarea { /** ... rest of styles ...*/ margin: 0; box-sizing: bor ...
  • HTML:
    CSS: #container{ width:990px; //or 100% } #left{ width:300px; //or 30% float:left; } #splitter{ width:90px; //or 5% float:left; } #ri ...
  • 您的代码没有问题... Divs并排排列...... .container { width: 100%; } .left, .right { float: left; width: 50%; border: 1px solid red; box-sizing: border-box; }
    (an image)
  • 您可以使用box-sizing来解决问题,而不是计算宽度和边框宽度: 将box-sizing: border-box添加到内部容器中,并将box-sizing: content-box到外部容器中,然后就可以了! * { margin: 0; padding: 0; box-sizing: border-box; } .page_layout { position: fixed; top: 50px; width: 100%; height: 100%; ...
  • 那你在找什么? #team{ background-color: #e7eaea; width: 100%; } #team > div{ background-color: #a0c3ce; margin: 1%; width: 31%; float: left; } h1, h3{ width: 100%; text-align: center; } Meet the Team

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)