Professional :: How To Make Imported Video Play On Click

Feb 21, 2010

We have imported our video into flash cs4 (we are using presentation mode to mimic a powerpoint presentation), we have gone into the component inspector and altered it so it doesn't autoplay. When it is on autoplay, it plays the audio throughout the entire presentation. We want the video to start on click (hit the spacebar or return or anything).

View 9 Replies


Similar Posts:


Professional :: Link Audio To Button To Make It Play And Stop On Click?

Mar 2, 2010

I am trying to connect audio to the button so when I click on the button music it starts playing and when clicked again music stops.

View 5 Replies

Cannot Get SWF With Imported Video To Play On Server?

Jan 10, 2011

I am having an issue trying to get an SWF that features an imported video to play on our web server from its URL. About six months ago, I didn't have this issue. The only thing that has changed since then is that I have gone from Mac (Snow Leopard) to PC (Windows 7). I am using CS 5. I've attempted to perform that same action on the Mac in CS 4 without success.
 
I do as I usually do: import the video (in this case an MP4 or F4V) into a Flash file and add a skin using Flash's "Import Video" function. I publish the file as an SWF and can get it to play on my hard drive. Once I place it on the web server, I can get the file to play by browsing to the server's contents in Windows Explorer and clicking on the SWF file. However, when I attempt to access the movie via its URL, the file will not play. The skin I chose shows up, but the status bar in between the "play" and "stop" buttons just looks like it's loading continuously.

I've tried importing the video in several different formats, always with the same result. At first, I thought it was the MP4 file, but then I used Adobe Media Encoder to encode it into an F4V file with the same results. Everything plays fine locally (even from the web server). But when I attempt to access the video by its URL, it simply won't play.

View 5 Replies

Professional :: Make The FLV Video Screen A Play Button?

Sep 10, 2011

The video imported and plays fine with the provided skins.  However I want to display the video online with the same Play control as many YouTube videos - a Play button shown in the center of the video screen area.  Right now I have the video player controls that I selected during import and they are at the bottom.  These skin controls work but I'd like to let the user just click on the screen to start the playback.

View 3 Replies

Professional :: Imported A Gif But It Does Not Play Correctly?

Jun 18, 2010

I have imported a gif but it does not play correctly. It's only two frames. The first bmp associated with the gif in the library has both slides combined while the second bmp is correct.To show the issue I am having. Here is the 2frame gif playing correctly:[URL]Now here is a screen shot of my library:[URL] You can see how the highlights bmp is incorrect. When I play the gif in Firefox,IE, Ulead gif animator or anywhere else it is fine but in Flash it shows that first frame with the combined slides and then the 2nd slide correctly. It ruins the "dancing effect" I'm going for.

View 2 Replies

Professional :: No Sound On Imported Flv Video

Mar 3, 2010

I imported to stage a .flv vidseo... and there is no sound playing when I play the video...

View 2 Replies

Professional :: Rollover Start With Imported Video?

Oct 29, 2010

I do animation as a hobby on youtube (using a combination of Adobe Photoshop, Sony Vegas, and a few other programs for specifics such as morphing and mouth movements), and I was recently contacted by someone who wanted me to do some work for their website by making animation. The catch is, however, that they want my videos to be in flash format with the option to start playing (and repeat) when a person rolls over the scenes with their mouse.
 
Now, I was able to figure out how to convert my videos into Flash F4V format (yea!), but I can't figure out for the life of me what to do next. All of the tutorials I've read talk about inserting buttons and changing instances and setting things to over and... it doesn't make a lick of sense to me.

I'm not a dummy... but I've never used this program before, and a lot of the videos out there seem to assume a familiarity with the product.

It "sounds" like it should be something easy and simple enough to do, but I must be missing something obvious here.

View 32 Replies

Professional :: Imported Video Doesnt Show Up?

Feb 14, 2011

I am trying to import a .flv video to my flash websiteI do it by choosing the "Progressive download from a webserver" optionIn the .swf file generated, the video runs normally , but when I run my website trough the index.html file and I goto the page where It is supposed to be, the video doesnt show up, as if it never existedI dont know what may be hapenning

View 2 Replies

Professional :: Imported FLV Into Flash / First Video Works / Rest Don't

Jan 6, 2011

Basically I have imported .flv videos into my flash website. The actual .flv videos have been uploaded to my website so the player skin is the only thing on each page and each skin is linked to the url of the video location. Hope its making sense so far. My problem is that the first video works fine but the other 3 videos do not play...the video player skin does not even turn up. I have also uploaded the "ClearOverPlaySeekMute.swf" video skin file onto my website but still does not work..Heres the flash website (its my own portfolio). If you go onto the "Projects" page and click on Solar System and go through the pages then you will see what I mean.URL...

View 1 Replies

ActionScript 3.0 :: Click Jpeg To Play Video?

Jan 26, 2009

I am unfamiliar with Flash, but would like to have a jpeg which when clicked, is replaced by a video which starts to play. Visit [URL] to see an example. This should just be a couple lines of actionscript and well placed frames.

View 2 Replies

ActionScript 2.0 :: Play Video And Hide Upon End Or Click Off

Mar 1, 2011

I'm currently making a website for an assigment on movie websites. I'm currently trying to figure out how to get the video to play then fade / hide when it finishes or the user clicks the exit button so it will then reveal the page below. It's being built as a multi-swf site (ActionScript 2) and if I can get this figured out then I should be on my way to finishing the site.

View 2 Replies

ActionScript 3.0 :: Starting Video To Play From Beginning On Button Click

May 26, 2011

I have three buttons, which starts three separate videos...click on button starts video, that's ok, but then video is not over, if to click again,it's not starts video from beginning. I'm talking about one video. I must push on other button and then on that again to start it from beginning.

ActionScript Code:
import flash.events.MouseEvent;
import fl.video.FLVPlayback;
vidPlayer.stop();
Object(this).1btn.addEventListener(MouseEvent.CLICK, button1);
function button1 (e:MouseEvent):void{
[Code] .....

View 0 Replies

ActionScript 3.0 :: Make Sound Play On Click?

Jul 12, 2010

The sound only plays when I hold the mouse button down. I need  it to play when I click it. But it has to stop the sound from  playing twice import flash.media.SoundMixer; this.addEventListener(MouseEvent.MOUSE_UP,f); function f(e:Event):void{ SoundMixer.stopAll(); } here is a link to my swf file [URL]

View 4 Replies

ActionScript 1/2 :: Click A Keyboard Key To Make A Mc Play?

Feb 22, 2011

I've been looking for this for years, and a good friend of mine that is a master at AS3 is not well versed in AS2, so I thought I'd ask the pros here.onClipEvent(mouseUp) on(release)I have code like these two examples on a mc (sometimes a button, I only use buttons in AS2) on the root timeline. Usually I use a mouse-click to activate them, but there's this one mc I'd like to have work via a keyboard keypress. What I can do is make the first frame of this mc blank, and the 2nd frame and beyond have elements to expose. So I was thinking I hit the key "v" to play this mc that resembles a volume overlay screen for this UI I'm working on

View 5 Replies

Make A Frame Become Visible And Play / When Click On A Movieclip

Apr 27, 2009

This time I'm experimenting with visibility. All the tutorials online vary a lot. I'm trying to find something noob proof. I have actionscript 2 and 3. I'm not sure which one to use..I'm just trying to learn how to make a frame become visible and Play when I click on a movieclip.

View 5 Replies

ActionScript 3.0 :: Make A Motion Tween Play When You Click On It?

Nov 18, 2009

I'm brand new to Flash, and I have a motion tween of a wheel that spins 360 degrees and I need it to play when it is clicked on. This is probably something that's really easy to do, but I just can't figure it out.

View 3 Replies

ActionScript 2.0 :: Make The Movie Play When Click Anywhere On The Screen

Feb 6, 2009

what is the code to put in the frame to make the movie play when you click anywhere on the screen... is it something along the lines of this...

Code:
this.onPress = function() {
play();
}
};
?

View 5 Replies

Professional :: Make A Button Click Make Text Appear Elsewhere On The Screen?

Apr 1, 2011

I have a map of the US and each state has a rollover that changes the color of the state...what i am trying to figure out is how to click on the state and have text appear to the side of the US map and have that text stay up until the user clicks on another state.

View 16 Replies

ActionScript 3.0 :: Make A Movieclip Display And Play When Click On A Button?

Jul 23, 2009

I'm looking to have a movie clip pop up, play itself after a user clicks on a flash navigation button.
 
(something like this???)  
message_btn.addEventListener(MouseEvent.CLICK, goMessage1);
function goMessage1(evt:MouseEvent):void{    ???(play message movie clip here)???;}

View 3 Replies

ActionScript 2.0 :: MC - Click On Movieclip And Make It Go To And Play A Keyframe On The Main Timeline?

Jul 28, 2010

I have a movieclip (a), inside another movieclip (b), on the main timeline. I want to click on movieclip (a) and make it go to and play a keyframe on the main timeline. I'm used to using buttons for actions, not movie clips, and I forget how to use the _root thingy.

View 3 Replies

ActionScript 1/2 :: Make Sanpshot From Playing Video Through Button Click?

Oct 11, 2011

How to make sanpshot from playing video through button click? (to local machine)
 
 

View 1 Replies

Professional :: Play On Click - Create A Rotating Tab On A Timer?

Jul 1, 2010

I'm trying to create a rotating tab on a timer. [URL] Something like that. Is there any way to create something in flash so that typically, the above sequence will just loop but visitors to my site will have the option of clicking and viewing one individual tab?

View 7 Replies

Professional :: Video Doesn't Play In Authoring Player, Does Play In Debug Player

Nov 8, 2010

I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
 
It used to run fine in CS4 in the authoring environment.

View 1 Replies

Php :: Can't Make Player Play Video Served By Php's Readfile

Apr 29, 2010

can't make player play video served by php's readfile

View 2 Replies

ActionScript :: How To Make SWF Application Play Streaming Video

Jan 11, 2011

What code should I use in AS2.0 if I wish to make my swf application play streaming video. Right now I am using the NetStream interface, but as I realize it is only capable to buffer the video from the very beginning.

View 1 Replies

Javascript :: Make Video Not Automatically Play On Display?

Aug 9, 2011

I'm using javascript to display a flash video but it always plays automatically. How can I tell it to just display?

AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
'width', '550',

[Code].....

View 1 Replies

ActionScript 2.0 :: Make Audio & Video Rewind & Play Together

Mar 10, 2008

I am fairly new to Actionscripting and brand new to this forum. I hate to start out desperate but I am. Let me set the stage: I created a 7 scene swf in CS3 Actionscript 2.0 and have integrated (under excruciating trials) a voiceover tract (mp3) that is perfectly timed. Now, I have been asked to put in controls so that viewers/listeners can STOP / REWIND / PLAY the swf. After numerous trys I finally got the following script to play the audio with the video:

[Code]....

View 1 Replies

Professional :: Video Won't Play In IE?

Mar 7, 2011

My flash project is a video player. There are library items and .as files that help compile everything that it needs.I'm experiencing something very strange.Here is what is happening.

1. When I test my movie in flash it works great. The preview image appears, the movie loads quickly, and when I click play on either the big play button or the control bar play button it starts immediately without hesitation.

2. When I compile the video, I can open the generated HTML file with  either IE or FF and everything works the same as above - flawlessly. Here is where the problems begin...

3. When I copy the HTML from the generated HTML file and add it to my page where I want my video embedded problems begin! First the preview image and the big play button does not appear until the movie runs and finishes (I click on the play button on the control bar to start the movie in this case). After the movie runs they appear. It's obvious my file paths are not the issue since I see the movie and the preview image (eventually), right?

4. The movie will not load in IE until I click on play, I just see my preloader spinning with 0% loaded showing. That stays until I click on  play, and then just like FF at the end of the movie I finally see the big play button and the preview image. I tested in IE 7 & 8.This also can't be a local development issue because I uploaded the files to our server (I'm in an intranet) and saw the same phenomenon occur. I tried different embed/param code found on the net as well hoping that would do the trick, but no luck there either. I'm using flash5 and all standard out of the box setings.

View 1 Replies

Professional :: Stopping Embedded Video With MouseEvent Click?

Aug 25, 2011

I have a website in Flash CS4. When testing the movie, my swf file plays. When I access another menu button, the movie still plays and you still hear the sound. I have the skin where the user can stop the movie before going to other pages in the site but my Question is: How can I get the movie to stop playing if another menu button is clicked? I ask because when I go to another page and come back, the video is not showing but I still hear the audio.

View 7 Replies

ActionScript 3.0 :: Play A Video Dynamically And Make It Clickable As Like A Link

Mar 12, 2009

I am trying to play a video dynamically and make it clickable as like a link.[code]The Video player seems to appear and the video plays well too but there is a problem with the onClick Event which doesnt work no matter what i try. the click action never seems to work..what am i doing wrong here.

View 3 Replies







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