embed

How to insert XUL into a XHTML document

I have a XHTML document and wnat to embed XUL widgets into the document. What is the correct XML syntax to do so? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" co...

Looking for a good embedable discussion thread

I'd like to embed a discussion thread on a website. Doesn't need to be anything complicated, just need to be able to post comments. Threading would be nice, but isn't strictly necessary. Google wave would be perfect, except most people don't have wave accounts yet. Is there anything else out there that I can embed on a page that would fa...

<embed> tag in HTML not supported

I get the following warning in a ASP.NET project using the <embed> tag to put a .swf: Warning: Validation (XHTML 1.0 Transitional): Element 'embed' is not supported. What is the "supported" way to do it instead??? ...

Stop media player when html popup closed

Hi I have a simple page and a link on it which opens a simple popup ajax popup with embedded media player on it, like so <object classid="..." id="mediaplayer1"> </object> The problem is that after closing and disappearing popup it seems that Meda Player continues working, cause I am hearing movie sound. How can I stop this? ...

Embed quicktime movie. a "Play again" button at the end?

Forgive me if this was a silly question that I missed in the documentation, but I have no idea how this is done (having a "replay" button at the end of a video). I am guessing it's a callback to a javascript function when the movie ends? And load some new markup (with the replay button) in the function. Any thoughts? ...

Flex 3: Embedding MovieClip Symbol to Image Control programmatically

I've reviewed all the documentation and Google results surrounding this and I think I have everything setup correctly. My problem is that the symbol is not appearing in my app. I have a MovieClip symbol that I've embedded to my Flex Component. I need to create a new Image control for each item from my dataProvider and assign this embedd...

How to display dwf/dwg in a web page?

How do you embed Autodesk 2010 dwf/dwg files in a web page? I found some old code that worked with the Volo View Express 2 activex control in IE, but it won't display newer drawings. <iframe height="500px" width="100%" scrolling="auto" src="drawing.dwg"></iframe> Is there a new/better activex control available? ...

Embedding a movieclip using CSS in Flex 3

We use [Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")] private var PreloaderAnim:Class; for embedding a movieclip from an swf file. How can I do the same using a CSS file (which is loaded at runtime) and use it in my class? ...

Embedding c# windows application (.exe) in a webpart

Is there is a way to embed an application executable inside a webpart? is there any kind of a webpart available in sharepoint. If not, then is it possible to create my own webpart and some how place my windows application there so that when a user login to a sharepoint site he can view the main winodws applciation screen on the webpage....

How to use Microsoft.Scripting.Hosting?

To embed some IronPython Code into C# I want to use the ScriptEngine using IronPython.Hosting; using Microsoft.Scripting.Hosting; I found the reference for IronPython, but where is the necessary reference for Scripting.Hosting? I can't find it within VisualStudio 2008, targeting .Net 3.5. ...

p2q_EmbedFlash using remotely hosted Flash files

I've embedded a virtual tour on one of my client sites. The site is hosted by Slicehost, and as you can see the load times for the Flash movies are very slow, so my idea was to serve the swf files from Amazon S3 Europe. To test it, I have all swfs uploaded to the same directory / bucket on Amazon, while the index.html and p2q_embed_ob...

How to get the width and height in ActionScript for a Flex application running inside the flash player in the web browser

Hi all, Does anyone know how to get the width and height in ActionScript for a Flex application running inside the flash player in the web browser. e.g. In the web browser I can use the tag to embed a Flex application (as a .swf). To the embed tag, I can provide the dimensions. I would like to get these dimensions inside the flex ap...

Trying to use Mapi MapiSendMail to send an email with an embedded image

I'm trying to use Mapi MapiSendMail to send an email with an embedded image. Not having any luck. My file keeps showing up in the email as an attachment, not embedded. I see the MapiFileDesc nPosition field, which sounds like it indicates where in the message text the file should be embedded, but it doesn't seem to affect anything. My...

Setting Windows Application parent container to a Java application

I was wondering if there is a way to embed a windows application like photoshop inside a java application? More specifically I would like to set the parent container of the windows application to a JPanel or JFrame. Is this possible? ...

Embedding C# code using <%= code %> within javascript <script> tags

Hi All, I'm using ASP.NET MVC and would like to get Model information for use within my javascript. I've strongly typed the view, and thus am able to use <%= Model.Name %> within my HTML to get Model data. But once I'm in the <script> tags, I get no intellisense (in Visual Studio) when using <%, and the information doesn't seem to be r...

Embed Windows Media Player with visualization disabled

I'm working in a corporate environment where the primary mechanism of media playback is Windows Media Player. On our intranet we're serving MP3 files in an embedded WMP through Internet Explorer 6. I have no problems with embedding, playback, etc. The only issue is that I want to disable the visualization that is automatically turned on...

AS3 - getting symbols from an assets library WITHOUT Flex

Been searching around for a long time, and the only examples I can find for doing this are something like this: [Embed(source="Assets.swf", symbol="dog")] private static var _Dog:Class; public static function get Dog():MovieClip { return new _Dog(); } But this seems to be flex-only (I get the error "unable to resolve 'Assets.sw...

Delay before playing embedded mp3 in Actionscript / Flex 3

I am embedding an mp3 into my Flex project for use as a sound effect, but I am finding that every time I play it, there is a delay of about half a second from when I call .play() to when you can hear the sound. This makes it weird because I want the sound effects to sync to game events. My mp3 itself is only about a fifth of a second lon...

Embed font into PDf file by using iText

Hi, I defined a tag map, and got a xml data file. I want to convert the xml data file to PDF by using iText. The question is how to embed fonts (e.g. polish font, chinese font) into target PDF when converting xml to PDF? Thanks. ...

embed mail compose in an iPhone app

I want my app to send mail. I can use the mailto: URL scheme, but it terminates my app when launching iPhone mail. The newsreader from The Independent (British paper) seems to bring up a mail compose view within the app. When you send or cancel, the app reappears immediately. Does anyone know how to do this? thanks, ...