Questions tagged [embed]

To "Embed" is to place a software module, object, or application into your own application or web page.

To "Embed" is to place a software module, object, or application into your own application or web page.

Embedding has advantages:

  • This lets the developer use proven functionality without having to code it himself.
  • The user gets a consistent experience that they may be familiar with from other applications, sites or devices.
  • The support base is often larger for the embedded component.

Embedding has drawbacks:

  • The embedded component may have security or stability flaws that are not immediately discernible to the developer.
  • The object is usually "as-is". So improvements or customizations may be very difficult.
  • Royalties, fees, and/or restrictions may apply.

See these Wikipedia articles:

See also, these related tags:

4489 questions
1
vote
0 answers

How to embeding raw H264 into MP4 ? (or MKV)

I'm new to H264 and I need to embed some raw H264 into either MP4 or MKV. I would be glad someone could refer me to a link or several that can explain how to do so. (I've heard of MP4Box and ffmpeg but not of how exactly to use them for this…
Lucas90210
  • 11
  • 1
1
vote
1 answer

Setting border for video element

I am using a div with 3 embedded video files within it which are spaced relative to the page. I am trying to add a white border to each of them but it will not show up. This worked when I put them in a table but when I switched to a div it will not…
Jason Stylls
  • 11
  • 1
  • 3
1
vote
1 answer

Get Google drive video embed code using api

Hello everyone, I was working on a project where i need to display a video specifically from my google drive on a webpage. I don't want to manually select the video and copy its embed code, is there a way we can obtain the embed code for a video…
Vivek V Nair
  • 109
  • 2
  • 11
1
vote
1 answer

Runtime Setting Embedded in Exe

I have the following in my App.Config but would like to embed this into my console application so that the config file isn't required for the exe. How is this possible?
windowsgm
  • 1,504
  • 4
  • 21
  • 50
1
vote
1 answer

d3 embeded image displayed twice

I'm embedding an image on a d3 diagram as in this example: var logoCanvas = d3.select("body").append("canvas") .attr("id", "newCanvas") .attr("width", width / 2) .attr("height", height / 2) .node(); var context =…
1
vote
1 answer

How to embed matplotlib graph into popup window using python Tkinter

I have a tkinter program that displays a matplotlib graph when I initially run it. I am having trouble, however, embedding a second matplotlib plot in my other popup window. Ideally I want to be able to click a button and have a window with a…
Bennis
  • 37
  • 5
1
vote
0 answers

How to I customize the CSS of an embedded Instagram image

I would like to achieve a CSS customization whereby I have to write my own CSS to overwrite some of the CSS that comes default when you embed an Instagram picture. He default CSS looks like this Default look of Instagram embed I would it to look…
1
vote
5 answers

embedding audio in html - ie and firefox using php

I'm trying to create an audio captcha system for the visually impaired. I have a system that will glue several wave files together, but I'm having trouble embedding them in ie and firefox.