How to display full screen during Automatic SWF playback

Source: Internet
Author: User

I saw a cute pendant in QQ Show and wanted to get it down. The method is very simple. The Fanyu county grain bureau directly goes to the webpage cache file to find it. After finding it, insert it to the webpage using the following method:

1 <object height="100%" width="100%" border="0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
2 <param value="../../webapp/pig.swf" name="movie"/>
3 <param value="High" name="quality"/>
4 <param value="transparent" name="wmode"/>
5 <embed height="100%" width="100%" wmode="transparent" quality="High"name="FlashH" type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer" scale="noscale"src="../../webapp/pig.swf">
6 </embed>
7 </object>

The demo is as follows:

 

Right-click the Flash file above and you will find that the "show all" option is selected. As a matter of fact, as long as this option is not checked by default, it can be displayed normally. The method is very simple. Add the following sentence: <Param name = "scale" value = "noscale"> to ensure full browser compatibility, add the following sentence to the embed label:

1 <object height="100%" width="100%" border="0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
2 <param value="../../webapp/pig.swf" name="movie"/>
3 <param value="High" name="quality"/>
4 <param name="scale" value="noscale">
5 <param value="transparent" name="wmode"/>
6 <embed height="100%" width="100%" wmode="transparent" quality="High"name="FlashH" type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer" scale="noscale"src="../../webapp/pig.swf">
7 </embed>
8 </object>
 

Right-click flash and you will find that "show all" is not checked, and Flash is displayed normally.

How to display full screen during Automatic SWF playback

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.