How to use variable as Object Key?

How do I incorporate a video into my web page if you cannot use the object tag on my Blog?

  • I'm trying to incorporate an embedded video into my website on my blog, but the website I use don't let you use the object tag, if you use it, it ignores and throws off the rest of the tags because they don't want you to use JavaScript or Flash. Don't I need the object tag to work with the embed tag. I tried using the embed tag by itself, but nothing is happening. So what else can I use to embed my video into the page. My webhost is blackplanet. This is the code I generated off of a site, the code works when I tested it, but when I put it into Blackplanet, the object tag throws the rest of the tags off. This is a video, I found off the internet, it's not a music video, it's more like a 5 minute movie. Bron can you give me your email address and I will send you the code that I generated off a site. The code works and everything, I tested it before I pasted it onto my blog. It's just that the object tag throws everything off.

  • Answer:

    Video files can be easily included in your pages using the <EMBED> tag. <EMBED SRC="mymovie.mov" WIDTH="200" HEIGHT="100" AUTOPLAY="TRUE"></EMBED> * SRC: This is a required attribute and takes the video movie URL as its value. * WIDTH and HEIGHT: Required attributes. They specify the dimensions in pixel values. * AUTOPLAY: Its value can be either TRUE, movie plays when page loads, or FALSE, which waits for the user to click the play button. * LOOP: Setting this to TRUE will play the movie continuously. A FALSE value will play the movie only once. PALINDROME causes the movies to play through and then play in reverse and loop infinitely. * CONTROLLER: Displays controls. Can be set to TRUE or FALSE.

Inquirer at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Video files can be easily included in your pages using the <EMBED> tag. <EMBED SRC="mymovie.mov" WIDTH="200" HEIGHT="100" AUTOPLAY="TRUE"></EMBED> * SRC: This is a required attribute and takes the video movie URL as its value. * WIDTH and HEIGHT: Required attributes. They specify the dimensions in pixel values. * AUTOPLAY: Its value can be either TRUE, movie plays when page loads, or FALSE, which waits for the user to click the play button. * LOOP: Setting this to TRUE will play the movie continuously. A FALSE value will play the movie only once. PALINDROME causes the movies to play through and then play in reverse and loop infinitely. * CONTROLLER: Displays controls. Can be set to TRUE or FALSE.

flock310...

Whos your WebHost? Y!360 blogs don't allow the above tags yet(but will be available soon) Tell us who your Webhost is, and we'll find a code that will work for it! My other suggestion is to try a video from http://youtube.com View a video and scroll down until you see the codes to embed in a webpage or blog.(it will give you a code for an embeddable player) Try this first. If it works, upload your video to youtube.com and use the code they give you for your video.

Bron

Make a page on Geocities or something, then make an <iframe> tag, that looks like: <iframe src="http://www.geocities.com/you/video.… height=35 width=72></iframe>

Sam's Gr-8 Page

Whos your WebHost? Y!360 blogs don't allow the above tags yet(but will be available soon) Tell us who your Webhost is, and we'll find a code that will work for it! My other suggestion is to try a video from http://youtube.com View a video and scroll down until you see the codes to embed in a webpage or blog.(it will give you a code for an embeddable player) Try this first. If it works, upload your video to youtube.com and use the code they give you for your video.

Bron

Make a page on Geocities or something, then make an <iframe> tag, that looks like: <iframe src="http://www.geocities.com/you/video.... height=35 width=72></iframe>

Sam's Gr-8 Page

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.