Record Video
Hi,
Can we record a video with flash without using flash media server Also suggest other options.
Thanks
ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 07-29-2006, 12:17 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Record From A Swf To Video On The Fly?
Hi,
This is giving me headache
What I want to do is to create a flashmovie which the user can interact with and then record the flashvideo and save it as a video file like mov/mpeg on the server. So the user makes his or hers own video.
Is this possible at all? I just cant find a way to solve this. I know there are some programs which allows you to convert swf to video but none of these seems to be advanced enough....
Any help is very very much appreciated
Video Record Using Flash ?
I'm try to record video using DScap.exe using flash interface...
Video Record using Handycam and Dscap.exe..
in DScap.exe, there is button to record and stop recording.
I try to make "record" and "stop record" in DSCap.exe can be access using flash, if possible record and stop record activate using keyboard,
example :
button 1 --> open dscap.exe and begin recording
button 2 --> stop recording
anybody can help me.
Thanks in Advance
Component, Video Record
Hi.
I'm new to flash Video Streaming. I have to change an existing application that actually allow my client to :
- broadcast live video form a emiter page
- client can se the live video with an reciever page
Both pages have been made by a non developper, so He used nothing else than FlashComm Components like AVConferences etc ...
My work is to change some features :
- create an archive video file into FlashComm server
- allow to broadcast a second sound Stream, in order to allow client to switch between the Video's sound track & the other sound Stream
I've seen this can be done throught code easylly ( record mode ), but my question is :
Can I adpat these components via parameters to change the Video mode, to record mode, or in client part, via code to put sound off ( sound of the video display component ? )
or
Should I right now destroy all the actual application and recreate it all with actionscript ? this means recreate also the simple login component, chat, presence etc component ?
thanks for your fast reponse ...
Record Audio Or Video In AS2
I'm looking to record audio with a microphone and/or video/audio with the webcam and save the MP3/FLV locally. Can it be done? If so, how? Are there any tutorials?
Can Not Record A Video To Server
I set FMS3.0 dev up and running on Windows server 2003. Then I wrote a little flash app which publishing the video to server for recording using "ns.publish(video_message_1100285, "record");". I am using "live" application.
On server's live log:
it reads "Application doesn't have permissions for server-side record/append of streams; access denied to stream video_message_1100285."
The working dir is default config: LIVE_DIR = C:Program FilesAdobeFlash Media Server 3applicationslive
I double checked it, everyone has the write access to this dir.
Anyone can help for this issue?
Many thanks!
Alex
Record And Export Video From Flash During Playback
I'm writing in to seek help for a plug-in/3rd party software that records/ exports the playback of a swf file...online, during runtime..while the swf. file is playing.
In other words, visitors to the flash website - record the playback of the swf and have the end-product exported onto their desktop as an .mov file.
Another example would be something that works like FlashFletcher, but user do not have to download nor install any application.
http://www.geovid.com/FlashFetcher/
http://www.geovid.com/Flash_to_Video_Encoder_PRO/
There is currently similar 3rd party applications but still not quite what we're looking for. Understand that there are constraints on the server regarding multiple users trying to record and export their own video...but it is doable...has any one heard of an server application like that?
Record Video With Flash, Store On Server
I am trying to figure out the best way to use Flash to record video and then upload to Youtube using their API or capture directly to their servers.
I am finding no documentation on directly recording to Youtube, so I am thinking that FMS may be the only way to store a recorded video, then do server-side processing to upload it.
Does anyone have any advice on this?
Thanks so much.
Record And Export Video From Flash During Playback
I'm writing in to seek help for a plug-in/3rd party software that records/ exports the playback of a swf file...online, during runtime..while the swf. file is playing.
In other words, visitors to the flash website - record the playback of the swf and have the end-product exported onto their desktop as an .mov file.
Another example would be something that works like FlashFletcher, but user do not have to download nor install any application.
http://www.geovid.com/FlashFetcher/
http://www.geovid.com/Flash_to_Video_Encoder_PRO/
There is currently similar 3rd party applications but still not quite what we're looking for. Understand that there are constraints on the server regarding multiple users trying to record and export their own video...but it is doable...has any one heard of an server application like that?
Will appreciate any replies or alternative suggestions on this. Thanks
Flash Local Video Record - NEED EXPERT
Hello. I need to record video from a webcam locally, then allow a user to SAVE abd then upload to the server. I have heard that this is possible, but most people's first reaction is that Flash only allows saving direct to the server. Any help out there?
Flash Local Video Record - NEED EXPERT
Hello. I need to record video from a webcam locally, then allow a user to SAVE and then upload to the server. I have heard that this is possible, but most people's first reaction is that Flash only allows saving direct to the server. Any help out there?
Flash Local Video Record - NEED EXPERT
Hello. I need to record video from a webcam locally, then allow a
user to SAVE abd then upload to the server. I have heard that this is possible,
but most people's first reaction is that Flash only allows saving direct to the
server. Any help out there?
Record Video With Flash, Store On Server
I am trying to figure out the best way to use Flash to record video and then upload to Youtube using their API or capture directly to their servers.
I am finding no documentation on directly recording to Youtube, so I am thinking that FMS may be the only way to store a recorded video, then do server-side processing to upload it.
Does anyone have any advice on this?
Thanks so much.
Problems With Video Record/playback And Text Chat
(communication server but the script needs help before i fix server issues)
ok heres the problem;
i've been going through this over and over for hours and nothing seams
to be going right. In the code i am posting now The chat does not work
at all (unable to see others) and apparently i am not record because it
cannot playback. When recording it should create a folder on the server
automatically and stop the FLV but i have no idea if its working or
not, i am assuming it is not. First i had the live video feed working
along with the text chat but the record and playback weren't but that
was ok. but now the only thing i am getting is the live feed please
help. i don't know if it my code or what.
thanks in advance!
oh also, im not sure about this but i am on a lan; so in creating the
folder should i have "rtmp://zIIT410Mid/james/" or
"rtmp://192.168.0.10/zIIT410Mid/james"??
---------------------------------------
//CHAT
var hookup_nc:NetConnection = new NetConnection();
var rtmpGo:String = new String();
rtmpGo = "rtmp://zShared/IIT/Folder";
hookup_nc.connect(rtmpGo);
hookup_nc.onStatus = function(info) {
trace("Level: "+info.level+" Code: "+info.code);
};
type_txt.text = "";
var text_so:SharedObject = SharedObject.getRemote("sharedtext",
hookup_nc.uri, false);
text_so.connect(hookup_nc);
text_so.onSync = function(list) {
for (var i = 0; i
if (list[i].name == "textValue" && list[i].code != "success") {
_level0.type_txt.text += text_so.data.textValue;
break;
}
}
};
send_button.label = "Send";
var sender:Object = new Object();
sender.click = function() {
text_so.data.textValue = message_txt.text+newline;
_level0.type_txt.text += message_txt.text+newline;
message_txt.text="";
};
send_button.addEventListener("click", sender);
// LOCAL VIDEO
my_cam = Camera.get();
live_video.attachVideo (my_cam);
// RECORD VIDEO
//Camera and Microphone
var local_cam:Camera = new Camera();
local_cam = Camera.get();
var local_mic:Microphone = new Microphone();
local_mic = Microphone.get();
//Set Microphone and Camera;
local_mic.setGain(50); //0-100
local_mic.setRate(8); //5, 8
local_mic.setSilenceLevel(30,2000);
local_mic.setUseEchoSuppression(true);
//
live_video.attachVideo(local_cam);
//Record Video
var rtmpNow:String = new String();
rtmpNow = "rtmp://zIIT410Mid/james/";
var hookup_nc:NetConnection = new NetConnection();
hookup_nc.connect(rtmpNow);
//NetStream
var recordStream_ns:NetStream = new NetStream(hookup_nc);
recordStream_ns.attachVideo(local_cam);
recordStream_ns.attachAudio(local_mic);
//Recording Control
record_button.label = "Record";
var flvName:String = new String();
var recordNow:Object = new Object();
recordNow.click = function() {
if (record_button.label == "Record") {
record_button.label = "Stop";
flvName = flv_ti.text;
recordStream_ns.publish(flvName, "record");
} else {
record_button.label = "Record";
recordStream_ns.publish(false);
}
};
record_button.addEventListener("click", recordNow);
//Playback Stream
var hookup_nc:NetConnection = new NetConnection();
hookup_nc.connect("rtmp://zIIT410Mid/james");
var flvStream_ns:NetStream = new NetStream(hookup_nc);
var flvFile:String = new String();
playback_button.label = "Play";
//Add a name
var fileName:Object = new Object();
fileName.click = function() {
if (playback_button.label == "Play") {
playback_button.label = "Stop";
flvFile = flv_ti.text;
recorded_video.flv_video.attachVideo(flvStream_ns) ;
flvStream_ns.play(flvFile);
updateAfterEvent();
} else {
playback_button.label = "Play";
flvStream_ns.close();
recorded_video.flv_video.clear(this);
updateAfterEvent();
}
};
playback_button.addEventListener("click", fileName);
Problems With Video Record/playback And Text Chat
(communication server but the script needs help before i fix server issues)
ok heres the problem;
i've been going through this over and over for hours and nothing seams
to be going right. In the code i am posting now The chat does not work
at all (unable to see others) and apparently i am not record because it
cannot playback. When recording it should create a folder on the server
automatically and stop the FLV but i have no idea if its working or
not, i am assuming it is not. First i had the live video feed working
along with the text chat but the record and playback weren't but that
was ok. but now the only thing i am getting is the live feed please
help. i don't know if it my code or what.
thanks in advance!
oh also, im not sure about this but i am on a lan; so in creating the
folder should i have "rtmp://zIIT410Mid/james/" or
"rtmp://192.168.0.10/zIIT410Mid/james"??
---------------------------------------
//CHAT
var hookup_nc:NetConnection = new NetConnection();
var rtmpGo:String = new String();
rtmpGo = "rtmp://zShared/IIT/Folder";
hookup_nc.connect(rtmpGo);
hookup_nc.onStatus = function(info) {
trace("Level: "+info.level+" Code: "+info.code);
};
type_txt.text = "";
var text_so:SharedObject = SharedObject.getRemote("sharedtext",
hookup_nc.uri, false);
text_so.connect(hookup_nc);
text_so.onSync = function(list) {
for (var i = 0; i
if (list[i].name == "textValue" && list[i].code != "success") {
_level0.type_txt.text += text_so.data.textValue;
break;
}
}
};
send_button.label = "Send";
var sender:Object = new Object();
sender.click = function() {
text_so.data.textValue = message_txt.text+newline;
_level0.type_txt.text += message_txt.text+newline;
message_txt.text="";
};
send_button.addEventListener("click", sender);
// LOCAL VIDEO
my_cam = Camera.get();
live_video.attachVideo (my_cam);
// RECORD VIDEO
//Camera and Microphone
var local_cam:Camera = new Camera();
local_cam = Camera.get();
var local_mic:Microphone = new Microphone();
local_mic = Microphone.get();
//Set Microphone and Camera;
local_mic.setGain(50); //0-100
local_mic.setRate(8); //5, 8
local_mic.setSilenceLevel(30,2000);
local_mic.setUseEchoSuppression(true);
//
live_video.attachVideo(local_cam);
//Record Video
var rtmpNow:String = new String();
rtmpNow = "rtmp://zIIT410Mid/james/";
var hookup_nc:NetConnection = new NetConnection();
hookup_nc.connect(rtmpNow);
//NetStream
var recordStream_ns:NetStream = new NetStream(hookup_nc);
recordStream_ns.attachVideo(local_cam);
recordStream_ns.attachAudio(local_mic);
//Recording Control
record_button.label = "Record";
var flvName:String = new String();
var recordNow:Object = new Object();
recordNow.click = function() {
if (record_button.label == "Record") {
record_button.label = "Stop";
flvName = flv_ti.text;
recordStream_ns.publish(flvName, "record");
} else {
record_button.label = "Record";
recordStream_ns.publish(false);
}
};
record_button.addEventListener("click", recordNow);
//Playback Stream
var hookup_nc:NetConnection = new NetConnection();
hookup_nc.connect("rtmp://zIIT410Mid/james");
var flvStream_ns:NetStream = new NetStream(hookup_nc);
var flvFile:String = new String();
playback_button.label = "Play";
//Add a name
var fileName:Object = new Object();
fileName.click = function() {
if (playback_button.label == "Play") {
playback_button.label = "Stop";
flvFile = flv_ti.text;
recorded_video.flv_video.attachVideo(flvStream_ns) ;
flvStream_ns.play(flvFile);
updateAfterEvent();
} else {
playback_button.label = "Play";
flvStream_ns.close();
recorded_video.flv_video.clear(this);
updateAfterEvent();
}
};
playback_button.addEventListener("click", fileName);
Record A Full Screen Video Flash Chat Session
---
Where : Whole session can be recorded and saved for future viewing
---
Hello to all,
I was wondering if you guys know how to do this[message title]?
I tried the mouse recorder but basically that only records the movements of the mouse.
It doesn't record the messages in the textarea and the video feeds as well
Please help on this.
Record Mp3 With FMS
Hi!
I'm trying to record .mp3 file with FMS. I can save .flv with my webcam (video+audio) but i'd to save audio only files in .mp3 format using only my microphone.
I just use netStream.publish(myFileName, "record") to save my files. I've tried netStream.publish("mp3:myFileName", "record") but it doesn't work. May i have tu create a directory different from /myapp/streams/_definst_/ to record mp3?
Thanks in advance! Any help will be useful and appreciate!
M.
Keep Record
Hey...
I would like to know hot to create a "Top List"
Like MASTER 64 has on his avatar...
Will someone help me?
How To Record An SWF?
I'd like to put some motion graphics up on youtube, however I don't have a clue about video, I've never dabbled in it. In fact I've never even uploaded a video to youtube
So could anyone tell me how this is done and what tools I need?
I essentially just want to run an SWF and record/encode it live to an avi or mpg.
Cheers,
Joe
Keep Record
Hey...
I would like to know hot to create a "Top List"
Like MASTER 64 has on his avatar...
Will someone help me?
How To Record Drawing
Hello! The concept of Flash is to use keyframes to set a start- and endpoint of a motion and then "tween" the move between them.
I would like to show a movie, in which something is painted with the point-tool. When doing this and playing the movie, you only could see the result of the painting. Is it (somehow) possible to record the drawing itself, so that you could see how the picture is drawn? I mean that the user sees, how the picture is created.
Martho
Record My Voice
I would like to know how I can add a my voice to a flash movie.What software do I need to create a wav file of my voice.Thank you.
How To Record Sounds.?
Hi Ppl,
does neone hv a component or is aware of a method which enables sound recording thru a microphone in Flash?
Please let me know ASAP
Regs
Make A Mix, Record?
ok ive a mixer:
www.dj-ni.now.nu
click on mix
its a bti basic at the moi, but u get the idea, i was just windering is there anyway that if a user makes a mix they san record it? or save it?
u know like, www.looplbas.com or http://www.bacardidj.com/
?? cheers
Screen Record Help?
Hi there
Anyone know of a good screenrecording tool with swf export that don't cost so damn much? I've seen camtasia and roboDemo, but there got to be a cheaper tool that those?? Please help
tnx
DSpawn
Move To Next XML Record
Hi!
I have an XML file data-binded to some UI components (Labels).
Now I need "Next" and "Previous" buttons to move through the XML records.
How can I do this?? Do i just apply some actionscript to a button??
Thanks!
Need Something To Record My Actions.
Not sure where to post this message, thought I'd try in here first.
I have developed a few interactive CD's.
I need to have them played and 'interacted' automatically.
I can write some code for this, but wanted to know if there was something out there that could help.
I've looked up Captivate on Macromedia.
Not sure if this will do the job.
It certanly records mouse actions, which is what I need.
The only problem is that my work, when clicked, may run at different speeds.
So a mouse click on location (x, y) after X seconds may not always have the desired results.
Any help would be appreciated.
Thanks.
OM
[F8] Help...trying To Animate A Record Box
I am trying to animate a dj record box, but i do not know how to go about it.
I want to use the record box a menu, so the user selects diffrent records to get to different sections.
I have a jpeg of an empty record box and a and a full record box.
can any one give me any ideads of how i could do this?
thanks in advance
[F8] Can Record Voice In F8?
i need to record voice and re-play it
this is what i did ... i think the voice is recorded, but i do not know how to play it
Code:
on (release)
{
System.showSettings(2);
client_nc = new NetConnection();
client_nc.onStatus = function(info) {
trace("Level: " + info.level + newline + "Code: " + info.code);
}
client_nc.connect("rtmp:/voice_message/room02");
rec_so = SharedObject.getRemote("recordings", client_nc.uri, false);
rec_so.connect(client_nc);
var active_mic:Microphone = Microphone.get();
out_ns = new NetStream(client_nc);
out_ns.attachAudio(active_mic);
out_ns.publish("Anwar", "record");
client_nc = new NetConnection();
client_nc.connect("rtmp:/voice_message/room02");
out_ns = new NetStream(client_nc);
function doPlay (){
if (Play_btn.getLabel() == "Play") {
in_ns = new NetStream(_root.client_nc);
in_ns.play("Anwar.flv");
}
}
}
any help
[F8] Random Record From XML?
Hi,
Iv got loads of movieclips that fall downwards then jump up to the top again and carry on falling, when the user clicks on one of the clips i would like to display a random text record from an XML file; is this possible using AS2?
Can I Record Sound?
This does not have to be done over the net, yet. But what I want is for the user to push a button and talk into a microphone. They should be able to record about 20 seconds of sound. I plan to have this in some sort of array tied to the frame number. But all I need to do now is get sound to record through a .swf file when a button is pushed.
What do you think?
OK Can't Record Mp3. Any Outside Of The Box Ideas?
I am on a project which is basically a virtual recording studio. The user can click different musicians and a mixing board to start, stop and control volume on 36 different possible sound loops. Everything works and it is sweet..... but the project has one deal-breaking flaw. They want the user to be able to record what they have created! Any suggestions?
If I embed a vb or java app will the user face a series of windows security windows? This would be bad.
How about a "screen capture" then recreation on our server? (the idea gives me nightmares)
My deadline has moved from 2 weeks to tomorrow. I don't need to have the recording functionality ready but I must be able to guarentee that it can be done.
Record Sound
Has anyone been able to record sound without having the Flash Comm Server?
How To Record Voice From A .swf App.
So, it's been about 2 years since I've had to use any Flash since other people on the team have been doing it. But now, they're really busy and swamped and I gotta figure out how to record voice from a .swf app. Any tips on starting back into it?
Record Sound .
Is it possible to record user sound and replaying it using flash comm. server ?
Return SQL Record Set Using .NET
We are running a user/Pass Authenication and then returning a RecordSet upon successful login..
Testing Run's perfect until the final step which is returning the RecordSet "VPONList"
Say's undefined..
Below is the Debugger and ActionScript.
ConnectString: "http://192.168.1.59/flashremoting/gateway.aspx"
DebugId: 0
EventType: "Connect"
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Source: "Client"
Time: 1084908062350
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
DebugId: 0
EventType: "Call"
MethodName: "com.bivuac.bivuacweb.Authentication.ValidateU ser"
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Source: "Client"
Time: 1084908062350
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
Parameters (object #2)
.....[0]: "admin"
.....[1]: "******"
DebugId: 0
EventType: "Result"
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Result: 1
Source: "Client"
Time: 1084908062382
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
ConnectString: "http://192.168.1.59/flashremoting/gateway.aspx"
DebugId: 1
EventType: "Connect"
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Source: "Client"
Time: 1084908062397
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
DebugId: 1
EventType: "Call"
MethodName: "com.bivuac.bivuacweb.VideoServers.GetVPONList "
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Source: "Client"
Time: 1084908062397
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
Parameters (object #2)
.....[0]: 1
DebugId: 1
EventType: "Result"
MovieUrl: "file:///C|/Documents and Settings/jgoble/My Documents/Flash Projects/BivuacWeb_Flash/BivuacWeb.swf"
Protocol: "http"
Result: (undefined)
Source: "Client"
Time: 1084908062507
Date (object #1)
....."Tue May 18 15:21:02 GMT-0400 2004"
=== Frame 1 ==================================================
============
#include "NetServices.as"
#include "NetDebug.as"
#include "DataGlue.as"
stop();
var myURL = "http://192.168.1.59/flashremoting/gateway.aspx";
var serviceName = "com.bivuac.bivuacweb.";
var userID:Number = 0;
if (inited == null) {
inited = true;
NetServices.setDefaultGatewayUrl(myURL);
}
function loginButtonOnClick () {
var connection = NetServices.createGatewayConnection();
var oAR:AuthenticationResponse = new AuthenticationResponse();
var service = connection.getService(serviceName + "Authentication", oAR);
service.ValidateUser(txtLogin.text, txtPassword.text);
// Override object's method for this job
oAR.onResult = function (result) {
if (result > 0) {
userID = result;
gotoAndStop(2);
} else {
lblError.text = "Login failed ... try again.";
}
}
}
btnLogin.addEventListener("click", loginButtonOnClick);
==================================================
============
=== Frame 2 ==================================================
============
var connection = NetServices.createGatewayConnection();
var oAR = new AuthenticationResponse();
var service = connection.getService(serviceName + "VideoServers", oAR);
service.GetVPONList(userID);
// Override object's method for this job
oAR.onResult = function (result) {
traceRecordSet(result);
//grdData.setDataProvider(result);
//stop();
}
function traceRecordSet(rs) {
var len = rs.getLength();
var columnNames_array = rs.getColumnNames();
var row_str = "";
var tmpObj;
for (var i = 0; i < len; i++) {
tmpObj = rs.getItemAt(i);
row_str = "";
for (var x = 0; x < columnNames_array.length; x++) {
row_str += columnNames_array[x] + ":" + tmpObj[columnNames_array[x]] + ", ";
}
//trace(row_str.substr(0, row_str.length - 2));
results_txt.htmlText += row_str.substr(0, row_str.length - 2);
}
}
var connection = NetServices.createGatewayConnection();
var oAR = new AuthenticationResponse();
var service = connection.getService(serviceName + "VideoServers", oAR);
service.GetVPONList(userID);
// Override object's method for this job
oAR.onResult = function (result) {
grdData.setDataProvider(result);
stop();
}
==================================================
============
Record AV Conference
Hi, I managed to create an Audio/Video Conference with 3 participant.
The problem right now is how to record the conference.
I already came up with a script that give a difference file name for example: userid_room_date_time
So right now I have 3 difference recording file from 3 difference user.
I need to create a client window that could watch the video
recording of 3 people doing conference(the right user at the right room at the right time)...I hope you guys understand what I'm trying to do...does anyone have any ideas how to do this..Please!!!
Record Sound
Hi!
I wonder if it´s possible to save a recording from Flash Player´s microphone down to a webserver using Flash Media Server? In which format is the sound saved?
Regards
Patrik
Record Player
has any one ever seen a flash file like a record player that u can use to play songs? just wondering
Record And Play Again (but Later)
Hello!
Please hear patiently:
I have a frame by frame secuence and a player to play, stop , rewind it.
Works ok, we are all happy.
BUT: now I need to do something else with it, that swf movie will be seen by a final user in a common browser. A new functionality is required:
The user must be able to play it (no problem)
pause it some x time (guess no problem)
and that execution has to be recorded so we can see it again in another session (big problem)
I need to be able to record in some way the user choices (if he stopped, paused and so on) but not only that, I need to be able to play again those movements.
I've seen many flas with cursor tracking (you record and then play it again), the problem is that if you reload the browser or quit those results are not available again...
Do I need a database? Is there any open source available out there with somehting similar? Any ideas?
Thank you!
Need Something To Record My Actions.
Not sure where to post this message, thought I'd try in here first.
I have developed a few interactive CD's.
I need to have them played and 'interacted' automatically.
I can write some code for this, but wanted to know if there was something out there that could help.
I've looked up Captivate on Macromedia.
Not sure if this will do the job.
It certanly records mouse actions, which is what I need.
The only problem is that my work, when clicked, may run at different speeds.
So a mouse click on location (x, y) after X seconds may not always have the desired results.
Any help would be appreciated.
Thanks.
OM
Record Function
Hi all,
I'm wondering if anyone has come across this before. I'm going to have 3 buttons which will each trigger a different loop. Drums, bass, and keys for example.
So you can play either by them self or two sounds together or all 3 at the same time. I'd like to be able to add a record function that will allow the user to record which loops they have decided to string together and play.
Does anyone know of any function to allow to do this?
thanks
ARG FMS And Webcam Record
Ok, I'm going to flip if I can't find out what's going on here...
I'm using Flex (I'm also developing in AS 3) and I need to be able to
record some video from my webcam, store it on the FMS, and then be
able to select is from a list and play it in another Flex app.
So far, I can't even get the recording part down... I don't know what's
wrong with my code...??
Code:
<?xml version="1.0"?>
<!-- controlsvideodisplayVideoDisplayCamera.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
// Define a variable of type Camera.
import flash.media.Camera;
public var cam:Camera;
public var nc:NetConnection;
public var ns:NetStream;
public function initCamera():void {
// Initialize the variable.
cam = Camera.getCamera();
myVid.attachCamera(cam);
nc.connect("rtmp://10.0.1.196:1935/videoApp");
ns.attachCamera(cam);
ns.publish("testing", "live");
}
]]>
</mx:Script>
<mx:VideoDisplay id="myVid" width="320" height="240"
creationComplete="initCamera();"/>
</mx:Application
And I get the error:
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at VideoCreator/initCamera()
at VideoCreator/__myVid_creationComplete()
at flash.events::EventDispatcher/
flash.events:EventDispatcher::dispatchEventFunctio n()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()
within my videoApp folder I have a main.asc file, but I'm not really sure
what this is supposed to do and if there is a standard main.asc that I
should be using...
Thank you in advance.
Record From Webcam
You know any methods to avoid buffer.full when you record from webcam on a netstream?
I've made something but I don't know how good it is: when bufferLength > 0 I decrease the cam quality.
Maybe you have any ideas?!
|