ActionScript 1/2 :: Play SHOUTcast Streams Using The FLVPlayback Control?

Feb 22, 2007

Is it possible to play SHOUTcast streams using the FLVPlayback control?

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Play Streaming Audio From Shoutcast?

Nov 14, 2010

I am trying to create a simple desktop app to play a live radio stream from a shoutcast server.  I cannot get it to play.  I am now wondering if it is even possible using the Flex/Air platform.  Here is my code:
 
package
{
import flash.display.Sprite; 
import flash.display.StageAlign; 

[Code]....

View 5 Replies

Media Server :: No Permission To Play Streams?

Mar 18, 2011

When i publish the streams on a linux server, the .flv files have permissions like this:-rw-rw----. And i don't have permissions to access this file on a client browser... Currently, i can only change the permission using "chmod" manually

View 2 Replies

Media Server :: How Can An Administrator Play Streams Published To FMS

Jun 15, 2010

I need to be able to play any stream published to our FMS application, without connecting to the application as regular users do. I am an administrator and the service is ours. Can I do so using Administration API, for instance? I sure can get the list of the streams, but I have not found a way to stream these as video yet. I am building an application not unlike Admin. console, but with more functions that we need. If Admin. console seems to be able to play streams, it must be possible?

View 4 Replies

Media Server :: Recording Live Streams And Play Files Later

Apr 19, 2011

My Purpose is to record live streams on server side and play recorded files later. What I have done is -

1. Copied All files of applications/live in some safe location.
2. Copied all files from samples/applications/live to applications/live folder. (Deleted main.far from live folder)
3. Restricted SWF and HTML to mydomain in these files - allowedHTMLdomains.txt and allowedSWFdomains.txt
4. In main.asc I added these line in the end
var mystream;var intervalID;
[Code] .....
5. Then I restarted FMS and tried streaming using FLash Media Encoder. I was able to live stream and then i stopped it.
6. A FLV File was recorded in application/live folder with the stream name that i used in encoder.

I am able to view live video on my domain as well as some other domain, that means allowedHTMLdomains.txt and allowedSWFdomains.txt did not worked. Another issue is that I am not able to view recorded video after I stopped encoder but I was able see live video before stopping. I am using jwplayer to view the video and using flashvars streamer (rtmp://xx.xx.xx.xxx/live) and file(abc) to view the live and recorded video.

View 17 Replies

ActionScript 3.0 :: Control Bar On FLVPlayback?

Nov 29, 2010

I am using a FLVPlayback component.Is there a way to turn off the 'control bar'?

View 1 Replies

Make The Flvplayback Control Accessible?

Jul 25, 2009

does anyone know how to make the flvplayback control accessible? meaning to be able to use the tab key to navigate the play,stop,fwd,back buttons? According to Adobe I should be able to load up a skin and its already set.

"All skins provided by Flash CS4 Professional support keyboard and screen reader access, so developers simply insert the FLVPlayback component on the stage in Flash no configuration is needed."

This is incorrect. I have tried to load several different skins and it fails, my coworker tried with her system "fail" I've managed to create my own playback bar (sorta) and was able to get the tab to work by assigning tab indexs however the flvplayback skins does not allow tab indexing.

I cant actionscript worth a lick so using my playback bar is not an option and the SkinUnderAllNoFullscreen playback was the chosen controller. point me in the right direction. Adobe and the forums over there were of no help.

View 1 Replies

ActionScript 3.0 :: Fullscreen For FLVPlayback Control?

Jan 22, 2009

I am facing a weird issue while using FLVPlayback control.I have created a class which internally creates an instanceof the FLVPlayback control and sets the skin toSkinOverPlayStopSeekFullVol.swf.In the main program I have created n instances for this classto load different flv files [just like any multi windowedapplication, with each window playing its own flv file]. Once I click FullScreen button the video loaded last alwaysget in to full screen mode; irrespective of the

View 1 Replies

ActionScript 3.0 :: Can't Programmatically Control FLVPlayback

Oct 7, 2010

I'm trying to control the video playback of a live video stream using ActionScript 3 code in Flash Professional.
 
There's a FLVPlayback component on my stage titled "flvPlayer", and in Frame one of my "Actions" layer, I have the following code:
 
import fl.video.FLVPlayback;
import flash.display.Sprite; 
var vidURL:String = new String("rtmp://www.mycompanyserver.com/test/live

[Code]....
 
I can get it to work by adding the source to the Compenent Parameters window, but I need to be able to access those parameters in code.

View 1 Replies

ActionScript 3.0 :: Hiding The FLVPlayback Control Bar?

Nov 30, 2010

I have a FLVPlayback on my stage, but I want to use my own controls rather than the ones provided by the skin.I read that I can make my own skin - but have not been successful.

View 2 Replies

Professional :: Flvplayback Control With Mouse?

Jan 1, 2012

How would I go about using an external video in which the video would scrub (or move forward or rewind) when the user clicks on an object and drags the object left or right?  I want to make a site in which the user has control over the movie, and when they choose left or right, the video will scrub to a certain cue point.  wants it hits that cue point, the video will seek to another cue point and the story will continue.  I want to make it so when the user clicks on the person, and drags them, it scrubs through the video as if the person is walking in a certain direction.  I think I have the cue points set up properly, now to just figure out the rest.

View 2 Replies

ActionScript 3.0 :: FLVPlayback Control - Support For Different Formats

Jun 22, 2009

[URL]. It says FlvPlayback control can support MP4, M4A, MOV, MP4V, 3GP, and 3G2 but none of these formats are actually played in FLVPLayback control.

View 6 Replies

Flash :: Can't Programmatically Control FLVPlayback With ActionScript

Oct 8, 2010

I'm trying to control the video playback of a live video stream using ActionScript 3 code in Flash Professional.

There's a FLVPlayback component on my stage titled "flvPlayer", and in Frame one of my "Actions" layer, I have the following code:

import fl.video.FLVPlayback;
import flash.display.Sprite;
var vidURL:String = new String("rtmp://www.mycompanyserver.com/test/live/livestream");

[Code].....

I can get it to work by adding the source to the Compenent Parameters window, but I need to be able to access those parameters in code.

View 2 Replies

Actionscript 3 :: Make The FLVPlayback Control Go Fullscreen?

Feb 3, 2011

I have an Adobe Air 2.5 app that has been written in Flash CS5.There is a need to play video's from within that app and I am not in the mood to write a video player from scratch. Soooooo... we attempted to use the FLVPlayer from http:[url].... but could not get the thing to work properly at all through their API.

The video player must go full screen and have the normal playhead scrubbing, play / pause / stop, and volume controls.Can you make the FLVPlayback control go fullscreen?

View 1 Replies

Media Server :: NetStream.Play.Stop And Complete Fired Early On RTMPE Streams

Oct 20, 2011

I am experiencing an issue with playback on RTMPE streams. after investigation it seems that the FMS server is firing the NetStream.Play.Complete message at random points, indicating that a stream has ended. This is happening and random points during the stream,  not even close to the end.[code]As you can see roughly 17mins into playback...although the stream is 1 hour 24mins long.I have tested this numerous times, and each time it is at a different point in the stream.Intermittently the NetStream.Play.InsufficientBW warning is being fired prior to NetStream.Play.Stop.I am using a player built on OSMF 1.5

View 1 Replies

Flvplayback - Create Flash Video Swf Without An External Control Swf

Sep 9, 2010

Creating a simple video for embedding by importing a video into flash creates a separate swf for the controls. Is there a way to have the controls embedded in the main SWF, so you don't have to worry about paths to the control swf?

View 1 Replies

ActionScript 3.0 :: Play Next In FLVPlayback?

Jul 9, 2009

I'm using the FLVPlayback component to play 4 FLVs.

There are 4 buttons in the swf that can call up each video to start playing. Here's what's on the button 1:

-----
function vid1(e:Event){
vidPlayer.source = "mymoviename.flv"
}
vid1_btn.addEventListener(MouseEvent.CLICK, vid1);
-----

All the controls in the skin (play, stop, pause, etc) are great, except I need to also have a "play next" control.

What type of script to do I need to attach to the "play next" control?

View 1 Replies

ActionScript 3.0 :: FLVPlayback Cannot Play On First Visit

Jul 14, 2009

I have a strange problem that I was hoping someone might resolve. I'm a new visitor to the Flash world from other development platforms, so the language seems pretty straightforward, but I have now spent a week and a half on this one bug.

Basically, I'm trying to play an F4V using an FLVPlayback component.  However, it seems that the video only plays if the f4v is already in the client cache. If the cache is empty, or disabled, then the FLVPlayback component throws an Error 1000, which seems to suggest it's having trouble connecting/pulling the video off the server.  But since it does work on the second visit, then I suspect that it does indeed perform the download -- it just THINKS it can't. [code]...

View 2 Replies

Media Server :: Play Over 5h FLV In FLVPlayBack

Aug 17, 2009

I'm using Flash CS3 Pro. I want to play over 5h FLV video by FLVPlayback. but 4h video -> no problem. 5h video -> seekbar and total time view have BUG. duration : 21117.796totalTime : 4340.615 why return different value??? FLVPlayback have limit of flv??

View 1 Replies

Play Mp3 File Using Flvplayback Component?

Mar 9, 2010

Is there any way that i can load a local mp3 file using flvplayback?

View 2 Replies

ActionScript 3.0 :: Play Video In Flvplayback?

Apr 7, 2010

I wanna know how to play video in flvplayback in as3. in as2 the method was flvplayback.contentpath=video.flv

but what's in as3?

View 1 Replies

ActionScript 3.0 :: Play 2 FLVPlayback In Sync?

Sep 15, 2010

I didn't find any solution in the past discussions, I want to sync two FLVPlayback in the stage.Now I quickly solved with a Countdown of about 10sec;one can choose a project from a ComboBox and the two FLV play when the countdown reaches 1. That's not the right way as they never play in sync the first time..
 
I think a BufferingBar can do the job, detecting the end of the buffer. but I don't know the code to add...
 
This is the code I use with the Countdown: 
 
cb.addEventListener(Event.CHANGE, changeHandler);function changeHandler(event:Event):void {   if(ComboBox(event.target).selectedItem.data != "")

[Code]...

View 15 Replies

Actionscript 3.0 :: FLVPLayback Can't Play Dynamically

Aug 8, 2009

I am building a faq page with flvs for each of the 10 questions. But for some reason the flvs will not load dynamically (with Actionscript). When I load the source from AS and write play(); I can only hear the sound but no video.

The weird thing is that the flvs play ok when i specify the source in the component inspector and don't load them from the AS.

Even weirder, i tried replicating my project on a smaller version to show the problem, just with two buttons and two FLVPlaybacks and this time it worked. But will not work on my page! I am going nuts cause i dont know why it does that! I Mean it should work but it just doesnt![code]...

View 1 Replies

Actionscript 3.0 :: XML And FLVPlayback Component Won't Play

Apr 8, 2010

Video won't play from XML

I have been trying to pull a single random video (.flv) from an XML list to play it using the FLVPlayback component. I managed to get the description from the <desc> tag and the title <vidtitle> tag in the xml file but can't get the flv to play in the player.

I dragged a FLVPlayback component onto the stage and gave it an instance name of "display" but I still cannot get it to work. I get no errors when hitting "control + enter" the video never loads. My code is below.

Code: Select all//Let's load our video classes
import fl.video.*;
import flash.events.Event;
import flash.net.*;

[Code].....

View 1 Replies

IDE :: FLVPlayback Doesn't Play At At (only On Browser)?

Jul 17, 2009

If I double click on the published SWF file (thus opening it with the FlashPlayer 10 executable), the video plays correctly. Nonetheless, if I double click on the published HTML file, there isn't any video played at all. This doesn't happen if I put the files on a webserver, the video plays correctly on the browser.I checked the "source" property of the component, which doesn't have any absolut path (the video file resides on the same folder as the FLA/SWF folder, so the "source" property only has the FLV filename).

View 3 Replies

ActionScript 3.0 :: Will FLVPlayback Component Play MP3s Without FMS?

Sep 29, 2009

Will the FLVPlayback Component (version 2.5.0.15) play an MP3 file without it having to be streamed through a Flash Media Server? All I'm looking for is to place a player into my Flash that plays an MP3 file that's in the same directory as the SWF.

Here's my code... it's pretty simple:
import fl.video.FLVPlayback;
var myMusic:FLVPlayback = new FLVPlayback();
myMusic.source = "mySong.mp3";
myMusic.skin = "SkinOverPlayMute.swf";
myMusic.skinBackgroundColor = 0xCCCCCC;
addChild(myMusic);

View 3 Replies

Media Server :: Path To FLV On FMS To Play In FLVPLayback?

Mar 24, 2011

I have FMS 4 and using AS3, no matter what I do I can't get any of my recorded FLVs to play in FLVPlayback.

Is there somethign I'm supposed to install on FMS to get it to play properly?
 
WHat should  my path be? I've been told that the flv are living in the fms/applications/storyvideos/streams/videos folder.

I've tried every combination of paths I can think of.

View 2 Replies

Professional :: Play H.264 Video Using FLVPlayback Component

Jul 27, 2011

i'm trying to embed h264 mp4 video into website using flash cs3 professional.
when i select the source file it's looking for .flv files and not the mp4 file so the mp4's are greyed out.i read a great tutorial using a pc which shows the workaround for being able to see the mp4 files.url...I'm however using a mac and this method of putting an * in the file name box doesn't work on mac.

View 1 Replies

ActionScript 2.0 :: Clear Flvplayback And Play Movie Again

Dec 18, 2009

I have this code as a preloader for flvplayback and it work ok

[Code]....

I have the flvplayback (flvplayer) inside a movieclip (mcfilm) all this I have in a function so I can easy call it when I need the movie to run. The problem is that it run the first time but if I stop it with a button and want to play it again, nothing happend, it just say loading (the mcladdar show)

View 0 Replies

Flash :: Audio Player That Can Play Binary Audio Streams?

Apr 13, 2011

My server is streaming binary audio data (mostly mp3 files) to a client (a browser). This client stores the audio data in memory.

What I'm looking for is a flash audio player that I can input the binary audio data so that it can play the audio file.

Preferably, the flash client is merely a bridge to Javascript so that I can handle everything in Javascript and simply use Flash's audio features, but this is not a requirement.

View 1 Replies







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