View Single Post
Old 06-22-2009, 08:44 PM   #7 (permalink)
stephenz
Junior Member
 
stephenz's Avatar
 
Join Date: 06-09-09
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

stephenz is liked by many
Quote:
Originally Posted by AZ_Scott View Post
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
stephenz is offline   Reply With Quote