Quote:
Originally Posted by AZ_Scott
Getting closer,
The .swf now launches and begins to play when I preview . But still no player appears. Thanks lots for finding the stupid error. Here's what the html looks like now:
...
|
Hi, Scott. So you want to show your flash file with a player, something like a control bar, right?
Try to add "showplayer" attribute to your object code, like this:
HTML Code:
<object...>
...
<param name="showplayer" value="true">
...
</object>
Since
Quote:
|
object tag will not recognized by ff
|
, and
Quote:
|
embed will not recognized by IE
|
you can use SWFObject to embed flash to web page -
http://blog.deconcept.com/swfobject/
You can also check this tutorial for easy solution to add flash video to website -
http://flash-video-player.blogspot.c...o-website.html