ActionScript 3.0 :: Video With Synchronized Frame Refreshing?

Dec 23, 2009

1. Need to pass to a video player: the flv URL, and an XML file that defines Cue Points.This would be a single node:

Code:

<cuepoints>
<cuepoint time="0:1:12" title="Agenda" url="slide02.html"/>
</cuepoints>

2. Load the XML file and add those Cue Points to the video.

3. At each defined Cue Point, simply refresh the slideshow frame with the appropriate slide.

4. Set the active Cue Point with java script, to tell the player to stop and start playing at the specified Cue Point's time.

View 2 Replies


Similar Posts:


Flash :: Udemy Mash-up A PowerPoint Presentation With A Video For A Synchronized Play?

Jul 28, 2011

If you have used Udemy (I have used Zenation earlier, which is not as good as the app developed by Udemy.) to create a mash-up of a .ppt file with a video, you would know how wonderful it is. I would like to get an overview how they have built this application.My guess is that first the application converts the .ppt slides into JPEG images which are then imported to flash so that the user can easily time-stamp the images while the video plays. Pretty much like sub-titles work. But, I am not sure about my guess.

View 1 Replies

ActionScript 3.0 :: When Refreshing IE Flash Gets Stuck In Preloader Frame

Dec 2, 2010

[URL]
Code:
import flash.events.ProgressEvent;
stop();
function update(e:ProgressEvent):void {
var percent:Number = Math.floor((e.bytesLoaded*100)/e.bytesTotal);
preloader_mc.preloaderBar_mc.scaleX = percent/100;
[Code] .....

View 3 Replies

JQuery :: How To Prevent Page Refreshing (Only Display Video)

Jul 7, 2010

I'm using JQuery to create a button that (when clicked), removes a flash video from the page. Unfortunately, I can't simply use hide(). I must remove() because hiding doesn't stop the video in ie8 and the sound continues to play. After the video is removed I would like it to reappear when a "show video" button is clicked. I tried to accomplish this with clone() and detach()... The video appears but does not play and has missing controls in IE only. Other browsers work fine.

The video is initially added to the page using the AC_FL_RunContent() function. The issue is that when I try to add the "removed" video back to the page by calling AC_FL_RunContent( 'codebase'... The page refreshes and shows only the video. Everything else has disappeared. How can I prevent that from happening?

View 2 Replies

ActionScript 2.0 :: Function Not Synchronized?

Jul 24, 2009

Code:
import mx.xpath.XPathAPI;
var doc:XML;

[code].....

View 1 Replies

ActionScript 3.0 :: How To Synchronized The Timer

May 29, 2011

I am playing with the actionscript Timer class. I have code like this:

Code:
timer = new Timer(loadImageDelay);
timer.addEventListener(TimerEvent.TIMER, func1);

[code].....

View 1 Replies

Media Server :: VOD Synchronized Distribution?

Sep 5, 2011

I have just installed FMS. As fast as I see, there is a Vod application, sending stream from static files. We need to have FMS send a live stream, but from a ready made file.

Is there an existing application doing this already? Or does this would require programming a new app on our end? Is what I'm trying to do even possible with FMS?

View 1 Replies

Actionscript 3 :: Wait Until Two SharedProperties Are Synchronized?

Aug 27, 2011

I have two sharedProperties in an app, one of them is in addition a batonProperty. It is easy if I only want one of them to be synched, I just add an eventlistener to the sync event. If I have two though, I can still attach event listeners to both to check when each syncs, but how would I wait for both of them to be synched?

View 1 Replies

ActionScript 3.0 :: Sound Is Not Synchronized With Flash?

Oct 30, 2009

i've put some sound FX for some listeners, but the sound delays a little, does this happen all the time during play back? would it be fixed if i upload it to the website?

here is the code:

ActionScript Code:
var PgMv:Sound = new Sound();
var PgMvChnl:SoundChannel;
PgMv.load(new URLRequest("sounds/pagemove.mp3"));

[code]....

View 0 Replies

Synchronized, Real Time Viewing In Flash?

May 30, 2009

I'm looking to create something within Flash that I've not yet seen done.It will be a shared, real-time interactive session. What I want to know is, is it possible to create an individual, private session within Flash that is synchronized between two or more computers? I am doing this for the medical profession, but I can also see this would have benefits in the gaming community as well. I'm trying to create something that two specific users can interactively share in real time.

For example,a coloring book.Two players,or as many as you want, log in together and share a private coloring session. They will be able to interactively see anything that the other person is coloring in real time.The other people would also be able to color and let everyone else see their work.

View 1 Replies

IPhone :: Getting Custom IPA File Onto Device Synchronized With ITunes?

Mar 28, 2011

I develop iPhone/iPad apps using the Adobe ADT tool. it compiles a .IPA file which needs to be loaded onto the device using iTunes. Now - myself I own only a 3G iPhone. My friends sometimes lend me theyr devices for testing purposes. For Apps developed with XCode, this is no problem. You just connect the device, add the provisioning profile to the device and load the app through XCode onto it. But how to do it if I only have an .IPA file (plus provisioning profile of course). ITunes allows me only to load it to the device by synchronizing, but this will delete all the stuff my friends loaded onto thier devices. How can I test my IPA files and return the devices without any changes?

View 3 Replies

ActionScript 3.0 :: Memory Leak Using Flash.media.video And Bitmap For Frame By Frame Function?

Oct 12, 2009

i have a pb of memory leak:i using flash.media.video to read video i have function to do frame by frame:FrameBuffer is an Array containing my video frame, lastimg is Bitmap object

[Code]...

View 1 Replies

Professional :: Playing An External Video File And Upon Video Being Played, Move Onto Next Frame?

Dec 16, 2011

I suppose the title says it all.  I can load an external video file (FLV) and I can have it play.  I also have the custom buttons made to control the clip.  The only thing I have left to do is to have the main timeline move onto frame 2 once the external video reaches its end.  I am using actionscript 3 and flash cs 5.5. 

View 7 Replies

Media Server :: Advance Frame-by-frame On A Streaming Video?

Oct 26, 2010

i've recently installed Wowza media server 2 locally, currently only for testing purposes.everything works fine, except of accurate seeking functionality - or in other words advancing frame-by-frame .when i use VLC to play my video file i have no problems advancing frame-by-frame. however, when i use the 'seek()' function to move the playhead a fraction of a second, its seems to move only to the next key frame (meaning that only once every few mouse clicks the playhead advances dramatically).

View 1 Replies

ActionScript 3.0 :: Make Video Stop Video When Leaving A Frame?

May 11, 2010

I know how to make a video (instanced as showreel) stop when clicking on a button that that navigates to another section/frame, since otherwise I would still listen to that video while not visible. The problem is when I'm in another frame that doesn't have that video, when clicking on the menu to go to whichever other frame, it looks for that it to stop if it's playing and it and doesn't find it, and so there's an error.
 
How can solve this? Maybe I should put an order saying something like if there exists a video in that frame instanced as sowreel, stop it, otherwise don't do anything as there is nothing to be stopped. Or assign the order to the frame (which is called motion), but I don't know how to do that, can someone help? The code I have is: 
 
import fl.video.VideoEvent;
function onClick(evt:MouseEvent):void {    if( showreel.playing ){        showreel.stop();}    gotoAndStop(evt.currentTarget.name);}
motion.addEventListener(MouseEvent.CLICK, onClick);web.addEventListener(MouseEvent.CLICK, onClick);logo.addEventListener(MouseEvent.CLICK, onClick);photo.addEventListener(MouseEvent.CLICK, onClick);

View 5 Replies

ActionScript 3.0 :: Importing The Video In The First Frame While Navigating The Video Sound?

Mar 9, 2010

I attached the code here. The problem is after importing the video in the first frame while navigating the video sound is heard which means the video is still playing. How can I stop it when moving to other section. Here is code

[Code]...

View 2 Replies

ActionScript 2.0 :: Flash Not Refreshing In Javascript?

Sep 30, 2009

I have a flash file that has frame 1, 2, 3. And below that is a Continuous Layer that has an OK button. (If I go to frame 1/2/3 the button is still there)This button calls a javascript

PHP Code:
on (release) {
getURL("javascript:command('check',1)","_self");

[code].....

View 2 Replies

ActionScript 3.0 :: Array.length Not Refreshing

May 7, 2011

I've got some coding to create buttons into an array, and on press of these buttons the function should remove something from another array and remove the last one of the line, so far the coding is working for the first removal, however thereafter the other buttons stay there I think it's to do with the line in bold but I cant put my finger on what's wrong with it! The trace's I've set look plausible...
 
function removeList (event:MouseEvent):void{
myArray.splice(0,1);
list_text.text=myArray.join("");

[Code].....

View 2 Replies

Flex :: Refreshing An XML File Through HTTPService?

Apr 21, 2010

I'm having a problem refreshing an xml file. I am bringing it in through an HTTP service component and putting it into a bindable array _cattArr, that I am using as the dataprovider for a grid.When someone adds an item to the datagrid, it saves to the same xml file. Then I close the window, reopen it and don't see the item that has been added.It is writing to the xml file, because when I restart the flex app, the item has been added, it's just not refreshing it. I have tried to resend the httpservice, but still no luck. What is the correct process for doing this?

View 3 Replies

Flex :: Refreshing A Binded DataGrid

Mar 23, 2011

I have a problem..I am binding an array collection to a datagrid in flex. My problem is whenever i try to remove an item from the array collection.. the datagrid does not refresh the values....This is the code that I am using

[Code]....

eventsList is the datagrid that is bounded to showArray(an Array Collection)

View 1 Replies

Actionscript 3 :: Refreshing A Flex Component?

Jul 14, 2011

Is there a way to refresh a component or an application back to its initial state? I have an accordion navigator that stays on the most recently selected index even if I log out. Right now, my log out function takes me back to the login page which is at state(1). If I log back in and go into the accordion, it is on the last tab I had viewed.I would like to be able to clear any data from the controls inside the nav and reset the nav back to its default. I thought something like,

public function logout():void{
currentState = "NotLoggedIn"
myAccordion.initialize(); }


would work but nothing happens. This is done in Flex 4.I know I can make a huge loop clearing each control individually and setting the selectedIndex of the accordion to 0.

View 1 Replies

ActionScript 3.0 :: Using If With Other Operators And Refreshing Any Time?

Sep 14, 2009

I am hardly getting experienced on Actionscript3 but I sometimes get stuck.I want to use complex if function. what I am trying to say is;if, gezegenler.rotation not equal to 0 or 120 or 60 info text = ajdusting.

ActionScript Code:
else if (geegenler.rotation !==0||120||60){
bilgi.text = "adjusting....";}

is this usage possible or not Also, use stage as an event listener to update the textbox. But the event is mouse event and mouse move.. are there any muuch reliable ways doing this? Because when I do not move my mouse it does not change.

[Code]...

View 3 Replies

ActionScript 3.0 :: Fullscreen App Stop Refreshing

Nov 2, 2009

However, after an unpredictable amount of time it will stop refreshing - appearing as if it has frozen. But escaping the app out of fullscreen mode will cause it to instantly revive into action as if nothing had happened. Returning to fullscreen then will once again "freeze" after time, but its not technically freezing due to memory issues, it just won't continue to display unless escaped.

View 2 Replies

ActionScript 3.0 :: Preloader Can't Reload When Refreshing IE

Feb 5, 2010

The preloader works fine in all browsers except in IE if you reload (refresh) the webpage the preloader stops at 0. It works OK the first time if your cache is cleared but not the second.

I've published directly from Flash and using same html page.

View 9 Replies

ActionScript 2.0 :: Refreshing SWF Contents Loaded From Xml/txt

Feb 18, 2010

I want to make a web radio and i want to have a box displaying the current song playing and the song that is going to be loaded after.

In fact i need a solution to the first one as the second is the same.

The streaming provider is going to provide me with a txt file that is going to be refreshed every time the song changes .

So we have a txt file changing it's contents , now how can i make the swf refreshing it self to read the new changed txt file and displaying it ?

The best solution would be the swf refreshing every time the txt changes but i believe this isn't possible. So how can i at least refresh it let's say every 2 minutes or so ?

View 3 Replies

ActionScript 2.0 :: Can't Use A Localhost And Refreshing Data In A Swf

Apr 21, 2010

I cannot seem to get a swf to get refreshed data from an external txt file on a localhost (I am using Xampp on a mac), whereas the very simple dynamic textboxes that I have load the data easily from my regular hard drive folder.

View 3 Replies

ActionScript 2.0 :: Refreshing Movie After SO Reset?

May 19, 2009

Do you have any idea how I would refresh my movie or put the changes into place when a user presses this button to reset the shared object positions:

[Code]...

View 3 Replies

ActionScript 2.0 :: Refreshing Text Box Output?

May 20, 2005

Alright. I've made a tool in flash that calculates the value of money in comparison to the value of goods avaliable. however, the values that my program is supposed to calculate wont update when variables are changed, how do i fix this?

[code]...

As a brief explanation, I have 4 sets of buttons (the code for the first two sets is in there), They Create goods that are used to back paper currency (amtGood and amtMon are the amount of goods and money). To calculate the dollar value of goods, the total money is devided by the total amount of goods. However it won't calculate anything but the original 10/10

View 4 Replies

ActionScript 2.0 :: Refreshing Call To Load Php Every X Seconds?

Jul 20, 2009

I have a project where I have code inside a MC on the main timeline that loads XML via a php file on the server. Once the data is loaded, it sends commands to other MCs and works just fine.However, I need to refresh this XML info every 5 seconds or so. I have tried several things such as interval code and pause code, but the farthest I got was that it paused the initial clip for 5 seconds, then ran the script once, but never again. Or it refreshed, but got stuck on the first frame of the clip.Now I am thinking I would be better off NOT having the code inside the MC, but on the main timeline and just having the action span the course of the main timeline. That way, the call to the php can be refreshed from any frame of the main timeline. Does that sound right?

View 3 Replies

ActionScript 3.0 :: Refreshing A Local Shared Object

Oct 13, 2010

I am building an application that uses a Shared Object that is shared (ironically) between 3 separate applications. 1 application listens for updates, and the others update the app. The problem I am having is that I need the main application to be able to detect changes to the Shared Object. Unfortunately there seems to be no events to listen for that are not for 'remote objects'. Because of this I created a timer that gets a new local instance of the shared object every X seconds.I just call the following before I read or write to the sharedObject:[code]This is causing a CPU Hiccup every 3 seconds and bogging down the system. so all this being said, does anyone know of a clean way to refresh a copy of the sharedobject without creating a brand new instance of it

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved