ActionScript 3.0 :: Save A Swf Over A Virtual Server?
Jul 9, 2010
I now know that it is impossible to save a swf over a virtual server (in real time) which has had its text changed dynamically. But does this apply to webcam video? What I mean is, if I allow someone to use my app on the internet, and this app allows them to record a video using their webcam, can they then save this swf to their computer?
View 1 Replies
Similar Posts:
Apr 3, 2009
I now know that it is impossible to save a swf over a virtual server (in real time) which has had its text changed dynamically. But does this apply to webcam video? What I mean is, if I allow someone to use my app on the internet, and this app allows them to record a video using their webcam, can they then save this swf to their computer?
View 1 Replies
Feb 24, 2010
I have a virtual directory (Storage Area Network) in 'C' drive as well as in "webroot" folder in Flash Streaming Server. What do I need to do to make RTMP videos work from SAN directory on Flash Streaming Server. It works fine for http. RTMP from vod -> application folder works fine. I have done a lot of research and found out that we can use virtual directories for streaming videos. I am unable to find steps on how to use it..
View 4 Replies
Apr 24, 2009
I've done the following:
created a folder /fmsRoot/conf/_defaultRoot_/stream.example.comcopied in Application.xml and Vhost.xml from _defaultVhost_specified a new apps directory here: /home/stream.example.com/fms_app/ then added
[code].....
View 15 Replies
Mar 30, 2010
I can stream files in the root of a NAS drive (/nas_dir), but not in any of the sub folders (/nas_dir/sub/). FMS has read/write permission to all the files on the NAS but all i get is "stream not found" when I access anything in the sub folders (streams play fine from the root of the NAS) FMS is running on rh5.4
View 1 Replies
Mar 5, 2009
We will only use the servers for Live streaming and VoDs, so far no plan for any complex applications to be deployed on the servers yet. As
far as I understand, the bottleneck of streaming servers are with network connection rather than CPU or resources (servers are only support up to 4GB of RAM anyway).
View 5 Replies
Jun 15, 2010
I am running Flash Media Streaming Server 3.5.1 r516 on a CentOS system. I also have WHM/cPanel installed on this system. My scenario is this. We have a large number of MP4 media files that are currently located in a web root directory created by cPanel: /home/mediafa/public_html/fullservices. These all work without a problem when doing progressive downloads. However, we also want to make them streamable with FMS as well. From the documentation, I should be able to create an entry in the /<fms install dir>/applications/vod/Application.xml file to look up files in that folder.
Here is my VirtualDirectory block:
<StreamManager><VirtualDirectory>
<!-- Specifies application specific virtual directory mapping for recorded streams.-->
<Streams>/;/home/mediafa/public_html/fullservices</Streams>
<Streams>/;${VOD_COMMON_DIR}</Streams>
<Streams>/;${VOD_DIR}</Streams>
</VirtualDirectory></StreamManager>
However, when I try to connect to a file that is in that directory, I get a 404 error in the access.00.log file. I've tried to change the owner/group on the fullservices folder as well as the owner/group of the target file to the fms user/group, but I still cannot connect to it. The connection address is rtmp://<ipAddress>/vod/mp4:1005-03m_256k.mp4.
View 1 Replies
Nov 2, 2010
Are there any open source multiplayer socket servers that can be used for virtual world development? I've been looking at SmartFoxServer & Electroserver, but there very pricey.
View 2 Replies
Apr 27, 2009
I use FMIE and FMLE.how can i do save to file Live Streaming in server installed fms, not local system ?
View 1 Replies
Mar 27, 2012
im looking for a script that can record audio from a mic and save it to a fms server i came across a video email script but would like to have just a audio one that can do the samething as the video email with out the video part.
View 2 Replies
Jul 1, 2010
I have to a problem using the Flash Media Interactive Server Feature Explorer. I want use the sample: RecordStream. I can see the instance "RecordStream" in console FMS 3.5. and show me the video in app AIR, but does not save the .FLV in my server.
View 6 Replies
Sep 12, 2009
Is there any easy way how to save data to the server from running flash application? For example i would like to save map 2d array to xml file on the server. I know that i should be done thru php script but i searched everywhere could not find how to realize this thru AS3.
View 1 Replies
Jun 21, 2009
what I'm looking for is a tutorial on how to save a MC directly to my server. So let me explain this. The user will click on a button inside my flash application and it will save the MC straight into a folder on my server (as a jpeg), so it can be accessed later on.Is this even possible?
View 1 Replies
Apr 8, 2009
as3corelib functionality is awesome and I have used the great tutorial at Henry Jones.com to create an example with a quick interface...
[URL]
Now this is a bit wierd here because it works on 70% of location tests but seems to be dependant on the internet provider allowing uploads. It doesn't work at my mates house but works at work and my house etc...
The second thing is that I need to know what the as is to save the mask to the server instead of downloading it to your machine.
View 2 Replies
Sep 20, 2009
I plan to create a level editor for the game I currenty work on. Thats no problem at all, but I have no idea, how i could save data for the maps into a server from the .swf and get them back at a later point.And I also would like to know, what kind of a server I would need. Are free ftp servers enough for stuff like this, or are they useless?
View 6 Replies
Oct 21, 2009
1) Is it possible to save FLV file(s) outside of the FMS?
2) How to move FLV file(s) from the FMS?
View 5 Replies
Feb 12, 2010
I need to take a picture with a web cam and save it in the server.
View 2 Replies
Jan 7, 2012
I have a Flash Application that sends an image (using as3corelib) to a PHP script that previews it in the browser, which works! But, I would actually like it to permanently save it the a server folder (uploads, etc.) instead of temporarily saving it. I can't find the right variable in the PHP that actually sends the image to a server so it could save it.
<?php
switch ($_POST["format"]) {
case 'jpg':
[code].....
View 2 Replies
Nov 4, 2008
I create an area within the site where a user can manually create something from a list of objects, if I, say, wanted to save this data as a number of variables to the server ie- a new row containing all the data unique to that saved item, does anyone know the best method of doing this, I'd figure it'd be XML but resource seems a bit sparse in this area.
View 4 Replies
Dec 20, 2009
I want to save my data in online how to it in flash as2.0ex; i will give data in on line the data is saved in my site its possible
View 1 Replies
Oct 29, 2010
ActionScript [code]...
Heres a code I used, taken from [url]... showing how to manipulate a movieclip, convert it to a jpeg and download it.
Basically, I need to upload the movieclip to a server rather than download it to the computer.
I thought simply loading an image from jpg_encoder_download.php?name=sketch.jpg using an external image code would have done the trick, but this is registering as a php not a jpg obviously.[code]...
View 0 Replies
Oct 13, 2011
How to save the image in server?
how to save the image in server?Do we required PHP to save or can we save directly?
View 2 Replies
Sep 19, 2011
I'm looking for ways to solve this. I need to save a pdf to server. All the searches brought me to either file being downloaded or being saved locally. Is there a way to use alivepdf to save on server folder?
View 6 Replies
May 29, 2007
I am loading an xml file into flash then modifying it. Now how can I save it to an xml file on a server. I how found many examples but most of them are in flash AS2 and I would rather use AS3.
View 14 Replies
Oct 31, 2010
How make save images with SWF to server?
View 3 Replies
Dec 23, 2010
I am struggling to encode and then save a png image onto the server. The file 'myImage.png' gets saved onto the server but it is 0kb. My actionscript is:
[Code]....
View 1 Replies
Mar 14, 2009
how can I save a picture from swf file without any server (php,asp,etc..) IS it so , with jpegencoder class and as3 and flashplayer 10
View 2 Replies
Mar 22, 2010
I want to record the my stream at media server with file name 1.flv, and after 30 min same stream saved in another file like 2.flv, same prcess atfetr each 30 min.
View 7 Replies
Apr 9, 2010
How to save the file.
View 1 Replies
Aug 29, 2010
i've seen a few good examples to save out a png of the current flash display area from a webbrowser from a flash, such as:[URL]what they normally do is stream the image data through a png encoder to a web server somewhere and then decode the data back to current webbrowser and then trigger the web brower SAVE function, like a download, then you can choose where to save the file and the name of the file.However, what i like to have is when you click that save button, you can save your png image directly to a certain location with a fixed file name, such as on your local computer:D:flashimage01.pngor a file server: 10.21.111.111flashimage01.png
View 2 Replies