The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

Jwplayer is not able to play mp4 files, getting error “file not found”

WE are using jwplayer's latest version in our asp.net website and we are unable to play the mp4 videos, Flv videos are playing fine. Need help getting error "Error loading media: File could not be ...
0
votes
0answers
26 views

how to display loading message as swf seeks next cuepoint in flv video?

I am building a SWF interface that plays specific segments of FLV videos on demand. When the user clicks on a specific button, the playhead goes to a predefined startValue. vid1.playheadTime = ...
0
votes
0answers
27 views

How to prevent FLVPlayback from reducing video quality on slow networks?

Adobe has seemingly built in a transcoding engine in FLVPlayback that severely degrades video quality over slow connections. The same amount of data is downloaded regardless of connection speed, so ...
0
votes
2answers
66 views

Use FLVplayback in FlashDevelop, add Sprite Class to a World in AS3

Hi (excuse me if there are grammar mistakes, I'm french), I'm a beginner in AS3 but I know a bit better Flashpunk; whatever, I have really some difficulties to code in AS3 and can't get how to insert ...
0
votes
0answers
213 views

Making FLV Player Toggle Full Screen Inside Full Screen Projector Flash AS3

My Problem: I have a Flash presentation that launches from a USB stick. It opens in full screen mode, which has a button for the user to toggle between fullscreen mode and back. This works great and ...
0
votes
0answers
73 views

FLash-FlvPlayback component-not playing 200mb videos

Scenario FLash CS6 FlvPlayback component 2.5 actionscript 3 XML playlist video files (30mb - 200mb -web hosted-) format mp4 H.264 (QTindexswapper for -moov info-) based on this article ...
0
votes
0answers
61 views

FLVPlayback component file size

i need to create a video banner in flash that can play a video that is saved on my site. So far i have been able to do this with the FLVPlayBack component and it works perfectly. The problem is that ...
0
votes
0answers
109 views

as2 flv playback

im working on a project http://www.pos-creation.com/wu/xml_video_playlist.html that needs my immediate attention but i can t seem to make it work, since im not very good with scripting.. What i need ...
0
votes
1answer
502 views

Flash player does not work with mediaelement.js and FLV file

I have a great echosystem with .FLV files, and need to play it, but my player does not works. <script src="mediaelement/build/mediaelement-and-player.min.js"></script> <link ...
0
votes
2answers
309 views

AS3 - FLVPlayback component completion handler

I have an FLVPlayback component, instance named flvPlayer. The code below is in frame 1 of intro scene, which works perfectly fine in Flash CS5 but not in CS6! Obviously I want the video player to ...
0
votes
0answers
60 views

Syncing a FLVPlayback item and a NetStream item

Here's my problem: I play a video in a FLVPlayback item I have another video as a ByteArray, that I play through a NetStream item I would like to play the two videos at the same time, keeping them ...
2
votes
1answer
56 views

FLVPlaybackCaptioning + Custom position

Using FLVPlayback Captioning component I would like to move the subtitle text at certain parts in y-position. Is this possible in AS3? All of my own custom arguments are ignored when subtitles are ...
0
votes
3answers
197 views

FLVPlayback Flash Skin not showing in wordpress

Im trying to insert a flash video with controls in my website. I can see the video but not the controls with FLVPlayback. I put all my files at the same level of my page, so i shouldnt have a path ...
0
votes
1answer
104 views

control flvplayback on external class

Hi fellow programmers, I want the videoPlayer on default be stopped or paused. How can I control this in my Main.as? It seems the video is playing in the background before I press btn_1.. This is my ...
0
votes
1answer
163 views

Playing fly from library using AS3

How can I play a video from my library using AS3? It is in folder video and is called video01.flv. package { import flash.display.MovieClip; import flash.events.MouseEvent; import ...
1
vote
1answer
190 views

FLVPlayback VideoEvent.COMPLETE triggers before the video reaches the end, and the video stops playing

import fl.video.*; var player:FLVPlayback = new FLVPlayback(); addChild(player); player.skin = "someSkin.swf"; player.source = "http://someDomian/some.flv"; Here's the code. I just load and play ...
1
vote
0answers
280 views

AS3 FLVPlayback occasionally stuck in buffering on launch

I've got a Flash CS6 FLA with an instance of the FLVPlayback component (2.5.0.26) and an instance of the Progress Bar component on the stage, loading an external FLV. I'm trying to preload a specific ...
1
vote
1answer
663 views

1119: Access of possibly undefined property SEEKED through a reference with static type Class

Need help with this as3 code that used to work in Flash CS5.5 but now is not working with Flash CS6. I got a FLVPlayback instance called myVideo in the stage and Im trying to capture the "seek" event ...
3
votes
1answer
568 views

How to ENTIRELY remove an flvplayback from stage when going to another flvplayback on another frame?

I'm trying to create an EXE projector using flash 5.5 AS3 where I have a few videos (FLVs) to show (their location is right next to the exe file in the same directory) - each load in a different ...
1
vote
1answer
250 views

FLVPlayback clip loading delays

I'm building a narrative click-through kiosk app in Flash/AS3. Currently, there are several (10+) locally loaded .flv files that I'm loading into an FLVPlayback component on the timeline. I am ...
1
vote
1answer
62 views

How do I embed a short movie clip on a web site continuesly looping

I have a short movie which I can convert easily (via ffmpeg) to a FLV file. In order to play this clip on a webpage, I know I have to embed a FLV player. But I could not find a player which loops the ...
0
votes
0answers
83 views

Flash FLVPlayback with multiple instances issue

I have a movieclip with where I dropped two FLVPlayback instances. Both video players work well in "normal" mode, but when I click the fullscreen mode in the first video player, it shows the video of ...
1
vote
1answer
183 views

Audio FLVPlayback not working

I currently have an SWF application that records audio and saves it to FMS. Then inside Flash Professional I'm trying to use a FLVPlayback Component to play the recording, but it never plays. The ...
0
votes
0answers
354 views

as3 flvplayback component with multiple videos players with captions where caption cue points repeat

I have used a flvplayback component to load 2 flvs into, and I use activeVideoPlayerIndex and visibleVideoPlayerIndex to switch between the videos. Both videos have closed captioning via their own ...
1
vote
0answers
71 views

Recording a VNC Sessions

I am currently recording a vnc sessions using vnc2flv. But the flv file i get is very huge in size. For a recording of 5 seconds the file size is around 10 mb. What values should i provide for the ...
0
votes
0answers
171 views

Playing NetStream.send data from an FLV file

I am trying to replay function calls sent to Flash Media Server in a NetStream that also contains audio data. The data is transmitted between two live clients and recorded to the Media server ...
0
votes
0answers
480 views

AS3 flv resume not working after pause

I have been working on a player for a while, and am having a problem playing flv videos. Specifically, Resuming play after having paused the video. Basically, my problem is this, after the video is ...
1
vote
1answer
166 views

.flv player is not playing in 3.0 and above

I am making an app in which I have to play video file. .flv file is playing in android 2.2 and 2.3.4 but not able to play in 3.0 and above version.
1
vote
1answer
846 views

Preloading external flv for FLVPlayback

I have flash actionscript 3 project that on the second frame (after the welcome screen) loads external flv into FLVPlayback component or external mp3 for player. I'm trying to find code for preloader ...
0
votes
0answers
257 views

Air for Android flvplayback transparent / TRANSPARENCY issue

I am loading a flv in an Air For Android app. The flv has transparency in it. I drop an instance of the FLV Component on to the stage and delete it. My code loads external swf files that are regular ...
1
vote
2answers
760 views

FLVPlayBack not scaling to fullscreen

I'm trying to make an instance of FLVPlayBack run in fullscreen, without affecting the rest of the application. According to stuff I've read, I have set the players scale mode so it will fit the ...
0
votes
2answers
1k views

AS2: FLVPlayback component contentPath relativity

I have a site that loads in a XML file which tells where to find the assets to load into the main SWF. Images, and external SWFs load in correctly, but for some reason FLVs don't load at all unless ...
0
votes
1answer
888 views

FLV PlayBack fullscreen button not working

I'm building a flash app and using the FLVPlayback component, which for some reason isn't expanding to full screen when I click the button on the controls. All my app has in it is the player, so I'm ...
0
votes
1answer
251 views

Why is FLVPlayback with no skin render as invisible?

I run the following code using Adobe Flash Professional CS5.5, Flash Player 11.2.202.235, ActionScript 3: var camera:Camera = Camera.getCamera(); var localVideo:FLVPlayback = ...; // Instantiated by ...
1
vote
1answer
1k views

as3 FLV component posistion / align issue - FLVPlayback();

ATTEMPTING: I am trying to load a FLV using the FLVPlayback() component in another dynamic mc and place it on a TV screen. ISSUE: ---It won't load at the Top left. ---It scales to fit the WIDTH ...
0
votes
0answers
935 views

AS3 FLVPlayback fullscreen mode displays black screen

I'm trying to use the enterFullScreenDisplayState() function of the Flash AS3 FLVPlayback component, but instead of the video expanding to fill the screen, I just get a completely black screen. I can ...
0
votes
1answer
672 views

BufferTime for FLVPLayBack

I am working with Playing FLVPlayBack Video. i was wondering about best practice to use buffer time and how exactly buffer behaves while video is in play , pause and stop states. If i set my ...
0
votes
1answer
303 views

Merge multiple flv files - runtime

I've multiple FLV files, and during run time based on the user's selection i need to combine and merge multiple FLV files into single FLV file and play to the user. so far we are using as playlist ...
0
votes
2answers
1k views

AS3 - how to change speed of FLVPlayBack

i need to play FLVPlayback Video at different speeds , can i do this by changing frame-rate of FLVPlayBack and how can i achieve this using as3? Or is there any other method to do the same? Please ...
0
votes
1answer
654 views

is there a way to control the FLVPlayback component's volume using the slider component in Flash?

I was wondering if there was a way to get the sound from a FLVPlayback component and manipulate it with using a custom volume slider? Within my Actionscript I currently have this code which enables ...
1
vote
1answer
272 views

Add a poster frame to a loaded video

I'm building application where users can upload flv's with the fileReference. When a user press upload the flv is uploaded into a folder and the path stored into the database. When the user clicks ...
0
votes
1answer
676 views

Full HD video converted to FLV, slow playback in browser

I rendered a full HD video using Adobe AfterEffects CS5 in mp4 format. It plays just fine. I've got this video app to which I fed the mp4 file. The video app converts the mp4 to flv format and makes ...
2
votes
0answers
1k views

Why does Youtube buffer some videos partially, but others fully?

This is a question on Youtube's video buffering. For example, this video buffers gradually as it plays along: (1) http://www.youtube.com/watch?v=XGNOc7FYWKA So if you pause the video, it buffers up ...
0
votes
1answer
304 views

FLV not playing within two SWF files

Before I start off; I'm not a pro at Flash at all. Folder structure: start.swf assets/moviecontainer.swf assets/flv/movie.flv What I want is to open start.swf, have it embed moviecontainer.swf ...
0
votes
1answer
819 views

Creating FLVPlayback in AS3 not working

If I create a FLVPlayback using ActionScript3 I can't get output, but if I drag on a FLVPlayback 2.5 component and set the source it works. import fl.controls.Slider; import fl.events.SliderEvent; ...
0
votes
1answer
685 views

Is there a FLV player with fullscreen for Flash 8?

I need a player that can play FLV videos in FULLSCREEN inside my Flash8 application. I know that it can be done using AS3, but I need to use AS2; is there a player that supports fullscreen that can be ...
0
votes
1answer
1k views

Seek playhead to specific location in Flash Video?

If you load up a FLVPlayback component in Flash or VideoDisplay in Flex and try to seek to a specific location or set playheadTime to a specific location, the movie always rounds up or down by very ...
3
votes
1answer
2k views

Playing mp4 video using FLVPlayback module?

I link my mp4 video directly using video.source = "my.mp4" in AS3 and the link is not broken, but then player keeps on loading forever. Any ideas? TA
0
votes
1answer
157 views

FLVPlayback keeps playing on page change

I have a as3 project, a magazine like project. I have like 10 pages, and some of those pages, has a FLVPlayback component to stream flv videoes. I have one problem, and it goes like this: When i ...
0
votes
0answers
200 views

FLVPlayback VolumeBar defualt value - AS3

Flash AS3 I am dynamically adding a VolumeBar to my stage and would like to set the default volume to 50%. I am also trying to set the slider knob in the middle (relative to where 50% would be) I ...

1 2 3