search
HomeWeb Front-endHTML TutorialWhy does the SWF video inserted into the web page have no buttons for start, pause, fast forward or anything else_html/css_WEB-ITnose

  html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  


    wangyeshiping.html

    
    
    
    
    

  
  
  





 pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="555" allowScriptAccess="sameDomain" allowFullScreen="True">
 

  


就只有光秃秃的一个播放 无语了 求教啊


回复讨论(解决方案)

http://www.woiweb.net/21-free-video-players-for-your-website-and-blogs.html

先做一个与你的代码相似的.htm文件。比如命名为Flash_controller.htm,代码如下:(具体长宽与背景自己修改)

<html><head><title>Macromedia Flash (SWF)</title></head><body bgcolor="#FFFFFF"><!-- saved from url=(0053)http://www.zhcw.com/lottery/db_table_last_200_asc.htm --><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1024" height="785" id="myMovieName"><param name="movie" value="Flash_controller.swf?csConfigFile=Flash_controller.xml"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="FlashVars" value="csConfigFile=Flash_controller.xml"><embed src="Flash_controller.swf?csConfigFile=Flash_controller.xml" FlashVars="csConfigFile=Flash_controller.xml" quality=high bgcolor=#FFFFFF width=1024 height=785 type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"></embed></object></body></html>

从上代码中看出,还要建一个Flash_controller.xml文件,代码如下:
<config><AutoStart>1</AutoStart><MovieWidth>1024</MovieWidth><MovieHeight>768</MovieHeight><BackgroundColor>FFFFFF</BackgroundColor><MovieURL>01.swf</MovieURL><ShowLoadingMov>0</ShowLoadingMov><LoadingMovURL></LoadingMovURL><ScaleLoadingMov>1</ScaleLoadingMov><LoadingMovPercentToLoad>50</LoadingMovPercentToLoad><LoadingMovMinDuration>3</LoadingMovMinDuration><ControllerColor>C0C0C0</ControllerColor><ShowFFRW>1</ShowFFRW><ShowAbout>1</ShowAbout><AboutBoxText></AboutBoxText><TimeDisplayFormat>MM:SS</TimeDisplayFormat><ShowDuration>1</ShowDuration><ShowElapsedTime>1</ShowElapsedTime><TimeDisplayFont>Arial</TimeDisplayFont><TimeDisplayFontColor>000000</TimeDisplayFontColor></config>

01.swf就是你要播放的文件。
至于Flash_controller.swf是一个有常用按钮与进度条的swf播放器。在下个回复帖子中给出下载地址。

我刚刚试过了 你那个不行啊 我页面上什么也没有啊 无语了

再下载Flash_controller.swf,是一个有常用按钮与进度条的swf播放器。 下载地址
把Flash_controller.htm、Flash_controller.swf、Flash_controller.xml、你要播放的01.swf文件放在一个目录下。点击Flash_controller.htm就可以播放01.swf,并有按钮:开始、暂停、停止、进度条。

但你已结贴了。可能不会再看了。

   呵呵 谢谢你的回复啊 我看到了

lz 这么有爱的说

看了 kmokd 回复 xiebibolove 的帖子,受益匪浅,我也正为swf视频播放犯愁呢,在网上搜了无数,均无人提到如何做,昨天照 kmokd 仁兄说的做了,很实用,欣喜之余,还有问题赐教:
一是能否给出参数的作用和说明以及还有其它更多参数否?
二是播放控制条似乎只能随视频大小而改变,这样视频小的时候控制条非常小,能否单独改变控制条的大小及外观样式?另外就是播放进度数字显示无变化。

谁教教我 啊  我QQ422844738 我也是解决不了 这个问题 求解

为啥我按照kmokd 说的 ,怎么看不到啊,求赐教啊

为啥我看招4楼的方法 不行啊,求赐教

4楼方法可以用

可是不好用

点停止按钮后为什么声音不停止

According to the method on the 4th floor, why is it all blank? There is a progress bar, but the video area is completely blank. When I right-click, it seems that the video is playing but I can’t see it.

Thank you, 4th Floor Yes, for reference, haha,

Is anyone still paying attention to this post? Is there a good solution?

Follow, I also encountered the same problem, I don’t know the original poster Is it solved?

I tried it, but the method on the fourth floor doesn’t work.

The method on the 4th floor is feasible, but there seems to be a small problem with the video position. I need to find out the reason, thank you.

Is it feasible? It’s all blank, please please~~~~

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

Understanding HTML, CSS, and JavaScript: A Beginner's GuideUnderstanding HTML, CSS, and JavaScript: A Beginner's GuideApr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The Role of HTML: Structuring Web ContentThe Role of HTML: Structuring Web ContentApr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTML and Code: A Closer Look at the TerminologyHTML and Code: A Closer Look at the TerminologyApr 10, 2025 am 09:28 AM

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS, and JavaScript: Essential Tools for Web DevelopersHTML, CSS, and JavaScript: Essential Tools for Web DevelopersApr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesThe Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesApr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment