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.

Wrapping text round flash item

Featured Replies

Hi again folks,

 

Wondering if you can offer some more sterling advice. I am putting a simple flash slideshow into my main content div and just wondering if there's any way of floating the script like an image? I can't seem to get a float to work with it for some reason.

 

Code is as follows if you need it

<div id="content">

  <script language="javascript">
if (AC_FL_RunContent == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','name','aboutusslides','width','428','height','284','align','middle','id','aboutusslides','src','aboutusslides','quality','high','bgcolor','#ffffff','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','aboutusslides' ); //end AC code
}
     </script>
     <noscript>
     <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="aboutusslides" width="428" height="284" align="middle" id="aboutusslides">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="false" />
         <param name="movie" value="aboutusslides.swf" />
         <param name="quality" value="high" />
         <param name="bgcolor" value="#ffffff" />	
         <embed src="aboutusslides.swf" quality="high" bgcolor="#ffffff" width="428" height="284" name="aboutusslides" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />            
     </object>
     </noscript>
  </div>

If you add a style of float: left; to the object tag, it should float.

 

If not, put the float in the #content div style and float the whole div inside another div.

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.