embed

Changing arbitrary flash objects wmode to transparent

I need to change wmode of arbitrary flash objects to transparent from external js file to make sure they don't hide menus without using Jquery or similar libs. In FF I use getElementsByTagName("embed") and set attribute. It seems to work well. Specifically I'm having trouble with object set by swfObject library In IE7. swfObject creat...

Make Flash movie autoload

Hello. I would like to embed a flash movie on my page but I would need it to autoload from the begining, not only when I reach it through page. I mean, I have a long page and the flash is about in the middle. It plays an animation with sound and I would like it to start itself, not only when I scroll down to it. Is this possible ? Thank...

Load and play embedded SWF file in Flex / Actionscript

Hello friends! I'm trying to create / use a pre-loader in my flex application. The preloader is a SWF file which has 100 frames (1 for every percent of the loader progress). Basically I am trying to Embed this SWF file in my application, display it on screen and change the frame number being displayed as the progress completes. The c...

How can I embed an excel spreadsheet in a C# program.

I've been trying to use the ActiveX control axOWC10.axSpreadsheet but I can't figure out how to specify the DataSource and DataMember properties. Should I not be using this particular ActiveX control? ...

How do you embed a SWF object in an XHTML 1.0 Strict webpage?

Hi there, simple question: I'm looking for a standards compliant way to embed a flash file. I've been using Dreamweaver for this project (not because I like it, but because my co-worker isn't an HTML guru) and it apparantly uses non-standard code to embed flash files. It's probably standard in HTML, but not so much in XHTML which I prefe...

How to get rid of white space around an <embed> element?

SUMMARY: an embed with 100% width and height pushes its parents size to be 100% width and height of the grandparent. How do I get the embed element to collapse all the white space around it so that it fits the width and height of its parent perfectly? I have a page with an image, which upon being clicked gets replaced by an embed elemen...

How to embed a Font in a PDF with RDLC

hi, i am using Microsoft.Reporting.WebForms.LocalReport to generate some PDF, everything works like a charm, but now evil marketing wants to use a custom font (they are using such crazy arguments as "corporate identity" and stuff). i already goggled around and now i know that i need ReportViewer 2008 SP1 or greater the font has to b...

Display slideshow of Private Photosets from Flickr

I have a number of photo sets that are marked as private on Flickr. I have a website and I would like to display all of them as Flash Sideshow. I am currently using Flickr.NET open source library and I have created a web application to retrieve the list of all the photo sets. I can use other methods to display photos but I really like t...

Alternatives to swfobject for embedding flashplayer

Does anybody know if there's a better alternative to swfobject? I actually like swfobject, I just wanted to hear if anybody found something better. Or maybe it is the best way. If you do not know swfobject you can find it here: http://code.google.com/p/swfobject/ ...

Good Resource for Embedding Weather Forecasts

I would like to add a 5-10 day weather forecast to a website. I'm having trouble finding a website that provides an embed code for forecasts. The few I've found look awful (circa 1990's). I was just wondering if there was a halfway clean-looking solution that I might be overlooking in my endless Google searches. Flash, iframe, anythi...

How to embed a text link in an image ?

How do I embed text in an image? The embedded text should be hyperlinked to an URL. The use case is like having an image with a link that says 'Click here' which opens a new page. ...

How can I embed a SQLite Database in a .NET DLL and then use it from C#?

Hi Girls and Guys! I'm currently working on some evaluation work for a project that I'm planning. I recently looked at solutions for a data storage mechanism for my application and while researching stumbled upon SQLite. I currently use SQLite with the System.Data.SQLite wrapper. I really like the way it works but I have one problem w...

What is the right way to embed a Flash movie for XHTML compliance?

I have a simple movie that has a tiny bit of Actionscript 2.0. What is the best way to embed a flash movie for XHTML compliance? Which version should I export for? The code that Flash automatically outputs is so bloated, I'm not sure what I need. Also, I noticed that a Macromedia URL is in the code, and now that Adobe owns Flash, I w...

Embedding an external executable inside a C# program

How do I embed an external executable inside my C# Windows Forms application? Edit: I need to embed it because it's an external free console application (made in C++) from which I read the output values to use in my program. It would be nice and more professional to have it embedded. Second reason is a requirement to embed a Flash proj...

embed flash in silverlight

How do you embed a flash video in silverlight, if the source file is provided? ...

embedding silverlight, anything like flash?

So if I have a flash object, like a youtube video, I can embed that on a website pretty easily (I think because that's flash, not necassarily youtube, maybe I'm wrong?). I'd like to be be able to drop a silverlight object/embed tag (no javascript) on a static html page (like my blog, which is not the site with the xap file), and be done...

Rails: How can I log on which site my javascript is embedded?

My site provides a javascript that shows the rate of the Dutch equivalent of the Dow Jones index. Users can embed this script in their website. It looks like this: <script type="text/javascript" src="http://www.aexscript.nl/r/gratis"&gt;&lt;/script&gt; The corresponding controller action looks like this: def show @script = Script....

Embedding Flash in 3D-rendering binary

I want to embed Flash (2D GUI) in my 3D game C++ application, and it must be portable. Rendering Flash is not enough, I need user action callbacks. I found Hikari for Ogre3D, but I guess the technique it's based on only works on Windows? (It uses OLE.) Further, from what I've heard (unverified) CryEngine uses Flash. Almost forgot the o...

Embed external application under Windows

hello, I have a Windows desktop application that I want to add some functionality to. Unfortunately the source code is not available, but it has a COM API. So, my desire is to embed this application in my own window (with menus, toolbar, etc) and link events through the COM API. How do you suggest I embed one application within anoth...

Embed SVG into HTML (Opera-specific).

I want to embed SVG image into UserJS script for Opera. The question is how to show this image on loaded page? I show PNG images using <img src='data://image/png;base64,...'>, but SVG images aren't shown being used this way. Using external SVG file is OK, but not 'data://image/svg+xml,...'. I can't embed SVG code to HTML directly, beca...