Closed Thread
Results 1 to 10 of 10

Thread: play flv in html

  1. #1
    neeep is offline Newbie
    Join Date
    Jan 2009
    Posts
    7
    Rep Power
    0

    Question play flv in html

    Hi, Is there anything I need to do to play a flv file in html? Can anyone help me out here? Thanks!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    leimeisei is offline Newbie
    Join Date
    Dec 2009
    Posts
    6
    Rep Power
    0

    Re: play flv in html

    If by "play in HTML" you mean "use HTML5 to play it without a plug-in", the answer is no. You'll need an embedded Flash movie player to do that. There's some really good free-for-noncommercial-use ones out there like JW player

  4. #3
    neeep is offline Newbie
    Join Date
    Jan 2009
    Posts
    7
    Rep Power
    0

    Re: play flv in html

    thanks. One more question, if i arrange a table in word, and export it as html, can I still embed this player?
    I assume this exported file is the same as a written html file?..

  5. #4
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: play flv in html

    Heres the code. Your user will have to have flash installed to view it

    Code:
    <object width="550" height="400">
    <param name="NameOfMovie" value="FileName.swf">
    <embed src="FileName.swf" width="550" height="400">
    </embed>
    </object>
    Yes, you can still open up the html file and embed it.

  6. #5
    leimeisei is offline Newbie
    Join Date
    Dec 2009
    Posts
    6
    Rep Power
    0

    Re: play flv in html

    Maybe Word will export the Table code correctly, however from experience I know that Word does export non-W3C-compliant HTML. So you may have browser limitations. I do not at all recommend that anyone use Word for anything related to web design. For WYSIWYG web design tools, you should consider Adobe Dreamweaver, Microsoft Expression Web... and there are also open source tools available as well, but they aren't as good.

  7. #6
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: play flv in html

    Quote Originally Posted by leimeisei View Post
    Maybe Word will export the Table code correctly, however from experience I know that Word does export non-W3C-compliant HTML. So you may have browser limitations. I do not at all recommend that anyone use Word for anything related to web design. For WYSIWYG web design tools, you should consider Adobe Dreamweaver, Microsoft Expression Web... and there are also open source tools available as well, but they aren't as good.
    I don't recomend WYSIWYG editors at all, let alone word, but diffrent strokes for diffrent strokes makes the world go round

  8. #7
    leimeisei is offline Newbie
    Join Date
    Dec 2009
    Posts
    6
    Rep Power
    0

    Re: play flv in html

    Quote Originally Posted by zeroradius View Post
    I don't recomend WYSIWYG editors at all, let alone word, but diffrent strokes for diffrent strokes makes the world go round
    I don't use WYSIWYG editors at all, but this user doesn't look like they're prepared to be writing their own HTML.

    I also forgot to say this earlier, but I don't even recommend doing a direct embed of Flash content (using the <object> tag). I recommend using JavaScript, as this is more compatible usibility-wise cross-browser (especially in IE6/7). Look into SWFObject, I highly recommend that little script.

  9. #8
    neeep is offline Newbie
    Join Date
    Jan 2009
    Posts
    7
    Rep Power
    0

    Re: play flv in html

    I'm developing my client's site using html/css and javascript. He is selling an ebook online you see, and he is developing this on his own, exporting the html pages from word. He then asked me how to play a flv from word, which is why I started this thread..I've never used word for html and I don't know anything about its capacities and browser limitations.
    I doubt word could read javascript, do you think?
    If not, the embed script will have to do..

  10. #9
    leimeisei is offline Newbie
    Join Date
    Dec 2009
    Posts
    6
    Rep Power
    0

    Re: play flv in html

    Well you can't play an FLV from a Word doc, nor can you embed JavaScript into a word doc. But you shouldn't have to. If he's giving you HTML generated by Word, then just open the HTML up with Notepad++, and add in the necessary JavaScript code or object embed code. Why don't you have your client give you the Word doc files and use those as like "design concepts", and then roll your own standards-compliant HTML? If you are creating a website for a client and are a HTML/CSS/JavaScript developer, you should have no problem doing this...

  11. #10
    neeep is offline Newbie
    Join Date
    Jan 2009
    Posts
    7
    Rep Power
    0

    Re: play flv in html

    OK, thanks,

    Can anyone direct me to a instruction on playing a flv from a html page?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Any one play s4 League
    By zeroradius in forum Video Game Talk
    Replies: 0
    Last Post: 09-23-2010, 12:11 PM
  2. Programmers who play HoN?
    By Savvy in forum General Programming
    Replies: 4
    Last Post: 11-05-2009, 02:29 AM
  3. What do you play on your pc?
    By Nefrit in forum Video Game Talk
    Replies: 40
    Last Post: 08-08-2008, 09:19 AM
  4. play sound
    By kiss in forum Visual Basic Programming
    Replies: 3
    Last Post: 01-11-2008, 12:53 PM
  5. Let's Play Hangman
    By TcM in forum The Lounge
    Replies: 120
    Last Post: 02-05-2007, 12:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts