Little Video Player (1 Playback Component, 3 Buttons Linked To 3 .flv Files) Not Working In The Published Html?

Oct 12, 2009

everyone out there that is smarter than me. I have made this little prototype video player, and it isn't working. It'll eventually become a nice little player show videos from our summer camp for the last few years, but first I want to make it work in a basic stripped down version. There is a playback component with one of the skins right above the three buttons.

Here's the ActionScript: btn1.addEventListener(MouseEvent.CLICK, vid1);btn2.addEventListener(MouseEvent.CLICK, vid2);btn3.addEventListener(MouseEvent.CLICK, vid3);

function vid1(e:Event):void{vidPlayer.source = "Video1.flv"};function vid2(e:Event):void{vidPlayer.source = "Video2.flv"}; function vid3(e:Event):void{vidPlayer.source = "Video3.flv"};

It runs fine when I test in in flash and even the .swf file runs fine alone, but when I put it in a .html file  via Dreamweaver and in the published .html it doesn't run. What up?

View 1 Replies


Similar Posts:


Professional :: Working With Linked Video Files In Flash CS5?

Feb 15, 2011

However one problem I have encountered is the only way I can make the buttons appear after the video is finished, is by dragging out the single frame of video on the timeline to whatever length in seconds it is multiplied by the number of frames per second.

Is there some way to maintain each linked clip in a single frame and only move to the next frame (which contains the relative buttons) after the video is finished?

View 7 Replies

ActionScript 3.0 :: FLVPlayback.complete - Play The Video Files With The Playback Component In Each Of The Frames Where The Video Was

Apr 26, 2010

I am wanting to play a number of movie clips and flash produced video clips. On the main timeline I have a frame for each clip I want to play. In that frame is a flash movie that contains the video that I have embedded onto the timeline for the movie. The filesize for this project is massive and I am struggling to work on the file. I want to be able to play the video files with the playback component in each of the frames where the video was.

[Code]...

View 5 Replies

ActionScript 3.0 :: Video Player - Forward And Back Buttons Not Working

Dec 21, 2011

I'm creating a video player that is linked with XML. Everything seems to work fine with no errors in the compiler, but my foward_btn and back_btn don't seem to do anything. It shows the trace "foward button" and "back button" but does not move to the next or previous video.

Code:
package {
import flash.display.MovieClip;
import fl.video.*;
import flash.events.*;
[Code] .....

View 0 Replies

Professional :: SWF Animation Not Working / Published It As Both A HTML File And SWF

Jun 24, 2010

I have made an animation, when i veiwed it as a preveiw in flash CS4 it works fine.So I published it as both a HTML fie and SWF.The HTML file runs perfectly fine, but the SWF file is missing almost all of the illustrations and the play button at the begining, the sounds all work fine however.

View 1 Replies

ActionScript 3.0 :: Embedded Video And External Video With Playback Component

Nov 9, 2010

I have trouble in choosing between external video with playback component and embedded video . I have tried adding video to dynamic page and everything is perfect .This video I have imported using the option File ->import video -> external video with playback component. If I try to execute flv on another system , the video is not playing eventhough it is in library.

So, I have imported video using the option of embedded video and this worked fine on another systems as it embeds video. The video plays for only 2 min 54 sec. I have compressed the bit rate to how much ever I can in premier pro. It resulted in reducing the size of the file but still I see the video occupying more than 3500 frames in the timeline. I feel this is not optimal.

View 1 Replies

IDE :: Video Streaming - Loaded An External Video With Playback Component?

Feb 18, 2010

I have loaded an external video with playback component in Flash CS4.

Now the question is do I need to add streaming script or not?

View 2 Replies

Video Won't Play From Html Published File When Moved To New Website

Oct 26, 2009

Can't figure it out. I've got a video file to stream from my published Flash file. Works great at home.All the files are in a single folder. I transfer the folder to a jump drive to bring it to school and when I load it up on the website I get this green/black filer on the play skin andthe video won't play. I double check to see if I can play it on my school machinestraight off the jump drive and it doesn't work either (it did on my home machine).

View 8 Replies

Professional :: Published F4v Video And Html Plays Locally But Not Online?

Jun 16, 2010

I am running Windows 7/64 and Master Collection. I've created a clip of DV NTSC footage to test F4V publishing. Done this many times with CS3 and flv files but this has me stumped. I can successfully view the video and web page locally in IE and Netscape but on upload to my server I have the menu and placement right but no video appears. I created the clip in Premiere Pro CS5 and exported to F4V/FLV best quality. Opened an Actionscript Media DV NTSC template in Flash Pro CS5 and imported the video which I had pre-placed in my root web folder locally. I then exported the swf and saved the fla. All files were then in my root folder and the scrpts in the scripts folder. In Live View in Dreamweaver CS5 all looked fine. In each browser locally the video played as expected. Once all files were uploaded the video was not visible.

[Code]...

View 5 Replies

Professional :: Published A Swf Or HTML File From Flash (on Mac) That Contains Flv Video Can Only Play On Mac?

Feb 28, 2012

I created a flash file that contains a flv file inside. After I published it on my Mac in both html and swf format and it played well. But when I copied all this folder include the swf, html and the source flv to test on a pc it played well but the video part (flv) was blank. So I copied the .fla file to pc and published again, then it works fine (including the flv video part) on both pc and Mac. All the settings were same while publishing.So I wonder what's wrong with publish from Mac side? I work with Mac and so it's very inconvenient to publish my work on PC.

View 5 Replies

ActionScript 1/2 :: Use The FLV Playback Component To Load Files?

Jun 30, 2010

Do i need to use the FLV playback component to load FLV files or can i load FLV files using loadMovie and use them like loaded SWF files? Can FLV files be loaded using ActionScript 1?
 
I searched for simple examples on how to load an FLV but i can't find any examples..

View 15 Replies

ActionScript 1/2 :: Buttons On FLV Playback Component

Jun 15, 2009

I'm having a problem with the playbuttons, pausebutton and seekbar that I use on my flvplayback video. I don't know why, but these buttonaren's doing anything. I have put this code :
//slumdog is my flvplayback instance nameimport mx.video;
slumdog.playButton = my_playbut;
slumdog.pauseButton = my_pausebut;
slumdog.seekBar = my_seekbar;

View 3 Replies

Flash FLV Playback Component Controls Not Working?

Feb 3, 2009

I have an FLV Playback component in a website that I'm working on and for some odd reason the controls do not work. The video loads and plays fine and the controls appear but you cant click on anything like you can when you assign the skin in the parameters. It is a default Flash skin. At first I thought it was due to the video layer being under a mask, so I moved it on top and it didnt change anything.

View 1 Replies

Stopping Video Component Playback?

May 20, 2009

I have a frame where I have added an flv playback component to play a flv file. Everything plays fine, but when I test the file and navagate away from the frame that the playback component is on, the video continues playing.
 
Is there any way to get the video to stop when the user navigates away from the frame? I'm sure this could be done if I add the video using AS 3.0 (that is what the navigation of the site is coded with).

View 2 Replies

ActionScript 2.0 :: Buttons Loading FLV Into FLV Playback Component?

Mar 18, 2009

I'm trying to do a site with multiple videos, and I figured that instead of adding frames with new instances of the Playback component, it would be nice if I could get it working by just passing some actionscript to the component on the click of a button.

Here's what doesn't work:

Code:
on (release) {
_root.videoPlayer.loadMovie("Videos/theVideo.flv");
}

videoPlayer is the name of my Playback component. This does cause an interruption, as the video that's currently playing disappears, so it appears it's at least trying to load it, but it certainly won't play that video.

View 1 Replies

ActionScript 3.0 :: Using Video Player Instead Of FLV Playback

Feb 15, 2011

I'd like to use the VideoPlayer class instead of FLVPlayback because in theory it uses up less space as it does not have all the skins etc. However I've found that if I want to throw a VideoEvent to check when the video has finished playing, if I do not have a component of FLVPlayback in my fla. file library I get a compilation error saying it can not find the "VideoEvent" class. That would mean that by using VideoPlayer I cant make my swf smaller and I lose functionality. I need to keep my size as small as possible.

View 2 Replies

ActionScript 3.0 :: Loading Video Onto Playback Component

Nov 16, 2009

I am using the following code to load my video into the playback component, but the video is the wrong size, it's too small and isn't centered in the video player.

Code:
import fl.video.*;
var myVideo:FLVPlayback;
myVideo = new FLVPlayback();
myVideo.source = "videos/Logo Animation WEB.mp4";
myVideo.addEventListener(VideoEvent.COMPLETE, completePlay);
[Code] .....

View 1 Replies

Separate FLV Video And Audio Tracks In FLV Playback Component?

Jul 30, 2009

We're creating video that is destined for multiple countries - we've created a framework that has a video page (using the FLV playback component, w an external FLV w/ progressive download) for the given languages we're using, and subtitles for each, etc..  Until now, we've been using the same English video & audio for each, but the client is looking into having the videos dubbed into different languages.
 
We're hoping to avoid re-encoding the video for each language in order to accommodate for the different audio tracks.  Also, having different video files for each language would mean using more storage (since we're talking about a lot of video files, so it adds up). Is there a way to use FLV playback to progressive download an FLV file (video only) while playing a separate mp3 file?  Most inquiries into playing separate audio and video has led me to embedding video, which isn't feasible in our case.

View 4 Replies

Flash :: Html - Add In Allowfullscreen To Enable Full Screen Playback In Player

Sep 16, 2011

I am using dreamweaver to embed a flash video, but cant find how to enable full screen.

[Code]...

View 1 Replies

ActionScript 1/2 :: Passing Video Into Flv Playback Component With Extra Parameters?

Mar 9, 2010

I've been given a video url that I want to pull into an the flvplayback component. The url for the video I've been given is:The problem is when I set the contentPath with the above url the component won't load the video with the extra parameters ?var_log=102|441100001-1|- added as it says the path must end with .flvI am asumming that the video provider needs this extra var/parameter to be called in order to track the number of video requests, in which case I will need to keep this in.

View 2 Replies

ActionScript 3.0 :: Create An Event Listener For The Buttons Inside The FLV Playback Component?

Dec 26, 2008

The fastforward and rewind buttons on the FLV Playback components don't work like normal ones. If you've tried to use them you'll notice that they respond to a click event rather than a mouse_down event.

By taking apart one of the skins I've found that the fast forward movie clip is forward_mc.

How do I create an event listener for the buttons inside the FLV Playback Component?

If the instance of my FLV Playback component is called "movie," how do I access it? I've tried this, but it doesn't work:

[Code]...

View 4 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

ActionScript 3.0 :: FLV Playback Component - Stop Previous Videoplay At New Video Event

May 23, 2011

There seems to be tutorials on starting the next video at completion of the previous one using the FLV2.5 Playback component, but stopping a video playback event when a new one is triggered.  Ex.  Video one button is clicked and video starts playing, viewer clicks video two button mid way through playback of video one and starts video two.  How do I stop the playback of video one when video two button is clicked to avoid both playing simultaneously?
 
I have used:

if (snd ! = null) {
channel.stop();
}

for audio files sucessfully.

View 1 Replies

ActionScript 3.0 :: Current Time Event Trigger - Video Playback Component

Aug 27, 2010

I'm attempting to use Flash for displaying "scrolls" on our educational access channel. I have an announcement on each frame, which has a 7 sec delay, and a footer that displays the current time. What I would like to do, using the vars the Hours and the Minutes trigger a command that at a set time, like 8:20, it would jump to another swf file that might contain a video playback component. I can't seem to come up with the right combination to trigger it a set time. Here is what the frame 1 AS contains.

ActionScript Code:
stop();
var wT:uint = 1000; //wT = waitingTime
var ttL:uint = 1; //ttL = times to loop
function customTimer (timeToWait:int = 1):void {
[Code] .....

View 3 Replies

ActionScript 2.0 :: Video Playback From RTMP Not Working In MDM Zinc 3.0

Feb 23, 2011

I am developing an app using zinc 3.0, flash, as2 and flash media server.. When I broadcast and receive cam data everything is perfect but when streaming flv video nothing displays. I created a custom player with Linked Video Object which shows the video from stream server. The video works perfect if i run as a swf file. But when embedded inside the zinc exe video not displays in video object except buffering goes as it shows it playing..

View 2 Replies

Professional :: Video Freezes In Web Explorer Playback MacOSX Flash Player 10.1

Nov 17, 2010

Recently any flash videos I watch keep freezing even when the video is fully buffered. The sound continues to play but the picture stops. It can jerk into life after a few seconds but then it'll freeze again and keep doing this for the duration of the video. I have no problems on my Windows PCs on the same web connection.[code]...

View 1 Replies

Php :: Flash Video Player Buffer And Large Video Files

Aug 4, 2011

We 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 Replies

ActionScript 3.0 :: Create Html Video List That Uses A Flash Video Player?

Oct 21, 2010

Create a html video list that uses a flash video player?

View 14 Replies

C# :: Create A Slider On Desktop To Access Some Of The Controls Of The YouTube Video Player Like Volume - Pause - Play - Playback Speed?

May 7, 2010

Is there any way I can create a slider on my desktop to access some of the controls of the YouTube Video player like volume, pause, play, playback speed? I know it is a flash player, but would this involve accessing the YouTube API or something else? For example, I'd like to program something similar to what's provided by the Enounce MySpeed application (control over play back speed).

View 1 Replies

Play The 3 Video Files In A Video Player?

Mar 12, 2009

I need to play the 3 video files in a video player. The files should execute one after the other in the flash video player and the files will be allocated dynamically from database.

View 1 Replies







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