embed

which server i can embed that support php?

I need to make web application that is acutely desktop application The business logic will be written ( taken from web app) in php and the underlain infra is c++ For that I need some solution to run embed server that support php or to think about some other solution ...

How can I extend an embedded python interpreter with C++ functions?

How can I extend an embedded interpreter with C++ code? I have embedded the interpreter and I can use boost.python to make a loadable module (as in a shared library) but I don't want the library floating around because I want to directly interface with my C++ application. Sorry if my writing is a bit incoherent. ...

Jquery to dynamically change flashparam attribute (config={"playlist":["url"]:"http://localhost/test.flv"}) of an embed tag

Hello I have embed tag and its configured as: <embed flashparam="config={"playitem":[{"url":"http://localhost/test.flv","autoPlay":false}]}" Now i want change the "URL" dynmically. How can i change it using jquery? THX ...

Problem with Chrome/FireFox - Unable to Embed windows media player in ASP.NET

Hi! I am trying to play a .wmv video in browser using asp.net 3.5. This is my code <object id="mediaplayer" type="video/x-ms-wmv" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="500" height="500"> <param name="url" value="file:///C:/winvideo-ITPro-BuildAndPublishDataCubeToSSAS2008.wmv" valuetype="ref" t...

Embed private Google spreadsheet

Hi - I'm trying to work out the best way to display a Google spreadsheet in the members section of a website. Although the info in the spreadsheet isn't hugely sensitive, I'm not keen on publishing it and embedding it using an iFrame, so am trying to find a way to embed the spreadsheet while still keeping it private. I've tried using t...

Flowplayer embed plugin with flowplayer module for drupal-6

I am using flowplayer module (for drupal) as dependency for my webtv module. I need to implement a flowplayer js-plugin embed that helps to generate embed code. I am loading js-plugin module (flowplayer.embed-3.0.3.js) that actually extends the $f object. There is no issue while js-plugin module is loaded. Finally when $f.getEmbedCode(...

Embed sound in flex with variable String

I'm looking to do something like: private static const fooDir : String = "foo"; [Embed(source = foo + "/foobar.mp3")] private var Foo:Class; Flex is only accepting the string if it's written fully out as [Embed(source = "foo/foobar.mp3")]. Is there a way around this? ...

Test for functions names in javascript script (SpiderMonkey engine)

I am embeding SpiderMonkey (mozila javascript) interpreter/engine in my C/C++ application. i programatically loading a javascript script and want to test (from my C/C++ code) if a certain function exist/defined in this script. is there a way to do that ? maybe a way to list all functions in a given script ? Tnx, Vertilka ...

SWFObject not working from Google Libraries API?

The following embed code works fine when I load swfobject.js locally. However, when I try to load the swfobject.js from Google Library APIs, the Flash movie fails to load. I know I'm using a valid key, and the swfobject.js file is definetely being loaded, but I get an "Uncaught ReferenceError: SWFObject is not defined (anonymous functi...

How do I embed wmv/mpg/avi/mov/etc videos reliably?

I am trying to embed video files (wmv, mpg, avi, mov, etc.) dynamically by creating embed elements in javascript. The problem I am running in to is this has not been very reliable across all browsers and even if it does work, there is no guarantee that the end user has the required plugin to play the video. Ideally, I would convert every...

Embed volume control

Hi there. Using embed to embed music might sound oldschool, but I don't have any other choice (any method used now doesn't accept my files). <embed hidden="true" volume="10" src="/app/upload/1287860161768038.mp3" /> Music starts to play, but volume is always 100% (not 10 like here). I don't know how to repair it, suggestions? ...

Is it possible to embed html with js into QwebKit

will I need to load java script objects into QwebKit when my application is loading I can use setHtml with the html and the java script string formatted but its very hard to Maintain. My question is can I embed the html and java script as resource into Qwebkit ? Also I don’t what that the html and the javascript be available to the appli...

embed/align textbox on image

I have an image of a website i need to create which is not simple. But here is a jist of it. Consider I have a username with a textbox and password with another textbox and a login button. I want to place this image as the background and use embed a textbox on top of the image at the location of the original textbox. is this possible? i ...

What is a 'manifest' when dealing with Reg-Free-Com?

I've been told to create a 'manifest' to achieve Reg-Free-Com between a VB6 .EXE and a .NET DLL. What is a 'manifest' in this context? What does it mean to 'embed' a manifest? ...

How do I 'embed' a manifest in an assembly using VS2005?

Using VS2005, how do I 'embed' a manifest in an assembly? ...

Play M4A Files on Website

Hey, how can I play m4a audio files on my website? None of the regular mp3 players are working. Thanks ...

Embed wmv hides dropdown/floating objects in Chrome

I've tried many tricks found on the web including: wmode transparent z-index WindowlessVideo But none of them seem to work on Chrome. Works fine on IE and FF. This version of code is XHTML compliant: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html x...

Embed .net dll in c# .exe

I am writing a project which makes use of the MS Chart for .net 3.5 utility. However, either all users will also need to install this, or I need to package the dll with the program. I can get Visual Studio to copy the dll to the folder with the program, but is it possible to make it embed the dll, so that there is only the one file? I...

Use swfObject to embed flash code?

I have this embed code for a flash project: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="333" height="380" id="RallyHorseRace"> But it is not showing up in Chrome. Any suggestions why it is not showing up in Chro...

Inserting embed code in database PHP issue

hey, I'm trying to insert an embed code in my database, and it's giving me this error Error adding new data: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'movie.php?id=6001', type = 'stream', embed = '<object width=\"500\" ...