ActionScript 3.0 :: Creating A Video Player With Annotation Functionality?

Feb 16, 2009

I'm creating something like a video player with annotation functionality. I can load up the notes, with times at which they were made by people (as strings), and put these into an array to be utilized. I also know the current time of the flv video as it's playing.
So each note has a time attached to it, but how can I use these as triggers that fire dynamically in relation to the video's duration?

View 1 Replies


Similar Posts:


Flash Video Player That Enables User To Embed Video Like YouTube Functionality

Jul 7, 2009

Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....

View 3 Replies

ActionScript 3.0 :: Add Annotation In Flv Player?

Feb 8, 2011

I was wondering if we can put annotation to a video player? like on youtube?

View 3 Replies

ActionScript 3.0 :: Flash Video Player With Marking Functionality?

Sep 22, 2009

I am working on a Flash AS3 video player where I could mark a specific area of the seekbarThe video would then loop the time marked on the seekbar.

View 3 Replies

ActionScript 3.0 :: Video Player - Adding Seek From Download Functionality

Sep 1, 2011

I have a video player that doesn't have "seek from unloaded time" functionality. I want to add it now. I simply load video like this;
stream.play("vidurl.flv");
(pseudo streaming)
Server side is ready. I can call videos like videourl.flv?start=xxx but cant play them in player cuz video comes without metadata
To sum up:
1. stream.play("vidurl.flv"); works, video plays
2. user clicks to seek bar. on unloaded part. I get the position and convert it to seconds
stream.play("vidurl.flv?start=10");
Doesn't work! No metadata what I should do after?

View 0 Replies

Flex And Video Annotation?

Oct 18, 2010

I have been investigating how to annotate video using Flex or AIR. Similar to how it is being done on YouTube. I am not getting much joy. Wondered if anybody might have any insight?

View 3 Replies

ActionScript 3.0 :: Creating A Video Player

Jan 7, 2010

i really need something to begin a Video Player development. Can you show me any arcticle or tutorial explaining how I should proceed? As a matter of fact I simply need a manner to change the source file whenever o click on a different button.

View 0 Replies

ActionScript 2.0 :: Creating A Video Player?

Dec 11, 2006

I want to create a video player like some tutorials about creating video player in flash using actionscript and XML.

View 1 Replies

ActionScript 3.0 :: Creating Netstream Video Player?

Jan 23, 2009

if someone knew the as 3 netstream code to play a video,

also would anyone happen to know if it's possible to show the time of a video being played w/ netstream?

View 0 Replies

ActionScript 3.0 :: Creating A Reusable Video Player

Feb 11, 2011

So Im developping a video player that I can reuse in my projects.

The video player contains both .as files and graphical assets (buttons, loading bar, etc). And the graphical assets need to be styled for each project.

Right now the approach Im thinking of is having a base videoplayer.fla, and importing the library items into my new fla, and modifying the graphical assets manually there.

The other option Im thinking of is compiling a swc, but afaik the styling would become more complicated and more limited to colors, fonts, and such.

View 5 Replies

ActionScript 3.0 :: Creating Video Player With Preview Image Before Playback

Mar 10, 2009

I am creating a video player that sets up a preview image before it begins to play. If I set the preview image in a loader within a container it works, except if I change the size of the preview.jpeg that is being loaded into it. It loads the image into the loader, within the container, but then scales the container making the image smaller than I need. I want it so that the preview.jpeg can be made by anyone at any size and the image be scaled to sit over the video. Unless the vidWidth and vidHeight are equal to the preview.jpg the image doesnt show up, just blank ??

Code:
var vidWidth:Number = 300;
var vidHeight:Number = 240;
var preview_Loader:Loader = new Loader();
var preview_URL:String = "preview.jpeg";
var preview_Request:URLRequest = new URLRequest(preview_URL);
[Code] .....

returns: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
This only happens when I try to set the index of the preview_Loader? I need it to be the second mc from the bottom. I set up 2 functions to load the image. The first doesn't allow smaller images to be loaded into the container and make them the correct size. While the second makes them dissapear if I change the size.

View 1 Replies

Media Server :: Creating A Streaming Video Player W/bandwidth Detection?

Mar 30, 2010

I've just been asked to create a video player which automatically chooses the correct bitrate video to stream by detecting the bandwidth.I have no experience creating a video player so I'm looking for links/resources to do some research on the topic.Has anyone here created a video player in Flash? Would it be better to create in Flash or Flex?Once again, I have no prior knowledge in this type of creation and could use an experienced developer's opinion on what the first step is towards progress.

View 3 Replies

ActionScript 2.0 :: Add Functionality To Audio Player?

Oct 18, 2010

So right now I have a pretty simple audio player, it loads up and plays using this [code]...

So my issue now is I need to add fast forward and rewind capabilities, my thought was to have it actuate a movie clip which say sets it back 5 seconds then has a few open frames to play a section of the song then loop back if still pressed and do another 5 seconds etc.

View 0 Replies

Java :: Approaches To Creating Screen Capture Functionality On A Web Page?

Oct 11, 2011

I have read the various posts here on SO regarding screen capturing, but none seem to be answering my situation.On our website (inside a web page), essentially here is what I would like to be able to do.

User clicks on a 'capture region of screen' button.They get some sort of draggable/sizable box they can use to define the area to capture the captured area gets converted into a (preferrably) .png image is uploaded (or at least made available to upload - maybe saved somewhere).I realize this is not doable with javascript alone.So,I am open to a Java or Flash solution, and/or even a commercial solution (a drop-in java applet that I can add to our site).

View 1 Replies

ActionScript 3.0 :: Creating Object Hash While Retaining Array Functionality

Jan 25, 2010

Ever needed to create an object hash, yet wanted to retain some array functionality such as .length, and getItemAt()? Well I wrote a handy little utility class, using Proxy, that does so. Simply use it in place of a generic Object, and it will maintain a count of it's properties, as well as allow you to reference any index you need [URL].

View 0 Replies

ActionScript 3.0 :: Adding Subtitle Functionality To Custom Flv Player

Sep 16, 2009

I have a custom flv player and i'm slowly adding more functionality to it as I go along but i've hit a wall.I want to add a subtitle button that toggles between show/hide. I've seen on the internet that the best way is to use an XML file (holding the script, times etc.), which I have no problem writing.I'm having problems trying to replicate the 'FLVPlaybackCaptioning' component (in Flash CS3) in to my custom flv player. I.E. Adding the right actionscript to my toggle button.

View 8 Replies

ActionScript 2.0 :: Fullscreen Functionality On Imported Youtube Player?

Feb 3, 2009

I imported youtube player with the url given in my fla and I need to implement "FULL SCREEN" functionality for the video player which is loaded.

View 0 Replies

ActionScript 2.0 :: Adding Subtitle Functionality To Custom Flv Player?

Sep 16, 2009

I have a custom flv player and i'm slowly adding more functionality to it as I go along but i've hit a wall.

I want to add a subtitle button that toggles between show/hide. I've seen on the internet that the best way is to use an XML file (holding the script, times etc.), which I have no problem writing.

I'm having problems trying to replicate the 'FLVPlaybackCaptioning' component (in Flash CS3) in to my custom flv player. I.E. Adding the right actionscript to my toggle button.

The current actionscript for my flv player is:

Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);

[Code]....

View 2 Replies

ActionScript 3.0 :: Split Screen Functionality Is Supported By Flash Player?

Jul 29, 2010

Does split screen functionality is supported by flash player? How can we show two swfs at a time in Flash player?

View 1 Replies

ActionScript 3.0 :: Circular Video Scrubber Functionality

Jul 8, 2010

I will tell you what exactly i need. I need a video scrubber and it should be in a circular shape. I will tell you how it has to work. I want to rotate with a small circle on top of a big circle. lets assume that small circle is called a dragger. Now i need to drag that on top of the circle either in clock wise direction or in anticlock wise. If am dragging in clock wise, the loading video has to seek forward. suppose in case if am dragging in anti clock wise, i need to see the video backward. This is the functionality am going to implement in FLASH CS3/FLASH CS4.

View 1 Replies

ActionScript 3.0 :: Looked For 2 Hours On The Web For Video Scrubber Functionality

Jan 23, 2009

I've got nearly all of it working but the drag action of the scrubber. Seeks on MouseDown but doesn't drag. Oddly I've got this very functionality working for the audio volume scrub bar but not the playhead.

Here is the troubled portion of the code. Happy to send a src file:

Code:
// ScrubHandle Dragging Variables
var ratio_play:Number;
var playTrackBounds:Rectangle = controls.trackbar.getBounds(controls);
var playXpos:Number = playTrackBounds.x;

[Code].....

View 1 Replies

ActionScript 2.0 :: Dynamic Video With Play / Pause Functionality?

Mar 19, 2008

I have loaded my video correctly, but I don't have any play/pause, volume controls, etc. What do I do from here?[code]

View 2 Replies

ActionScript 3.0 :: Flash Need Circular Video Scrubber Functionality

Jul 8, 2010

I will tell you what exactly i need. I need a video scrubber and it should be in a circular shape. I will tell you how it has to work. I want to rotate with a small circle on top of a big circle. lets assume that small circle is called a dragger. Now i need to drag that on top of the circle either in clock wise direction or in anticlock wise. If am dragging in clock wise, the loading video has to seek forward. suppose in case if am dragging in anti clock wise, i need to see the video backward. This is the functionality am going to implement in FLASH CS3/FLASH CS4.

View 3 Replies

Media Server :: Used Integrate Video Conferencing Functionality Into A 3rd Party Sites?

Aug 23, 2009

I'm building a website that will allow 2 different users to meet in a secure, private video conference. Wondering if our develpoers can use the Flash Media Server to integrate this functionality into our site? Here are requirements that we need to support:Scheduled video conferences:* User1 an click "start video session" link and are put into a video conference room* If someone who is not the user1 or user2 clicks link, throw "You don't have access to this chat" error

View 2 Replies

Media Server :: Video Chat - Volume Controller Functionality Disabled

Apr 6, 2010

I am making a video chat application. When I start the application it running fine but after some time like 30-45 it creating some problem, like I have a volume controller in it, after some time when I use that volume controller for setting volume it is not doing changes in volume. But at initial stage all the functionality worked fine.

View 1 Replies

Adding Video And Flash Functionality To The Ajax Control Toolkit HTMLEditor

Mar 22, 2010

I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc).

To my knowledge, this is rather easy: plop in an embed tag with the correct parameters and it just works; I have videos running in the preview window of the editor.

Unfortunately, the tag is stripped away when saving the HTML-code and updating it in the database.

Hence, I would like to ask if there is any way of adding this functionality apart from manually adding the changes in the source control repository of the Ajax Control Toolkit and recompiling it.

View 1 Replies

Actionscript 3 :: Class Property Data Validation With Annotation?

Jan 13, 2011

asp.net mvc has something that allows for class property validation using annotation.

is there a similar thing in actionscript?

View 2 Replies

Actionscript 3 :: Bestpractice: Annotation-based ORM Frameworks Like Hibernate For Adobe AIR?

Nov 29, 2011

Is there a commonly used framework for AIR that handles mapping objects to and from the built-in SQLite database? An Annotation-based ORM framework that is to AIR what Hibernate is to Java? Background We have an AIR application that runs offline. I need to save/restore complex objects to/from the SQLite database. Some of these ValueObjects contain references to other ValueObjects. For example, an Order object contains a Customer object which contains an Address object.

Ultimately, I'd like to add metadata to my objects, like an [Entity] tag and have persistence "just work," with minimal configuration. I could roll my own ORM solution, effectively writing "Hibernate for AIR" myself, but SURELY someone has already done this. I've read related posts like Best practices for developing AIR Application with SQLite that advocate creating DAO's, Builders and Services. That's a fine solution but, of course, no one wants to reinvent the wheel if it's not 100% necessary.

[Code]...

View 1 Replies

Asp.net :: Play MP4 Video On Window Webserver In Quick Time And Flash Player(flv Player)?

Aug 3, 2010

I have two mp4 video files on webserver, i wanted to play them in flash player(flv player) on my asp.net page, but i couldn't be able to play them, i also tried to play them in quick time player the same prob occured. but i waz giving the accurate path, there were no spaces in mp4 file names etc. Does it need to have mp4 player(or codec etc) installed on webserver?

I have also some wmv files on that server , and i am playing perfectly using silver light player, and media player object on my website.

View 1 Replies

Flash :: Use FBML To Embed A Custom Video Player / Video On Facebook Walls?

Oct 28, 2010

I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code.

<fb:swf
swfsrc='http://www.domain.com/flv_player/Main.swf'
imgsrc='http://www.domain.com/large1.jpg'

[Code]......

View 3 Replies







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