Mixing Videos In Flash?
Jul 12, 2010is it possible to mix videos and webcamera streams in flash to send them to flash media server as one stream?
Forexample put two webcamera streams side-by side and send them to server as one steam.
is it possible to mix videos and webcamera streams in flash to send them to flash media server as one stream?
Forexample put two webcamera streams side-by side and send them to server as one steam.
I have a question regarding navigation using Flash and HTML. I'm building a website that will hopefully feature an animated navigation area. Ideally, when the user clicks on the link inside the Flash clip, it plays a short animation and then loads the target HTML page.Is it possible to merge a flash movie clip and HTML content, and have the flash part link to other webpages? Or do I have to build the entire website in flash and use the timeline to link between "pages"?
View 3 RepliesI'm building a Flash nav with dropdown menus that will drop down in front of some html (i.e. text, buttons, images). In my initial testing, even though the drop down area in my Flash movie is transparent, it's still physically in the way if I try to get to html buttons or text underneath. Is there a way for a Flash movie to change size, (i.e. get larger on roll-over to accommodate dropdowns, then get smaller on roll-off?
View 2 RepliesI'm trying to figure out how can I mix two NetStream objects into one FLV file using Flash Media Server 4. Saving one stream isn't problem but I have two concurrent streams (one is pure audio from Microphone object and second is Camera+Microphone) and I want to save them as single FLV using NetStream.publish(streamName, 'record').It will be kind of live chat but only with one video.
View 2 RepliesImagine a website that sells clothes. If you click on the jeans link, a new page opens up with all of the different jeans. Anyway, I am building a flash module to put up on the page. It will be the one pulling up all of the different jeans from a database, rather than before where if you clicked jeans it brought you to a new page, flash will simply open it right up on the home page. Is there going to be an issue with resizing? For different browsers, and different resolutions, am I going to have a problem?
View 4 RepliesFor the life of me I can't figure out how to trace out the current label in my movie's main timeline. This is in AS3. I have a button on stage that spans the timeline of the movie. It detects keypresses. I want to trace the current frame label that the play head is on.
[Code].....
I get "_level0" for this...and undefined for the rest. What am I doing wrong here?
How can I mix an array randomly in as2? I have this code so far:
Code: Select allfunction startGame(){
for(i=1;i<=52;i++){
cards_array.push(i)
I gues you see this is for a card game (hearts).If I want to mix the cards I have to mix the array...
I need to mix 2 sound data, one is a mp3 sound byteArray and the other one is a recorded sound byteArray. I use URLLoader to load the mp3 external file into a byteArray. The sound is recorded on a microhpone and stored in another byteArray. I need to save to a file - the mp3 comes first and the recorded sound after. I am using WavWriter to write it out as a wav file.
The mp3 is in 44Khz and 16-bit rate. The recorded sound is in 44Khz and 8-bit.Is there a way to do this? I have researched for a few days already and tried a few things, but still cannot find the correct way to do this.
How can I use two version of a library in the same project in Flex (using Eclipse). (in my case the library is papervision3d , and I have written some code using the older version, but due to big changes many of the used function exist no more)
View 1 RepliesI have build a mixer and save all the sequence in an array and then play it again, now I want to save the mix as an MP3, I have looked for any way to save the mix and the answer is to load the sounds as byteArrays (sound.extract) I have acomplish that but I don't really know how to store all the sounds in just one ByteArray in order to save it as MP3, I got this code just for example, loading 2 audio files and store them in separate ByteArrays, and play each sound, how to store the 2 byteArrays in just one?
var mySound:Sound = new Sound();
var sourceSnd:Sound = new Sound();
var urlReq:URLRequest = new URLRequest("Track1.mp3");
[Code]....
so this the code with it i am able to mix several trackswith a Shader done in pixel bender.the problem here i don't know when the mixing is finish or all the sound reache their endto be able to save the bytearray into a file any Event or something like that
package
{
import flash.display.*;
[code].....
it is possible to mix different audio files and export them into an mp3 file for the end user to download to his computer.Actually, I know it can be done because they do it in various sites (aviary's myna , looplab , audiotool , remixgalaxy), I just need help on how to do it. I have the mixing part pretty much covered. My problem is with exporting the file to an mp3. I imagine that some external progamming language might be required, but I couldn't find an answer on Google... Php is my prefered language, but I'm willing to learn another one if it's not possible with PHP.
View 6 RepliesIs there a way to create videos in a playlist that i can limit the views to 10 videos per user?
View 1 RepliesWe intend to develop a Flex client application the user to send audio from your microphone and mp3 at the same time to a server that Flash Media Server.It would be a mix of microphone and music in mp3 that is playing in the application at the same time transmitted to the listeners.What will be the version of Flash Media Server that enables this mixing of audio from microphone and music played on the client in flex?
View 1 RepliesI have an animation that I want to start when clicking on the flash window. However, I've also have some buttons on the stage. If I add an event listener for MouseEvent.CLICK on the stage, then it 'eats up' the events and the buttons don't work.
I've tried some tricks, by adding some invisible buttons on top of the real ones, and use the MOUSE_OVER event to selectively enable/disable the mouseEnabled flag for the stage, but didn't work because it complains that the property or method doesn't exist (which I find odd).
When i import a video into my flash document i choose one of the premade skins in flash and when im in the design view i can see it. However when i publish the file as a swf or .exe the skin either disapears or just doesn't work.I have managed to get a skin that stays when i publish however the play, rewind and fast forward buttons don't work. However the seek and volume ones do. Im am currently using flash cs4 and actionscript 2
View 1 Repliesim getting really frustrated because i can not watch any of the NHL videos on [url]......i have the latest FLASH plugin but i just get a black screen when trying to view a video. Im running vista.
View 2 RepliesI need to find the length of a flash video hosted on any of the popular video sharing websites. Is this possible?
How does Blinkx determine length of the videos it has indexed?
We would like to display flash video files (tutorials) on our Sharepoint site.Problem is, we cannot seem to either stop it from auto-playing (using the Windows Media Player) or start it playing by clicking (using flash embed).We have a Content Editor WebPart with this code currently:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Tutorial1" ALIGN="">
<PARAM NAME=movie VALUE="video.swf">
<PARAM NAME=quality VALUE=high>
[code]....
how we can get a "play" button or begin the video playing once the user clicks it?
I have some FLV videos was to play on web (play in a flash player, e.g. JWPlayer). How can I protect it? I do not want someone else to download these videos.The videos was high secret! Only allow play on my website.
View 3 RepliesI have Adobe Flash CS5 but haven't a clue how to convert videos. I also got out my install disks and added Adobe After Effects with Media Encoder as well. Though I thought there would be a standalone Media Encoder app... I cannot seem to find it.
View 2 Repliesbeen looking everywhere for a tutorial but i cant find any. I am making myself a website where i will be putting my animation work, including my showreel. I need to find a way how to put the showreel into the website, the website is being done using flash.does anyone know how to add .swf videos in flash??
View 2 Repliesi have a movie that has a next button on it that if clicked its going to flip/rotate and play the other movie,, here another problem if i click the next button it flip but the second movie clip is keep on pausing and playing how can i fix this?
View 9 Replieswatch this Flash file I've created that includes a video.
[URL]
When importing the .flv file of the video into the Flash project, I chose the imbedding method. I realize this increases the size of the overall .swf file when doing so. On the first watch (before the file is cached) it tends to pause while loading and/or jumps. I've tried other methods (like choosing the file has already been deployed to a web server, and play methods such as progressive download from a web server, stream from a Flash video streaming service, and stream from a Flash communication server). When choosing those other methods, the video loads nicely but the audio sounds a bit more distorted while playing. So, at present, I'm using the embed video in SWF and play in timeline option. Does anyone have any other suggestions to improve the video buffer speed, performance and the overall loading and quality of the Flash file? I'm still using Flash Professional 8.
I created a photo gallery using flash and I can't get it to work on my web page.I am using Flash CS5 and Dreamweaver CS3.If I just open the html file (the one Flash created when I published it) it works just fine but, when I put the Flash video on the page I created in Dreamweaver, it plays, but without the images.
View 12 RepliesI'm very new to Flash. I'm going to have a motion graphics piece where a vid will play for a short time, filling the screen, then shrink to a small square thats in a grid of 6-9 small squares. Once it shrinks down, it stops at its current frame. So there will be 6-9 small squares of the last frame of 6-9 videos. Can this be accomplished in flash? These are not interactive videos; they will automatically play when the first appear
View 1 RepliesWe are going to be hosting some videos that will be streamed (not progressive download). Which is recommended? CBR (constant bit rate) or VBR (variable bit rate) encoding?
View 3 Repliesi am working on a project. my project needs videos tv( Playing videos flash player).my reference site is I need that type of flash player.
View 2 RepliesIE9 will support VP8 Encoded Videos if a User has VP8 Codec installed on Computer.Where will user get VP8 Codec ? Flash-Player ?
View 1 RepliesHow would you be able to stop people from downloading flash video from your site instead of viewing it in a flash player. I would like to prevent people from downloading the flash video by ripping the stream. I am not looking for 100% prevention but ways to make this difficult and annoying.
View 4 Replies