# Embeding FLV to html problem

**URL:** https://forum.kirupa.com/t/embeding-flv-to-html-problem/263136
**Category:** flash
**Created:** [June 12, 2008, 8:51pm UTC](https://forum.kirupa.com/t/embeding-flv-to-html-problem/263136 "2008-06-12T20:51:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![keskin](https://avatars.discourse-cdn.com/v4/letter/k/f4b2a3/32.png) [@keskin](https://forum.kirupa.com/u/keskin)
#### Post date: [June 12, 2008, 8:51pm UTC](https://forum.kirupa.com/t/embeding-flv-to-html-problem/263136/1 "2008-06-12T20:51:32Z")

</div>

Hey guys.

Since I really want to get to bottom of this - Imma keep it as neat and short as I can…

- I converted my avi to flv in Macromedia Flash 8 - it really does better job then Super, and I’m satisfied with the result - so - that’s a CHECK

- On a basic HTML page I wanted to embed that video that I’ve uploaded to site root.

- I’ve done it like this;

```auto

<object type="application/x-shockwave-flash" width="512" height="288"
wmode="transparent" data="flvplayer.swf?file=http://www.web.site/video.flv&autoStart=true">
<param name="movie" value="flvplayer.swf?file=http://www.web.site/video.flv&autoStart=true" />
<param name="wmode" value="transparent" />
</object>

```

- As you can see - the player skin is flvplayer.swf - which looks as basic as it gets, plus it can’t be autohidden…I think. I found that file on the internet, it’s open source I believe.

- So, since Flash offers few skins, and there are couple of theme here: [http://flvskins.com/category/flv-skins](http://flvskins.com/category/flv-skins)

…I would like to use one of those.

Now - I’ve tried to do it this way; I downloaded the swf from that site, uploaded it, and changed “flvplayer.swf” with appropriate file name, i.e. “webstroika\_wmp11.swf” and left the rest of the code the same.

And - I didnt get nothing.

So, can anyone help me out how to make my embedded video look a bit more “appealing” then the standard FLV player skin that I use now?

Thanks
