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.

AC_RunActiveContent.js

Featured Replies

when loading my flash webpage and a message appears saying "AC_RunActiveContent.js". This doesn't happen with other flash webpages I have.

 

Can anyone explain how this can be resolved.

 

Cheers

Its because the bit of code that you are using to display your flash requires that JS file....try using this code for flash stuff instead :)

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" width="350" height="290">
<param name="movie" value="NAME.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<!--[if !IE]> <-->
	<object data="NAME.swf" width="350" height="290" type="application/x-shockwave-flash">

		  <param name="quality" value="high" />
		  <param name="wmode" value="transparent" />
		  <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
	</object>
<!--> <![endif]-->
 </object>

 

 

replace NAME.swf with your flash file and the width and height with your flashes width and height.

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.