ActionScript 3.0 :: Flash Video Player With Marking Functionality?
Sep 22, 2009I 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 RepliesI 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 RepliesJust wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....
View 3 RepliesI'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?
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?
Does split screen functionality is supported by flash player? How can we show two swfs at a time in Flash player?
View 1 RepliesI 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 RepliesI'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.
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.
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.
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 RepliesI 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 RepliesI 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]....
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]......
Create a html video list that uses a flash video player?
View 14 Repliesi want to know if it is possible to play a video via flash player, when the video is located on different server's mysql. for example: i want to play video on [URL] which(video) is located in [URL] mysql
View 1 RepliesI was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.
View 2 RepliesWith the Flash Player that comes with CS3 and on my PC XP Pro laptop.I want the player controls to appear at the _bottom_ of the video not on top of the video and not under (behind) the video.
- my video is 640 x 480
- so I modified the "properties" tab at the bottom of the screen to 640x480... (it was 550x400)
- but that just makes everything larger when I click File > Publish
- and then look at the video in Internet Explorer... the Player Controls are still _On Top_ of the video.
I guess I need to learn how to
- Make the stage bigger
- Position the Player controls below the actual video
I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?
View 1 RepliesWe have developed flash video player which needs to playe large videos (at least 500 MB videos).We have some issues in the player right now.I am playing a 100 MB + video, it start playing and say it is buffering upto 50% of that video. Then I am closing that page. If I take that video again, it starts downloading from beginning. It never resume downloading from where it buffered previous time. But for small video files, this is looking ok. Is there any size limit a video player can buffer?Is there any better way to play large videos (more than 500 MB). Any other protocol or any other settings in flash player?
View 1 RepliesWe have an ordinary video player built for Adobe Flash Player that streams a video file and plays it on a browser.However some of the video files aren't clear enough that we need additional video filters like sharpness filter while the others may require contrast filter or hue and tint filter due to its color balance.
The question is, is there any feature that are provided by Flash Player's core video component to apply those kind of filters on the fly at client-side?
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 RepliesI'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].....
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 RepliesI want to play FLV video in a flash video player, and at the end of the buffering I want to access the data (video data, or buffered file) so I can manipulate it. For exemple in a ByteArray format so I can save it to local disk... With the NetStream and NetConnection I can play the video without problem, but I can't find a way to access the data. using the URLStream, I can download the video file [URL], and I can access the data I want but I can't play it?
Is there a way to play the URLStream, or to get data from the NetStream?
Or may be, I can access the cache of the browser to get the bufferd data played by NetStream?
I need to add a video player to play a video on a webpage. usually i use Flash player with the help of swfobject library. which works if flash player and javascript both are enabled.
I'm currently using XHTML 1.0 strict doctype. My question is can i just change my doctype to HTML 5 doctype and add Video player using HTML 5 video. for browser which do not support HTML5 i can a a javascript.
in this condition in supported browser Video will work without Flash player and javascript and in non-supported browser will work with js support.
I need a flash video player for our public site where users will share videos.The video usage model is similar to youtube as far as video part is concerned.Users will upload and share videos. Users will browse and play all shared videos as well.The videos will be streamed from the server and our app is a .NET/C#/JQuery application.We have 3 options:
1) Either buy a commercial flash player
2) Customize a open source player or use free player and customize its gui
3) Develop our own (time consuming and last resort)
I am required to find a flash video player with these requirements:
Player should work in all major browsers (IE, FF, Chrome, Safari)
Player should have way to inject Advertisement clips when playing a video file
Light weight and easy to integrate
Must support streaming and scale
Plus all other basic features of a flash video player.
Possible Duplicate: Flash video player for video streaming.is there any good and open-source video player to be embed in as3, no flex, html, and js.i tried
f4player.org
https:[url]....but i found tons of bugs,if you know any comercial player, that would be awesome too.
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 RepliesI 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 RepliesI have struggled through making an application that displays sequentially, through the use of next and previous buttons, information derived from an XML file that is presented in four different text fields. I would like to be able to "select or mark" some of the nodes as having been examined through double-clicking
or dragging and dropping them in a certain target area.
When I double click on the name field, I am looking for two things to happen:
1. The text color in all four displayed fields to change and keep the new color.
2. Have the information displayed transferred to another XML and a text file to be used elsewhere.