Questions tagged [embedding]

An embedding is one instance of some structure contained within another instance, such as a group that is a subgroup.

An embedding is one instance of some structure contained within another instance, such as a group that is a subgroup.

Links:

1356 questions
0
votes
1 answer

How to hyperlink to a location in an embedded map

I am creating a blog and have created a public google map with "my places". This map contains several relevant locations to the blog posts. I would like to include a link in each post to the location on the embedded map in another page on the blog.…
GisMofx
  • 982
  • 9
  • 27
0
votes
1 answer

Mongoid: Creating runtime models for embedding

In my app, we have to create models on the runtime, and embed them within the current model. These created models may also in turn embed models. To get some common ground for these embeddable models, I've created a module that can be included into…
vishy1618
  • 493
  • 3
  • 7
0
votes
1 answer

Why is my jquery embedding in my html?

I am using jquery to do some ajax calls. I'm working in Chrome and when I include my javascript file as show below: the code shows up in my php file under the Element tab. It does…
tomjung
  • 715
  • 3
  • 11
  • 34
0
votes
2 answers

@font-face not working in any browser

Not exactly a new topic, I know, but reading through all the @font-face related postings I still can't find an answer to my problem. I'm new-be so I'm assuming there's a terribly embarrassing major/basic mistake I don't see or some conceptual…
rapha
  • 5
  • 1
  • 7
0
votes
0 answers

Linking error while creating an object of a class inside another class

I have been trying to create a DLL out of the HEVC reference decoder and integrate into my application and I'm stuck with a linking error which I'm not able to solve I have tried adding project dependencies/references. I have attached the code…
user1529619
  • 57
  • 1
  • 1
  • 5
0
votes
1 answer

CUFON Image Replacement

I had used the CUFON image replacement for one of the site.The following is the api link https://github.com/sorccu/cufon/wiki/api in that they say Using Cufon.replace() with CSS…
Linish
0
votes
0 answers

Getting DIVs to center based upon their parents DIVs?

I'm developing a website. I'm creating drop-down lists as menus for the website. I've created hidden divs that appear when you hover over the link in the top menu. However, I can not figure out how to get them to center based upon their parents. I'm…
0
votes
1 answer

On Firefox, my embedded Youtube videos don't display properly

I've embedded some YouTube videos in my fansite I'm developing. However, when you scroll through the webpage in Firefox, the divs and headers overlap the videos for some reason. Frankly, it just goes nuts. I opened the Error Console (although I…
0
votes
2 answers

TurboMail not adding Content-ID when embedding images

My bad. Postmark does not support inline images apparently. Solved by changing smtp-mail provider. I'm trying to send e-mails with TurboMail using pylons. Everything works fine, except for using embedded images in html-content. It seems that the…
Carl
  • 740
  • 8
  • 18
0
votes
2 answers

Parse URLs of major video streaming sites and generate appropriate code for embedding

Posting a video on tumblr.com allows you to just paste the URL of the video on youtube, vimeo, whatever and tumblr automatically does the embedding for you. I assume that this would be nothing more than a mapping between an URL-regex and the…
Markus
  • 1,772
  • 1
  • 12
  • 20
0
votes
1 answer

How do I embed a flash SWF file and get around the IE security layer without using swfobject (to keep down file size)

I'm looking for a way to embed an SWF into a page and get around the Internet Explorer security issue (where it requires an extra click to "activate" the flash file). I've got my code working with swfobject, but I'm using this in an embedded widget…
Cameron Booth
  • 6,882
  • 5
  • 28
  • 22
0
votes
1 answer

What is the best way to structure embedded docs in MongoDB?

I have a document layout like this: Program = { '_id':ObjectId('4321...'), 'Title':'The Title', 'Episodes':[ { 'Ep_ID':'234122', # this is unique 'Title': 'Ep1', 'Duration':45.2…
MFB
  • 19,017
  • 27
  • 72
  • 118
0
votes
2 answers

Custom Font Embedding DOES NOT WORK Cross-Browser

I have have "Gulim", a custom font, embedded into my website at mangodownload.com (you can see it on the homepage, if you see Arial, it does not work on your browser.) Unfortunately, this font does NOT work on many browsers. Here is my CSS for the…
Hugo Cornellier
  • 161
  • 2
  • 7
  • 16
0
votes
1 answer

Using an embedded form in Symfony2

I'm having a problem with embedding forms in Symfony2. I could be doing something technically wrong, but maybe the mistake I've made is on the level of the db-setup and embedding a form is not necessary in the first place. Let's first focus on that,…
0
votes
2 answers

Blocking https url's in a embedded gecko browser

I have an application in which a gecko browser is embedded. The application is crashing when I try to access any https url's because nss is not properly initialised at this point. The crash is in PK11_TokenExists(). I want to block my browser from…
jbsp72