frames

Is it possible to use FFMPEG as live encoder in pipe? (for live stream encoding)

So in my code I am building video frames, 720×480x24bit. I have in mind generating a large number of these, at 30fps, can I use ffmpeg to encode them in to MPEG2 or FLV or VP8 in kind of live mode and get them out in live mode by other programm I created by creating unnamed pipe like FramesGenerator.exe -| FFmpeg.exe args -| LiveE...

Enter on frame or timer - which to better use for updating in AS3?

So I've about hundred of map tiles and each title has some object which does some stuff. And one of things it should do is to update text (a time after which you need to do something) in text field. How should i do it better - with enter frame event and on each enter frame update it or set up a timer object which on each second would upd...

Frames + Internet Explorer oddities

I'm running into some very odd beheaviour regarding frames and internet explorer. The situation is like this: I have my web application on www.webapp.com I have a client that wants to have a login box to my www.webapp.com on his website: www.vendor.com The vendor his website is setup by his webdesigner at www.vendor.com. It consists o...

Any way to show a piece of html over another website, that I linked to?

I have a website that indexes large amounts of links. I wanted to put a header on top of the website, when I link out to it, so I could show similar stuff, as well as the site's name. Similar to the Digg Bar on digg.com Unfortunately many sites have framebreakers. I saw the framebreaker buster code poster here, but it just results in a ...

Disable Cookies Inside A Frame/Iframe

Hi! Is there any way to programatically disable cookies being created by a page displayed inside of a frame/iframe? Or to generalise further, is it possible to programatically disable javascript running on such a page? Thanks, DLiKS ...

Can I make GIF animation frames play faster in ActionScript?

like say i have a gif that has 10 frames. what is the code that will help me make the gif go through those frames at a quicker pace? ...

html frames - is grabbing a div out of a page possible?

basically what i want to do is display a facebook photo album on my website. is there a way to just take a div from a page and put it on yours with like frames? couldn't think of a better way to do it atm - client isnt exactly computer savy but could handle photo album himself if its through facebook i guess my backup option is just t...

Bug when posting a form from within a frameset in internet explorer

Hi, The scenario is as follows. We have 2 servers; one 'old' running old webshop (asp, on shared host) and one new running new webshop and new website (php, on our own box). Lets say old server responds to dom1.com and new server responds to dom2.com. Now we want the new shop to be shown when we go to dom1.com, thus we have made a fr...

Webpage navigation with persistance - ASP.NET C#

I have a website that is already completed in ASP.NET. I need to add a section at the bottom that holds a live streaming video chat (Flash Object), and I need it to persist over different page visits. e.g. I have profile.aspx and local.aspx that might be visited and I need the little chat frame at the bottom to persist between page c...

Processing video frames

I am trying to find software that perform the following functions: when the compressed frames of a streamed video arrive to a destination server, make a copy of each frame as soon as it arrives at the destination server copy the digitized pixels from a frame to another memory location mix the digitized audio fields of several video fra...

Why won't int variable come before char array in terms of addressing no matter how I code it in C?

I'm reading Hacking: The Art of Exploitation (2nd Edition), and I'm currently on the section about buffer overflows. In the first example, the variables are declared/initialized in this order: int auth_flag = 0; char password_buffer[16]; The example goes on to explain that you can use gdb to examine auth_flag and password_buffer's ad...

Javascript/jQuery: calling function in another frame.

I'm new to the DOM and JavaScript and hitting on some problems when trying to call a function defined in a frame from the context of the top-level frame or Firebug. Given the below frameset: <html> <body> <frameset cols="*" rows="81,*"> <frame id="topFrame" tabindex="1" name="topFrame" noresize="noresize" scrolling="No"...

page size as screen size and scrollable frame inside

Here's the scenario: I have an asp.net webpage which displays dynamic data in a gridview. I'm using a master page to display the header and footer of the page, and this gridview is being displayed inside a div in the contentplaceholder. The Problem: What I want is that the size of the page that is displayed remains constant for a user ...

How to detect when a frame url is changed?

Hi, I have the following: <frame src="myframe.htm" id="myframe"/> <frame src="http://www.google.com" id="external" /> How to detect any new url in the frame "external" when clicking a link on it so i can display it on the frame "myframe" ? I want to use javascript for that Thanks ...

How to reload, stop, back & forward a frame?

Hi, I got the following: <frameset cols="20%,80%"> <frame src="zone1.htm" id="zone1"> <frame src="http://www.google.com" id="zone2"> </frameset> I got access to zone1.htm and the second frame is loaded from an external website, i want to do using javascript: Reload + Stop + Back + Forward Controls in zone1.htm to control the google ...

Automatically resizing the top frame?

Suppose I have two frames. I want to set the size of the top frame so it shows all the necessary content, but no more. For example, could I put an "hr" tag or a wide image transparent image at the bottom of the top frame and have the top frame resize automatically based on the location of this element so that this element marks the ver...

XNA to render 3D video (fixed FPS!)

Hi, i have to develop an application in wich the final step is to export a video (or a single frame) of a 3D animation generated by my software calculating the user input parameters. I want to use XNA and for this. i need that the software can export FIXED FPS video (or also all single frames of the video separately). It's not a matter...

html frames css

I wonder if there's some way to specify that a page in a frame is to use the style sheet of the parent? Or to specify a style sheet for the frame? Some option on the frameset or frame tag? ...

How to show overlay across FRAMES?

Suppose I have following frame structure. <frameset rows="20%,60%, *"> <frame name="theFrame" id="theFrame" src="test1.html" > <frame name="theSecondFrame" id="theSecondFrame" src="test2.html" > <frame name="importantFrame" id="importantFrame" src="test3.html" > </frameset> Suppose in "theSecondFrame" i have a button and if I cl...

Frame content not appearing in Firefox

This simple frameset is not working in Firefox (IE7, 8, Chrome is okay). main doesn't appear but footer does. There's a frame window divider flush to the top of the screen, but even after pulling that divider down, no main content is shown. It's validated under its DOCTYPE. Any ideas? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Fra...