54 Topics

Member Avatar for
Member Avatar for Khalilur_1

Hi, I am new in web designing, but freequetnly facing problem with embedding video in my html5 web site. It is browers problem also. If chrome show, internet explorer does'nt show. I am looking for standard embeding code what will help me show my video on all major browsers.

Member Avatar for Ashley_9
0
349
Member Avatar for jKidz

Hi, I want to show one place in my country on google map in my web page. But currently that page is not in the Google Maps and also I don't want to add it to the google maps. What i want is mark that place temporary in google maps …

Member Avatar for Masterblank
0
267
Member Avatar for rimfirelive

I am having horrible formatting issues on the displayed page. I am trying to develop a template page that can be lunched from a link. This template page will contain the automated formatting to display the entire contents, of a "suppliers" website; while keeping the user within our site. I …

Member Avatar for rimfirelive
0
222
Member Avatar for Lonestar Jack

**I want to embed links and fields into php generated emails. This is the email_message field.** Welcome to the Neighborhood 13 Wine Tasters Group. In order to make sure we have your correct email address we need to have you return this email by pressing the Return button on your …

Member Avatar for OsaMasw
0
140
Member Avatar for krunal1986

Hello All, i want to embed a vimeo video on my site. how can i do it? any code or reference links will be appreciated.. thanks, kk

Member Avatar for krunal1986
0
192
Member Avatar for caltech

I have this: http://jsfiddle.net/calyne/DwV4z/3/ I want to make it like this: https://github.com/jakiestfu/Youtube-TV which is great, beautiful, just that it doesn't work for all channels, mysteriously. The one I'm trying to implement it for in particular happens to be among those unfortunate channels. So I've turned to the former script, except …

Member Avatar for LastMitch
0
392
Member Avatar for Fiorentino01^

Hi, I recently made some short videos with my Canon digital camera.The reason for it is to embed one or more in my web site. I searched on the Internet but I did not find much help, a lot of the posts suggest to download some software.I don't think is …

Member Avatar for Fiorentino01^
0
202
Member Avatar for tanha

Hi, I have been reviewing and reading the docs for the VLCJ but unfortunately could not come to a conclusion of configuring and running it correctly. It is appreciated if someone placing an example, snippet or tutorial of that.

Member Avatar for tanha
0
2K
Member Avatar for Szabi Zsoldos

Hi guys, I don't even know where to start, the ideea is that I want to develope an API that responds with certain data, but I don't have a clue for what to look. The ideea is that there is a panel like google analytics but with no stats, but …

Member Avatar for diafol
0
288
Member Avatar for Suzie999

I'm trying to embed a window into my own. I somehow new it would not be as simple as it sounded, so I'd like a pointer where else to look if anyone can help. hMyOwnWindow //HWND hExternalWindow // HWND //size the external window so it will fit. MoveWindow(hExternalWindow,19,102,383,400,true); //set style …

Member Avatar for Suzie999
0
3K
Member Avatar for Tango2010

Hi, I wonder if anyone can possibly help. I am trying to teach myself how to integrate a Java video into a Java GUI / Swing Application. I am pretty competent with building Java graphical user interfaces and the background Java application code, however I am puzzled with how difficult …

Member Avatar for nvrandow
0
473
Member Avatar for dbalas

Hi! Ok, I have tried every pssible way to make this possible but it looks like im running in to cercles... My script simply doesnt want to send embaded logo... It wants to send it as an image like `<img src="http'//..." />` but than i have problem with viewing the …

Member Avatar for paulkd
0
481
Member Avatar for kamilacbe

HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list …

Member Avatar for JorgeM
0
207
Member Avatar for Thropian

I'm using HTML <embed> to play music in the background on a site, and I have a list of songs I'd like it to play. Is there some way to detect the end of the song and start the next? document.body.removeChild(soundEmbed) soundEmbed = document.createElement("embed") soundEmbed.setAttribute("src", "Music/"+Song) soundEmbed.setAttribute("hidden", true) soundEmbed.setAttribute("autostart", true) …

Member Avatar for Thropian
0
192
Member Avatar for trishtren

Hello, iv looked around google and have found it is possible to put an applet into a jframe. The problem i am having is that my applet is to be hosted online, what i want is to take the applet that is online and display it from a swing or …

Member Avatar for NormR1
0
224
Member Avatar for mhaselip

Hi. i was wondering if somebody could help me. Im looking for a php function to check a get and post methods for any type of hack or injection i.e. xss php java html mysql injection. the function needs to check the get or post methods prior to using it …

Member Avatar for dany12
0
195
Member Avatar for sandz24

Does anyone know the process of DCT in relation to image watermarking? Finding it hard to understand the process any help would be appreciated.

Member Avatar for TrustyTony
0
95
Member Avatar for sandz24

Is it necessary to compress the host image after embedding the watermark?My host image (512 x 512) is bmp and the watermark is a binary image (63 x 63).

Member Avatar for Rashakil Fol
0
92
Member Avatar for sandz24

The first step in image watermarking using DCT is to divide the image into 8 x 8. My question is do I have to divide the image as a whole or divide them by RGB channels so that for each channel I will divide them by 8x8. Any comments will …

Member Avatar for sandz24
0
97
Member Avatar for sandz24

Hello everyone and good day!!! I'm trying to embedd an image watermark to another image for copyright protection and I plan to use DCT and embedding the watermark in the middle band coefficeint of the host image. The problem is I don't know which of the formulas to use since …

Member Avatar for raptr_dflo
0
905
Member Avatar for sandz24

I'm curios what happens to the size of the host image after an invisible watermark has been inserted. I'm guessing the size will increase but by how much? For example, the cover image to be inserted is 1kb and the host image is 2kb. Since your adding additional information the …

Member Avatar for sandz24
0
128
Member Avatar for sandz24

Which of the two (Binary Image and Gray scale image) is easier to embed in a color image using Discrete Cosine Transform? I'm currently exploring image watermarking using discrete cosine transform. Thanks in advance!!! :)

Member Avatar for sandz24
0
185
Member Avatar for sandz24

Is it possible to embed a colored image to another image using DCT? or does DCT support embedding gray scales and binary formats only?

0
82
Member Avatar for aishapot

Can anyone help me on how to create a video embed box? Like on Youtube, when you click on the share button there, there's the embed box.

0
106
Member Avatar for harvybcn

I have a Win32 Application in C++. At runtime, It loads a Matrix stored as TXT file in the working directory with I/O functions. I have problems to distribute my program (EXE and DLL) because people normally forget to move the text files together with the Application. How can I …

Member Avatar for alexb119
0
2K
Member Avatar for BCBTP

I was wondering if anyone has some good examples of running python functions and scripts within C++ using the Python C API. I can't seem to understand the ways of the Python C API, and was expecting something more similar to the Lua C API. The real question is "What …

Member Avatar for vijayan121
0
312
Member Avatar for dave086

Hi, I have a website that I'm trying to embed a blogger feed into. My client doesn't want the user to be taken to the blogger site, but to click a link in the left hand side bar, and the relevant post load in a new page. What is the …

Member Avatar for diafol
0
204
Member Avatar for pritaeas

I am looking for some experiences with embedding video's in my website. Until now I had only externally linked video's (which included their own players). Now I have to embed my own. So far I've seen HTML5, Flow player, JW Player and VideoJS. Any recommendations ? Added: Also found [URL="http://praegnanz.de/html5video/"]this …

Member Avatar for pritaeas
0
120
Member Avatar for petergeng

Im trying to call python functions from C code, and i followed a sample from here [URL="http://docs.python.org/release/2.3.2/ext/pure-embedding.html"]http://docs.python.org/release/2.3.2/ext/pure-embedding.html[/URL] I also have the correct include file directries, library directries, and linked the python32.lib (im using python 32) however the error was that python/C APIs such as PyString_FromString, PyInt_FromLong, PyInt_AsLong are undefined (error …

Member Avatar for Gribouillis
0
157
Member Avatar for bfitz

Hi there, I've never done any work with ASP .NET files before so I apologise for a probably basic question. I have a HTML file and a ASPX file. I need the HTML file to run the ASPX file and display it's contents. The idea is that the ASPX file …

Member Avatar for bfitz
0
182

The End.