ActionScript 3.0 :: Play Every .flv File That Is In My Xml-dodument At The Same Time In A Grid
Feb 22, 2009
Im trying to play every .flv file that is in my xml-dodument at the same time in a grid. Im getting this error that i dont really know how to deal with.
[Code]...
View 1 Replies
Similar Posts:
May 17, 2011
How can I stop one SWF file playing when playing another in a HTML page?
I currently have a carousel that displays multiple SWF files and I don't want any overlapping of video or audio. I've been looking into LocalConnection and JavaScript options but with no luck. My SWF files are currently ActionScript 3 and Flash Player 10. I have a large play button on them, with the ActionScript code:
import fl.video.VideoEvent;
import fl.video.VideoState;
video.addEventListener(VideoEvent.STATE_CHANGE,showButton);
[Code]...
Is there a way to incoporate a "stop the other SWF files playing" in this somehow?
View 1 Replies
Aug 10, 2010
I am have written a flash "reader" which I use as an aid for language studies. Various narrations are loaded into a combobox via an XML file, and the user can play the selected narration in a "sentence mode", a "passage mode" (several sentences) or in "continuous mode". (I use Soundbooth to set navigation cue points at the beginning of each "sentence".)
I would like to add a "Phrase Mode" which would cause the player to play the sound file until it hits a pause / quiet spot. In other words, if the user selected "phrase mode", the player would play to the next spot where there is no voice for x period of time. He/she will then be able to select 'repeat' to replay the phrase or 'next' to play the next "phrase" - as with the other modes. I am using FLVPlayback to play the .flv files.
View 2 Replies
Aug 11, 2009
I want to color some lines of datagrid under some conditions at runtime. How can i color a single row of datagrid? It may be background coloring or text coloring.
View 1 Replies
Aug 24, 2009
I'm testing Live streaming with FMSS. The stream is pushed to FMSS buy Adobe FMLE software. Streaming works fine until I reach 1300-1400 simultaneous connections.No matter what the encoding ratebit is (150kbps or 2000kbps) the stream is no longer play from time to time (5-8 seconds).
The CPU (2xIntel Quad) is loaded less than 20% and memory used is about 2 GB (there is plenty of memory installed 32G). The OS is RedHat 5.3 64bit platform. Network uplink maximum rate is 4Gbps.I disabled the Queue but the problem still persist.
View 1 Replies
Sep 27, 2010
I have datagrid. the source for this datagrid is a url that returns n number of rows in json format.
i want to save this result in an array and show 20 records in the grid at a time. and cycle to the next 20 records in a time interval.
View 2 Replies
Feb 5, 2004
I am following the Fading grid tutorial. I have followed the steps exactly but get this error loading the movie:
A script in this movie is causing flash player to run slowly. If it continues to run, your computer may become irresponsible. Do you want to abort this script yes, no?
Ofcourse I don't want to abort it!
View 9 Replies
Aug 27, 2010
I am working on a site that has a clock but it displays in military time, is there a way to change it to regular time. The following is the Action script:
[Code]...
View 8 Replies
Aug 2, 2009
im making a flash upload thingy for my site, it has options to set the expiry time of the file, each time has a button which needs to be made from an array (which comes forma php script, not really relevent)... here is my code..
ActionScript Code:
if (vars.options == undefined){[code]....
i know the x values are too small but they should still all appear on the stage right ?, only the final item in the array appears...i think i might be replacing the previous one with the new one.
View 3 Replies
Feb 3, 2012
I'm currently working with the OLAPDataGrid component and got stuck at a relatively simple task: I want to style the last row of the grid differently from the rest, so my cell item renderer needs to know whether he's rendering the last row with content in the overall grid, including those rows currently not rendered because they are outside the visible grid space. AdvancedGridListData's rowIndex property only gets me the row index of the renderer relative to the range of visible grid rows, i.e. when I scroll down the grid, a data item with an index greater than 0 gets the rpw index = 0.
View 2 Replies
Oct 9, 2009
I need to create a simple multiplication grid where children will fill the grid. Its an empty grid at the begining, when they start the time start as well.Its a grid of 10 x 10. when they enter the last number, the grid should show what they did wrong and the time they spend. It's an idea of how it could work but if anyone has something that looks like this.
View 6 Replies
May 15, 2010
any one send me the css file to have good look n feel for advance datagrid.
View 2 Replies
Feb 22, 2009
I am trying to play every .flv file that is in my xml-document at the same time in a grid.
I am getting this error:
TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@26749469 to flash.media.Video.
at videoklass/Loaded()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Code:
Select allpackage{
import flash.display.*;
import flash.events.*;
import flash.media.Video;
import flash.net.*;
[Code] .....
View 2 Replies
Jul 5, 2011
I want to make a square grid of fixed side length but varying grid number using code.That is, the number of grids should be specified by the user (say 3*3) and after pressing a button, the stage should be broken into 3*3 grids.I don't want any code, just a method on how to do it. I have tried it by using simple loops but the method just fails for no reason I can figure.
View 5 Replies
Mar 31, 2010
Whenever I add paddingRight to a column in the flex grid, it adds the padding to the header as well.Is anyone familiar with how I can add paddingRight just to the column and not to the header? Below is the column code where I was specifying the padding.
<mx:DataGridColumn width="60" headerText="Type" dataField="Grade" headerStyleName="headerLeft" textAlign="left" draggable="false" resizable="false" headerRenderer="GridHeaderRenderer" paddingRight="5"/>
View 1 Replies
Mar 19, 2007
I really like the thumbnail gallery for its simplicity and beauty. But I would like to ad or vertical scroller (I'm unable to find it here too, maybe I'm blind, just I'm more at the end of my seeking options) or a make a grid thumbnails, that will show 2 columns of thumbs and 5 pictures in each columns, then under the 2 columns i would like to ad a sort of arrow or button that if my gallery have more then 10 pictures it will go on the next thumbnail list. I'm not looking for any extra fading effects or special movements. Just would love to have a single thumbnail grid on side, with option to have lists of thumbnails by 10 if there is more then 10 pictures or so.
View 14 Replies
Sep 15, 2009
I was using the script on the [URL] page to upload files and I get 403 on my mediatemple grid server. (It works fine on localhost). I tried adding the following to .htaccess:
SecFilterEngine Off
SecFilterScanPOST Off
But it gives me Internal Server Error - 500
View 1 Replies
Jul 14, 2011
I am trying to make a swf with one FLV playback player and 6 buttons. I've got 6 different videofiles that I want to have linked to this swf. Some of the videos are quit large.When starting the Swf, the first video has to start, after playing it, it has to stop. Then you must be able to choose which video to play by clicking one of the buttons. I don't want to have small thumbnails of the video, just plain and simple buttons.I have to have all my files, both fla, swf and xml files in the same directory (I cannot have them stored in different folders, since I have to upload this to a cms system which has limited upload properties).
I've tried to find the right script on the internet, I'm not very good at scripting myselve, actually rather poor educated there.It seems to me that I have to make an xml file with a list of all my videos, I have my default swf ready, with a FLVplayback and buttons.Now there's just the coding part....
View 1 Replies
Feb 27, 2012
I have created two buttons for separate audio files. Essentially if you click on the button it will play and stop. This works great! I have also injected a SoundMixer.stopAll(); to ensure if you click between both buttons that it will stop the current audio file to play the next one. My problem is when I select the 2nd button for the first time everything seems to be working...it's when I attempt to click on the first button again, that it will require 2 clicks and then it stops and plays accordingly...anyone know how I could eliminate this annoying two click process?
[Code]...
View 1 Replies
Sep 24, 2009
I have a mx:Grid component in my flex application. But I would like to resize it by clicking and dragging in the border. This component doesn't allow doing that.I want to put a panel in each gridItem of this Grid component and resize it.
View 1 Replies
Jun 24, 2008
I'm building a small editor that allows users to place electrical components onto a grid so that they can see how electricity works. I have built a grid using an array and for loops and attach movieclips dynamically to that grid. What I want the moviclips to do is to look in the four spaces either side of itself i.e. up, down,left and right.I have managed to pull the grid coordinates out of the grid which enables me to tell the clip which grid space to look at but have been unable to successfully get the code to work.Here is my code:
myGrid = [[1,1,1,1,1,1,1,1],
[1,0,0,0,0,0,0,1],
[1,0,0,0,0,0,0,1],[code]....
View 1 Replies
Apr 12, 2010
I am new beginner, is it possible the covert flex data grid to CSV file format with out use any backend (java,php ..) file?. Because I tried with out use bankend. is it convert or not?
View 1 Replies
Jan 21, 2011
I've a grid view in flex, one of the columns is rendered like this:
[Code]....
now I've a problem that the function in button click is not being recognized. It says "call to a possibly undefined function" even though it was defined. What is wrong with this? How do i make a button in a grid call a function in the same mxml file??
View 1 Replies
Dec 21, 2009
I would like to play two videos (progressive), on top of each other. Nothing serious. But the second video contains multiple counters that has to play synchrone (with other words:simultaneously) with the first video.The second video (which is much smaller than the first) will preload much quicker and thereby starts playing earlier than the other video. Is there a way to start the video's at the same time and play them in progressive mode? (embedding is not an option because of the large filesize)
View 1 Replies
Mar 29, 2004
This thread i speak of is about how to play certain .swf's or MC's during the morning/afternoon/night.
I know for a fact i've seen this thread here before, but i just can't find it. Or if anyone wants to let me know how to accomplish this without the previous thread, that would be great also.
View 6 Replies
Jun 21, 2009
Is there a way to pause the playback for a set amount of time then resuming without any interaction from the viewer?
View 1 Replies
Jun 26, 2009
I want to play 2 audio in same time is it possible.....
View 3 Replies
Sep 15, 2010
I need the movie to play just once (the top header) per user session and then other pages not to restart the same movie from the beginning...At the same time protection against hotlinking should remain. Is it possible to make this without storing the swf file on the user's machine?[code].,,.
View 12 Replies
Nov 10, 2010
How do I make a command saying:
if sound is playing - dont play sound, else, play sound?
so that the sound effect only plays one at a time. So if holding down SPACEBAR for example, the sound will play and only after the sound finishes, can it loop if SPACEBAR is still pressed.
View 2 Replies
May 16, 2011
I have two animated SWFs on the same web page and I am trying to get them to play at the same time when only clicking on one of them. How do I make this happen?
View 1 Replies