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.

needhelp

Members
  • Joined

  • Last visited

Everything posted by needhelp

  1. 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 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>
  2. I am trying to embed a .avi file into my web page using Windows Media Player. It works fine in IE but in Firefox and Chrome it doesn't play and nothing happens when the play button is clicked. Any ideas? Code is below: <OBJECT id="VIDEO" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" width="450" height="350"> <PARAM NAME="URL" VALUE="video.avi"> <PARAM NAME="enabled" VALUE="True"> <PARAM NAME="AutoStart" VALUE="False"> <PARAM name="PlayCount" value="1"> <PARAM name="Volume" value="100"> <PARAM NAME="balance" VALUE="0"> <PARAM NAME="Rate" VALUE="1.0"> <PARAM NAME="Mute" VALUE="False"> <PARAM NAME="fullScreen" VALUE="false"> <PARAM name="uiMode" value="full"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="video.avi" name="MediaPlayer1" autostart="0" showcontrols="true"> </OBJECT>
  3. Hi, Thanks for that! However I have tried it without the 'Magic Memories' text between the href tags and it still works. Is it OK to do it like this? What difference does it make? Thanks!
  4. I have started creating a website and have decided to use an image as the title. I also want this image to be click able with a link to the home page (at the moment it is simply just linking back to the same 'index' page. The link itself works fine but in Chrome you can click at the side of the link as well as on it! Any ideas please? Thanks The files are attached. Website.zip

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.