Php :: Flex Video Player Dynamically Load Video?
Nov 3, 2010I need to load dynamiclly video in flex video player on the web,I'm using standard video player component,when page load a want to load a video in it.I'm not flex programmer
View 1 RepliesI need to load dynamiclly video in flex video player on the web,I'm using standard video player component,when page load a want to load a video in it.I'm not flex programmer
View 1 RepliesI make my base swf in which I load external swf's. In my base swf I have mp3 player. Everything works fine until I need to load external Video gallery or mmedija.swf. In video gallery I have
import flash.media.SoundMixer;
SoundMixer.stopAll();
to stop my mp3 player sounds and play video files.... But then when load some other files I want to stop playing video files and restart mp3 player.
[Code]...
As some Internet tutorial suggested I've built a simple server-client application for FLV Video Player using PHP and Flex. The problem I encountered is that I can't change the source of the video in the mxml file using Notepad++. The source could be changed if I run Flex but It's not a good idea because I want to run different videos through this player.how to run different videos with this Flex Video Player component because my application works only for this given in the source of FlexPlayer.mxml-maybe I shouldn't use this mxml file for the different Video Sources?
<s:VideoPlayer id="Player" left="0" top="0" width="493" height="382" chromeColor="#2875DE"
color="#000000" skinClass="MySkin" source="Video Source/Coldplay - Clocks.flv"/>
</s:Application>
[code].....
the player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"
and the vid doesn't play until it's fully loaded
Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way
[Code]...
i have this xml gallery that loads a list of thumbnails and then, when you click on one of them, should display the correspondent video on a player. The thing is if i put the player on stage and add this code it works just fine:
[Code]...
I am working on this project I am doing for my video player application. Everything works except the list component which is supposed to be filled dynamically by xml labels.
View 1 RepliesI would like to load a video into a video at certain cue points along the main video. Does anyone know how to do that?
View 20 RepliesI've created a progress bar with a little knob that works as a scrubber. I can't seem to figure out how to make a way to notify how much of the video is loaded (similar to youtube). I assume that I do something with ProgressEvent, but I'm not quite sure how to handle it.
Here's a code snippet
Code:
ncConnection = new NetConnection();
ncConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
ncConnection.connect(null);
[Code].....
I was wondering if someone found out a way to load dynamically video formats other than "FLA" like "AVI", and the same question about audio files like "WMA".I want to support it so users in my site could upload these formats and watch them in the player I made, therefore the solution of putting them first in "swf" won't help.
View 2 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 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 have a website [URL] when I go there if I click the video archives button then play a video then click on the home or photos button or one of the alternate background buttons on the left the video goes away as it should but not always the audio (especially when I click while the video is still buffering). Is there a command I can use to kill the sound from the flvPlayback component and nothing else(I have a mp3 player there also I so I don't want to use the SoundMatrix class. btw the videos are all played on an instance of the flvPlayback component.
View 7 RepliesI built a timeline based player with 2 menus and many videos that you can play.The buttons move the timeline to a frame label and the video plays. The back button has a stop function built in it so the video stops playing when its hit.It plays wonderfully locally but once on a server after a few clicks it boggs down and sometimes the audio from the last video remains playing even when prompted to stop. I was pointed to use the add and remove child functions to prevent this but being very new to Flash and 100% self taught i have zero idea on how to do this. The link to the player is[url]....Even if its a link to a tutorial or something.
View 3 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'm developing a video player for Pure IP multicast video. I'm using the Multicast Configurator provided with FMS 4 for generating the configuration. This is the manifest file generated:
<manifest xmlns="[URL]">
<id>Multicast_IP_Multicast</id>
<streamType>live</streamType>
<duration>0</duration>
[Code] .....
That's not working. And I have several doubts about it:
1.- It's not working, and I don't know where is the error. I'm not sure what I should add as parameter in GroupSpecifier constructor? GroupSpecs from manifest file?? "com.adobe.pureIPMulticastGroup"??
2.- I've been watching the multicast.as application in FMS4. The only way of publishing multicast streams in FMS4 is using the configurarion from Multicast Config Tool? Is it possible publishing a stream without the GroupsSpec generated by the Config Tool?
3.- If It's mandatory using the config tools for managinf the pure ip multicast. I would like to integrate the Multicast Config Tool in my platform. Is there any place where I could get the code of Multicast Config Tool? Any documentation about how to build it? This component have any flashvars or callbacks that could allow me integrate it in my platform?
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 Repliesi am just curious if this kind of technology for flash is available.Can a website flash player able to cut specific part of the video and save it as a new video through php and flash.
View 1 RepliesI have an AS3 video player I've put together using fairly standard Netstream method and it plays my flv's fine. The problem is, the sound quality varies wildly depending on who is looking at it. When I test locally, the audio in the video is fine, but on a windows machine it goes horrifically loud to the point of distortion, also the client (outside the UK) has said it sounds fine to them, so It appears to be only happening here.
View 2 RepliesMy video player slows down the whole browser when downloading the video and I dont know how to prevent this. If you need to see the code, Link to slow video player : [URL]
View 0 RepliesI have a video player that plays videos loaded via XML and selected using a combbox. I just got the play and pause buttons to work. What I'm attempting to do now is be able to hit next or previous buttons and select the next or pevious video from the XML file, and update the displayed/selected file in the combobox, my thought was to somehow set the previous/next buttons to directly manipulate the combobox, but nothing I've tried so far has worked.
ActionScript Code:
import fl.data.DataProvider;
var nc:NetConnection = new NetConnection();
nc.connect(null);
[code]....
I have a SWF loaded via a "swfobject.embedSWF()"I use Javascript's methods to pass calls via the flash APIs:call.player.sendEvent('LOAD', theFile)Using a XMLHttpRequest() call via GET to a PHP script I get a file url:Typing the URL into my browser starts the file, but passing the variable to the sendEvent() call does nothing. Why?
var response = http.responseText;
loadFile(response);
player.sendEvent('PLAY');
[code]......
I'm doing an Assignment where I have to build a website using Flash and for it to contain 4 video's.How can I have one single video player where the user can select what video's they want played in it from the website?
View 5 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 pose this question to you. I have created a video player that functions off of the Video Class, netConnection and NetStream and up until this very moment works 100% as it should.The hang up I'm getting is that I have a onMetaData function that checks ALL of the flv's or f4v's metadata as it is loaded into the player, so i can use it to control some other elements of the player. Here is the code I am using:
Code:
my_ns.onMetaData = function (md:Object) {
for (propName:String in md){;
[code].....
i am trying to create a video player in AS 2.0, but I have a problem.My code loads a video, and plays the video, but.... I don't see my video xD.This is my code :
ActionScript Code:
var connection:NetConnection = new NetConnection();
connection.connect();
var flux_video:NetStream = new NetStream(connection);
[code]...
[URL]
it doesn't play smooth, how can I put a preloader to this? where should I attach the event listener?