embed

Encrypting a sensitive parameter in an SWF embed statement

Hi, Just looking for some advice/leads on "best practices" for protecting a sensitive id (personally identifiable information)... I've got a Java-based webapp (JSPs, Servlets, etc) that is going to need to embed a SWF file running on a trusted 3rd party site. As part of embedding the SWF file, I'm going to need to pass a parameter in ...

Html - embed image directly in html (old school style)

I know you can embed images in html today with: <IMG SRC="data:image/gif;base64,RAAA...more data....."> But back in the day, when Netscape was a browser to implement for, there was another way of doing this. I can't remember. Any suggestions would be appreciated. ...

Can the Flash CS4 [embed] tag be made to export assets to frame 2 rather than frame 1?

We're working on a Flash CS4 project where the main .fla file has ballooned in size and 'Publish' is taking forever. I suspect a large amount of the size (and at least some of the compile time) is due to the quantity of audio symbols in the library. I would love to remove this unnecessary bloat from the .fla file. I've experimented with...

Quicktime embed renders too light in Safari 4

I've embedded a quicktime video via: <embed src="http://iphone.broadersheet.com/wp-content/themes/broadersheet/images/iphone-tour.mov" type="video/quicktime" width="284" height="564" autoplay="true" controller="false" kioskmode="true" loop="True" wmode="transparent"></embed> and it renders perfectly in Firefox but in Safari it rend...

Embedding Perl Interpreter

Hi, just downloaded ActivePerl. I want to embed the perl interpreter in a C# application (or at least call the perl interpreter from C#). I need to be able to send send out data to Perl from C#, then receive the output back into C#. I just installed ActivePerl, and added MS Script Control 1.0 as a reference. I found this code on the in...

Does yelp have a widget or embed code?

I am trying to integrate yelp into a website I'm working on. I'm really hoping to find a widget created by the yelp team, or another reputable source. I'd like to be able to set it up to search for restaurants in a certain location, seattle, for example. ...

How to make embeddable flash content?

Hi I'm new to adobe flash/flex so please forgive me if my question isn't too clear. I'm developing a website with a flash object that dynamically generates its content and I want the flash object itself to be embeddable into other website like how youtube does it. I have no clue how to approach this and any help would be really appreci...

Google Calendar embeds - but won't respond

Hi, I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won't respond to any of my clicks, nor display any events. After double checking the calendar settings and googling this issue I'm finally without a clue as to how to resolve this. Any ideas? ...

Strange toolbar in Firefox-hosted xbap application

I have an xbap application which is basically a Windows Form hosted in a WPF control. When I run it with Firefox, I get toolbar, which I can't seem to remove. This toolbar does not appear with IE if I execute the xbap directly, but it does appear if I embed the xbap within an iframe. Any ideas how to remove this? ...

Flash HTML text not showing

Hi, I'm trying to display HTML text in a text field on the stage, but the text formatting doesn't show. I am embedding all font variations in the library (arial bold and arial regular) and I even have dynamic text fields on the stage that embed arial bold and arial regular. Still, this code does not display bold text: myField.htmlText ...

Embed video for play on iPhone?

Does anyone have any experience embedding .m4v movie files into webpages for playback on the iPhone? I'm trying to create a site optimized for the iPhone, and it includes a video, but I just can't get the video to play - all I get is the grey play arrow with a line through it. The markup I'm trying to use for embedding it is this: <emb...

Hiding the toolbars surrounding an embedded pdf?

Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document? ...

Placing a div in front of a flash embed

I need to place a div tag above literally everything else on the page. I've read that setting wmode param to opaque will do it, but also heard that that will only effect IE. Is this true? How do you do it? ...

Allowing Arbritary Embeds / Javascript

Hello, I'm playing with ways to allow users to insert embedded objects safely into content. What I'm doing now is essentially the following: 1) parser for youtube embed code 2) get video id, remove all other embed code 3) rebuild youtube embed code with video id This seems to work pretty well, and should be safe. Problem, I'd essent...

html flash embed

I use the below code within for my JQuery lightbox without include js file AC_RunActiveContent.js or swfobject-1.5.js in the html file. It works fine for IE and Firefox. Just wanna know if there is any problem for not include AC_RunActiveContent.js or swfobject-1.5.js. Is it a must to have AC_RunActiveContent.js or swfobject-1.5.js for ...

Adding iframe to google code project hosting wiki page

Hi, Is it possible to add iframe inside google code project hosting wiki? I wan't to embed an external application using iframe in my google project page. My idea is to create a google wiki page and add the iframe in that page. How to do it? ...

Embed an application (exe file) into another exe file (mozEmbed like)

I would like to embed mozilla firefox into my application WITHOUT using any activex control (TWebBrowser wrapper, mozilla ActiveX...). I tried using TWebBrowser (actually bsalsa's embedded webBrowser wich is by far better), but all versions of IE seem incompatible with some features of popular javascript framework and libs (JQuery, ExtJS...

Dynamically resizing an embeded video with jQuery?

I've tried a few ways but nothing seems to work. What I'd like to do is have my users post video's with the given embed code (example): <object id="cnbcplayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="380" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;...

Is it possible to interact with an embed movie via javascript ?

I am embedding a movie in a web page with the embed tag, but I would like to interact and be interacted via javascript with the embedded movie in .mov. In particular, I would like to get the timings so I can perform actions on the web pages when a particular moment in the movie is reached (like adding subtitles or karaoke effects in the ...

Embedding part of a web site

Suppose I want to embed the latest comic strip of one of my favorite webcomics into my site as a kind of promotion for it. The webcomic has the strip inside of a div with an id, so I figured I can just embed the div in my site, except that I couldn't find any code examples for how to do it (they all show how to embed flash or a whole web...