Author Topic: Adding Video  (Read 2099 times)

0 Members and 1 Guest are viewing this topic.

Offline Yip

  • Species: vulpes vulpes
  • *
  • Female
  • Posts: 4007
    • Furaffinity
Adding Video
« on: February 22, 2006, 10:42:28 pm »
I was wondering what's the easiest way to add a video to a webpage so that it will show up within a panel on the webpage. (perferably using html if that's possible)   The video in question is a quicktime movie, but I would like to be able to use avi's as well.

Offline Kada-Ru

  • Species: Golden Blue Pegasus
  • Member Since: 11-29-2002 Web Admin!
  • *
  • Female
  • Posts: 9701
    • Kaycy's Creations for Fun
Adding Video
« Reply #1 on: February 23, 2006, 04:51:58 am »
Something like an Iframe? It is in the website page somewhere. That position is up to you. Here is an example using the Ifram:

Iframe in the middle of an html page

Offline Lavender

  • Sr. Member
  • ****
  • Male
  • Posts: 424
    • The ole furtopia site, desperately needs updating
Adding Video
« Reply #2 on: February 23, 2006, 06:47:49 am »
The embed tag is probily what your looking for. It allows plugins on a webpage. How its used though depends on the type of video.

Offline Yip

  • Species: vulpes vulpes
  • *
  • Female
  • Posts: 4007
    • Furaffinity
Adding Video
« Reply #3 on: February 24, 2006, 04:24:26 am »
Quote (Kada-Ru @ Feb. 23 2006, 1:51 am)
Something like an Iframe? It is in the website page somewhere. That position is up to you. Here is an example using the Ifram:

Iframe in the middle of an html page

Cool. I think that'll work for what I wanted to do. Thanks.