# Floating flash elements?

**URL:** https://forum.kirupa.com/t/floating-flash-elements/187695
**Category:** Uncategorized
**Created:** [May 1, 2006, 4:48pm UTC](https://forum.kirupa.com/t/floating-flash-elements/187695 "2006-05-01T16:48:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xfacex2g](https://avatars.discourse-cdn.com/v4/letter/x/58956e/32.png) [@xfacex2g](https://forum.kirupa.com/u/xfacex2g)
#### Post date: [May 1, 2006, 4:48pm UTC](https://forum.kirupa.com/t/floating-flash-elements/187695/1 "2006-05-01T16:48:49Z")

</div>

I created a cool flash element that I want to float left, and have text to the right, but I tried in the code to do a float but it didnt work. Can i fix with css? Im also using Kirupas flash embed fix, which im not fimiliar as i was with old embed tags, oh an i have to have it validate? Im on a deadline by tomo, any suggests???

heres my code, \*the float tag does nothing my text goes immediatly below the swf.

```
  &lt;div id="flashcontent" float="left"; style="width: 242px; height: 185px"&gt;&lt;/div&gt;

```

\<script type=“text/javascript”\>  
var fo = new FlashObject(“old\_effect.swf”, “animationName”, “242”, “185”, “8”, “#FFFFFF”);  
fo.addParam(“allowScriptAccess”, “sameDomain”);  
fo.addParam(“quality”, “high”);  
fo.addParam(“scale”, “noscale”);  
fo.addParam(“loop”, “false”);  
fo.write(“flashcontent”);  
\</script\>
