Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can I display the controls for .swf video file

Featured Replies

I have generated code to embed an .swf video file in my web page but the video just plays automatically when the web page is loaded and there are no controls present, even with the code (<PARAM NAME=controller VALUE=true>)

 

How do I:

a) stop it playing automatically

B) display the controller

 

Thanks

 

CODE:

 

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="720" HEIGHT="536" id="MyVideo" ALIGN="">

<PARAM NAME=movie VALUE="MyVideo.swf">

<PARAM NAME=quality VALUE=high>

<PARAM NAME=controller VALUE=true>

<EMBED src="MyVideo.swf" quality=high

WIDTH="720" HEIGHT="536" NAME="MyVideo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>

<object

...

<param name="play" value="false" />

...

<embed play="false

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.