Flex :: Insert Persistent Images To A Video?
Sep 19, 2011Is there a way to convert frames to a video in flex? If I have a video, I want to brand it by adding adding a persistent logo over it. Is it possible?
View 2 RepliesIs there a way to convert frames to a video in flex? If I have a video, I want to brand it by adding adding a persistent logo over it. Is it possible?
View 2 RepliesI need to insert in a video an image uploaded by the user. Just like in a movie when you have filmed with the green background and added other background in postproduction. An exact example is quilmes . com . ar but it's in spanish. I've thought generating masks frame by frame but that's obvioulsly insane
View 1 RepliesI am trying to loop through a list of images and then add them to list box with a itemRenderer
public function createDataProvider():ArrayList
{
var a:Array = new Array();
[code].....
I want to insert about 4 or 5 changing images across the top of a website (Frontpage).
View 5 RepliesI have a project that was dumped on my lap, and my knowledge of Actionscript is very limited.
The scenario is that the user is presented with a floormap of a building that should show a red dot denoting where each employee sits (based on X,Y coordinates on the floormap).
The employees' profiles (name, telephone, X/Y coordinates) are stored in a database.
One our our programmers managed to load the users into a Flash object array. Now, it's my turn to add some actionscript to place a red dot on the floormap for each and every user in that array based on their x/y coordinates.[code]...
Is it possible to insert and retrieve images from sql server using actionscript. Also is it possible to create a flash scrolling gallery based on images stored in a database and everytime an image is added it is displayed in the gallery.
View 1 RepliesI dont know how to do this, i am trying but i cant, [code]...
View 9 RepliesI'm new in the use of program flash And looking for a way to insert a video in Adobe Flash
View 2 RepliesI am trying to put a youtube video in a flash file,this is my code,
system.Security.allowDomain("http://www.youtube.com")
movieMC.loadMovie("http://www.youtube.com/v/ghITcSYgEJ4S" );
closeBTN.onPress = function(){
unloadMovie("movieMC");
}
I have this actionscript on one layer and created the the movieMC and closeMC. I have then put movieMC on one layer and actionscript on another.However this does not work, where am I going wrong, is there another way to do this.
Insert video to mc within function?[code]...
View 3 RepliesI'm trying to prevent a custom tooltip from disappearing. I've tried three runs at this, borrowing from the usual suspects: Peter Dehann, MonkeyPatch and others. As you can see from the code below I'd like to stay within the tool tip paradigm and not go to popups.
way to persist a tooltip? The intent here is to have a component which can be cut and paste from.
[Code]...
Can I use addchild & cuepoints in a streamed video to
1. play an external moviclip/swf on top layer with a transparent background? (without affecting original timeline & background video playback)
2. play an external audioclip/mp3/swf that will be "inserted" into original timeline?(thus extending original timeline however long the external
audioclip is)
I make alot of videos and far from pro at AS3. My employer wants to be able to pause the video during production and insert comments at a specific frame. Can this be accomplished with que points or utilizing the progress bar somehow?
View 2 RepliesI am working on a flash video player where i want to insertyume ads. The sdk and integration guide provided by the yume peopleis not that good.
View 1 RepliesI try to make a 3d wall gallery using 3dpapervision. My gallery contain photos & video. I can make with the photos, but when I insert the video file ( FLV) there is a error: "Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type."
insert video file in 3d papervision.
I'm working on a website template that includes a video component. I'm assuming I need to use the video object and it only plays actual video files. What if I want to play videos from Youtube? Would I have to download the video and put the video file somewhere where Flash can access it? Like on my computer or uploaded on a server?
View 2 Repliesis it possible to insert image or logo when recording video?
I know using Video Converter can insert logo in flv file.
but I want to insert logo when recording video.
Ive been trying to insert a video file into my flash presentation, but somehow, when I export the movie as swf it doesnt play the videos..
View 1 Repliesthis Flash CS4 and Action Script.i am working on something which needs me to insert a vide file in the Action Script of a swf file?how can i do that?? (if the video file is not imported to Flash CS4, is the procedure different??)
View 2 RepliesI have a datagrid which is editable and I need to send that back to the database via a CFC for insertion into the database after all the editing is complete. Dumping the array collection to cfdump tells me that I have an array with items and a structure but i cannot understand how to "loop" through each and insert into the DB.There seems to be very little written which actually works! My MXML and CFC are below but give me the error of "You have attempted to dereference a scalar variable of type class coldfusion.runtime.Array as a structure with members." -which is nice
[Bindable]
private var getconsent:ArrayCollection = new ArrayCollection([
{LocationName:'Service A', Contact: 'Bob Jones' },
[code].....
i have few button to let user click and the symbol will insert into the input text. i change my input box to 'symbol' but i facing the problem that i can't insert character other than symbol...
View 6 RepliesWhat packages and/or classes do I want to look into when I'm trying to make a Flash program that will run on multiple desktop and mobile platforms and I want to use persistent data?
Edit:I am working on a program that will allow people to study certain texts following a daily study program. The text is different every day, and I want every person to be studying the same thing. I intend to export this to Projectors for Mac/Windows and I would like to allow people to use it on mobile devices as well. Preferably, the program should not require internet connectivity.
I using FlashMX to read in a value from an ASP page into a dynamic text box. This works fine.
I then use a motion tween animation to tween into another image, and there I put another instance of the dynamic text box, with the same name, but the value doesn't populate the text box. It's as if it reads the variable into the text box, but if I do anything to the text box, it loses the variable and can't get it back.
Further, if I switch back to the first frame, the value won't populate either, I have to refresh the browser page to repopulate the variable (read the ASP page again.)
Is there a way to maintain this variable throughout the movie, so that I can re-use it?
I'm trying to create a persistent MP3 player using SharedObject. Initially I tried using frames and while it worked, frames suck so I continued looking into it.I came to find out about Flash's SharedObject. It seems easy enough but I can't nail down the logic correctly. I've attached a sample .fla for anyone interested to look at. I need the song progress to be stored and retrieved when necessary to keep the same song playing whenever links are clicked within the HTML page.
View 3 RepliesI then use a motion tween animation to tween into another image, and there I put another instance of the dynamic text box, with the same name, but the value doesn't populate the text box. It's as if it reads the variable into the text box, but if I do anything to the text box, it loses the variable and can't get it back.Further, if I switch back to the first frame, the value won't populate either, I have to refresh the browser page to repopulate the variable (read the ASP page again.)
View 4 Repliesi'm overwriting the original SO each time i save to it here are my proto functions:
Code:
interfaceClass.prototype.saveLSO=function(){ //saves color set vars to local shared object (cookie) on disk
this.myN="gamecookie"; //name of cookie file
trace("saveLSO");[code]....
i know i should do some kind of test, but the way to do it eludes me.
When we do XML.load on flash application, then we do netstat on the server-side it opens a persistent connection. Im finding out the reason why its doing that, it should be close right away when the xml loading has finished. problem is the connection remains open.
View 5 RepliesI'm trying to create a persistent MP3 player using SharedObject. Initially I tried using frames and while it worked, frames suck so I continued looking into it. I came to find out about Flash's SharedObject. It seems easy enough but I can't nail down the logic correctly. I've attached a sample .fla for anyone interested to look at. I need the song progress to be stored and retrieved when necessary to keep the same song playing whenever links are clicked within the HTML page.
Here's a link to the .FLA - [URL]
The idea behind is a multiplayer browser game which interacts with a PHP server. Right now it works like this: Every second the browser is doing an ajax call to the php script which checks everything and returns the response. All in all it runs fine, but the problem is that the browser gets overloaded (because of thousands of ajax requests) after a while and it becomes impossible to play anymore. Also the delay of 1+ second is pretty much. My idea is to have a simple flash pixel which will have a 2-way communication with the server. For example:
[Code]...
I have a question regarding the following tutorial and an older (inactive?) forum thread based around it:
Adding Thumbnails Tutorial XML and Flash Photo gallery with thumbnails in a grid (2006 - 2009)
I have multiple pages, several with thumbnail galleries, and several without. On the pages with the galleries, everything appears to render correctly. However, when I go from a gallery page to a page without a gallery, the thumbnails don't disappear. Instead, they remain on top of that page's content.
How do I get rid of the thumbnail gallery on non-gallery pages?
Code for the galleries:
Code:
cliparray = [];
columns = 3;
spacex = 100;
[Code]....