Flash :: Viewer / User Can Watch A Video Clip Of Their Choice

Jun 25, 2009

I want to make a flash form where the viewer/user can watch a video clip of their choice (from a drop-down control or something else if there's a better way). I've found myself totally unable to find our how to do this. I mean, frankly, I don't even know what kind of file to start from the "New..." form at the beginning of Flash (CS 3.0, btw)!

I know how to create a Flash Player and link it to a single video. What I envision is that after the page comes up, with a single player component (initially empty), the user chooses a video from the drop-down list and that video starts playing in the player. What kind of file should I be starting with? {I kinda assume I'll be making an SWF to put on a web page.} Where on earth do I learn how to get the simplest things (e.g., button clicks, etc.) to work?

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Synchronize Movies Depending On User Choice?

May 1, 2011

I have a flash project where I have two movies that are supposed to synchronize, depending on user choices. Most of the time they do, randomly they do not. So I thought perhaps there is something wrong with the code I am using.

Code:
on (press){
this.movie1.gotoAndPlay(random(this.movie1._totalframes));
if(this.movierandom.enabled == false){
this.movie2.gotoAndPlay(this.movie1._currentframe);
}}

What's supposed to happen is, when the button is pressed, movie1 goes to a random frame and plays. If movierandom is not enabled, movie2 is supposed to go to the same frame as movie1 and play. Movie1 and movie2 have the same number of frames. Occasionally, movie2 goes to a different frame.

View 1 Replies

ActionScript 2.0 :: Creating Background Preloader To Load Stuff Of User Choice?

Apr 25, 2008

Its meant to be a background preloader, so it loads stuff in, but if the user selects something it stops, loads the choice item and removes it from the "to be loaded"...loadArray. so when it restarts it knows not to load it again

Setback/feature 1: if a user choices to select an item, it will continue to load whatever is loading and start to load the item they want.
Setback/feature 2: the preloader will not restart until the user calls userCont().... should I have a timer so after awhile it kicks back in?

Error: just realised I have to stop it when it gets the end of the list.

Code:
stop();
//loadArray = stuff to load
//targetArray = target for stuff to load into
//loader(loadArray, targetArray);
// call loader function
[Code] .....

View 1 Replies

ActionScript 2.0 :: Create A Button For The User To Click And Then Have A Choice To Save Or Open File?

Jul 28, 2005

I'm developing Flash for a CD.I want to create a button for the user to click and then have a choice to save or open file (like PDF or Word file).

i have the following code:
Code:
myButton.onRelease = function()
{
getURL("abc.doc");
}

I can't see anything wrong with the above. I intend to use the code for a CD ROM.abc.doc will sit on the CD ROM. When I click on the button, it opens a browser window and tries to go to google.com.I had it working the other day.

View 2 Replies

Flash :: Media Server - Connect To Own Server To Watch Streaming Video From Another Computer?

May 19, 2010

How can i connect to my own server to watch my streaming video from another computer?

View 10 Replies

ActionScript 3.0 :: Have Ads Radomly Play Before People Watch A Video?

Dec 26, 2010

I'm wanting to have ads radomly play before people watch a video on my site.Is there a way to write the script for this and place it in the xml or do I have to something differently.I already have the video up on our site. So I'm just not sure how I "connect" the actionscript and xml that way it plays the commercial before the video.Do I have to build a new player and everything to do this? I've never built a player before, so if I don't have to, I'd rather not.

View 1 Replies

ActionScript 3.0 :: Video In Flash - Detect When Playback Has Completed And Then Take The Viewer Back To The Main Menu

Oct 13, 2011

I have a couple of questions with regards to video playback in Flash using AS 3. I'm not very good with flash coding so I've used the default video importer to import the video (file > import > import video). However I'm trying to put an event handler in that will detect when playback has completed and then take the viewer back to the main menu. I know it has something to do with NetStatusEvent but not sure how to connect it with the video.

Additionally when a viewer is watching a video, if they click a button below the video it takes them, say, back to the main menu. However the video continues to play in the background. I have put a 'video.pause();' on any button that takes the viewer away from the video, however the video is still loading in the background which isn't the ideal.

View 4 Replies

ActionScript 3.0 :: Build A Small Viewer That Will Allow The User The Ability To Scroll Through A Certain Number Of Thumbnails?

Dec 3, 2008

Im trying to build a a small viewer that will allow the user the ability to scroll through a certain number of thumbnails. I'm having trouble on how to go about this. I haven't used flash or actionscript 3 in quite a while so Im pretty rusty when it comes to perspective on how to go about this. I basically want the user to interact with a scroll bar (up and down) to move through a certain number of thumbnail pictures (125 x 125).

View 3 Replies

Flash Video Player That Enables User To Embed Video Like YouTube Functionality

Jul 7, 2009

Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....

View 3 Replies

ActionScript 3.0 :: Youtube And Flash - User To Be Able To Click On A Video Thumbnail And That Video Plays Back In The Center Of The Document

Jan 12, 2009

In my CS4 flash document I have created a media gallery. It's a very simple interface that has mouse overs on thumbnail pictures, and then the larger picture will fadeUP in the center of the document. (With use of framelabels in the timeline).

In the same document, I want the user to be able to click on a video thumbnail, and that video plays back in the center of the document. Several questions: If the user clicks on the thumbnail "onrelease," the time line goes to the player, is it possible to stream this video from a youtube clip into my media player on the screen? If not and I have the document in a fl4 format, is there a simple process to have this video open? (I currently do not have the document in fl4 format).

View 0 Replies

ActionScript 2.0 :: Save Files With "Save As Window" From A CD To User Choice?

Jan 19, 2006

I need to open a popup(html) form a Flash projector.

And I need save Files with "Save as window" from a CD to user choice...

View 1 Replies

ActionScript 3.0 :: Video Viewer Error #1009: Cannot Access A Property Or Method Of A Null Object Reference

Feb 6, 2009

I have made an xml video viewer which works great, however I am getting output errors when I run it- I'm not sure why or what is being affected

[Code]....

View 0 Replies

Professional :: Keyframe A Video Clip Without Effecting Playback Of Video Clip?

Aug 11, 2011

I've imported a Quicktime video clip into my scene. I want to slide this video clip in from off screen and have it stop at center stage using keyframes. When I use keyframes to move a video clip - the playback of the clip resets to it's first frame at every keyframe. Is it possible to move a rolling video clip using keyframes without altering the playback of the clip?

View 2 Replies

FLASH :: Can't Watch Videos?

Nov 14, 2009

im getting really frustrated because i can not watch any of the NHL videos on [url]......i have the latest FLASH plugin but i just get a black screen when trying to view a video. Im running vista.

View 2 Replies

Flash :: JW Player - Send User To A Certain Url When They Click On The Video?

May 14, 2011

When the user clicks on the video once its ended id like it to pop up a window with a new url in it - how can i do this in jw player?

View 1 Replies

IDE :: XML Flash Quiz (Multiple Choice)

Jan 31, 2007

I have made a quiz from mixing and matching from various tutorials of the internet, and now want to make the questions (multiple choice) and possibly the answers appear shuffled. The xml looks like this:
<quiz>
<title>Quiz</title>
<items>
<item>
<question>In which continent is the country Japan located?</question>
<answer correct="y">Asia</answer>
<answer>Europe</answer>
<answer>Africa</answer>
<answer>America</answer>
</item>
and here is what I've got so far with the actionscript!

View 2 Replies

Flash :: Add A Message That Appears Instead Of A Flash Video If A User Has Not Installed?

Jul 13, 2010

i have a flash video called abc.swf that i would like to play when a user first registers to our website. however, if the user does not have flash, i need it to tell them that in an easy way.

for this reason, i am trying to tell them how to download flash with the following html:

[Code]...

View 2 Replies

Flash :: Media Server With Php - Allows The User To Record A Video Using Webcam

Jul 27, 2010

We want to build an application that allows the user to record a video using their webcam on our site using flash and save the URL in a database using PHP. So that we can allow the user to send the video's to other users etc. Also we want to offer the user the possibility to upload their movies (per mail and with PHP) and convert them to flash movies, can this also be done using Flash media server? (maybe in combination with AMFPHP)

View 2 Replies

Actionscript :: Detect User's Download Speed For Flash Video?

Sep 17, 2010

We have a custom flash video player. It uses streaming over a hosted FMS $50/month account.Some users are complaining that the video doesn't play at all.ith one of these users, we had them go to a speed test website and it was determined that they had a very slow connection which we are assuming is what is causing them to not be able view the video.So before we try to load the video we want to determine their connection speed. Then if they have a good enough connection we will play the video and if not then we will do something else like play a lower quality video or simply display a message and not play a video at all.

View 3 Replies

Actionscript 3 :: Is There A Watch List In Flash CS4's Debugger

Mar 25, 2010

Is a watch list hidden away somewhere in the AS3 debugger in Flash CS4? I did spend a while looking around the net first. It's much easier to find the watch list in the AS2 debugger.

View 1 Replies

Actionscript 3 :: Debug In Flash CS4, How To Watch A Variable

Apr 1, 2010

I am debugging AS3 in Flash CS4, a variable becomes NULL but I don't know who changes it at when. Is it possible to watch this variable and when the value changes to null, it stops?

View 2 Replies

FLV - Watch Lee's Advanced Flash Preloader Tutorial

Feb 4, 2009

I got some issues trying to watch Lee's Advanced Flash preloader tutorial. The video stops in the begining, cant download full file too. Stops when he begins to explain about the bandwidth.

View 1 Replies

Php :: Mute A Flash Video Player When User Click On A Social Button?

Sep 19, 2011

How can I mute the video on the a page to do the following: Once user clicks on any of the social buttons, the flash video should mute automatically.

View 1 Replies

Flex :: Upload Local User Image And Overlay Onto Flash Video/animation?

Sep 2, 2011

I want to create a custom video like the videos on jibjab, i.e allow a user to upload an image of their face and superimpose this onto a video of a character's face.

View 1 Replies

Flash :: Change Default Choice For Autocompleted Classes?

Feb 9, 2011

Sometimes there is a name conflict between classes in two different libraries, but I almost exclusively use one over the other. Unfortunately, the one I am using is not showing up as the first entry and I have to press the down arrow to pick it.

View 1 Replies

ActionScript 3.0 :: Flash Debugger Watch Expressions In Real Time

Sep 23, 2010

I am looking for a watch expression debugger for Flash AS3 (not flex). I have found this: demonsterdebugger but the refresh is not in real time (like the trace does), it has a lag of 3 seconds. It is important because i am developing a flash box2d game so I need the coordinates while playing.I've tried also KapInspect with the Digiex pluging, but it gets down the framerate and it is embebbed. So it is not good for me. Can you please tell me one good debugger? I am using Flash Builder 4 (it has not whach expression inspector)

View 1 Replies

Javascript :: Calculate Sha256 Hashes In The Browser Using The User's Video Card, Eg. By Using WebGL Or Flash?

Jun 18, 2011

Is it possible to calculate sha256 hashes in the browser using the user's video card, eg. by using WebGL or Flash?

I'm afraid this is all there is to ask, but if more elaboration is needed

View 2 Replies

Flash :: Way To Monitor A Loaded Flash And Watch All Variable Changes?

Jun 23, 2010

I've been told that there is a gaming site that you just need to upload your flash game and it automatically detects scoring and adds the scores to an online highscore table.is it possible?can i somehow using javascript or a 2nd flash file to load a flash and to debug all of it's variables without having the source?

View 1 Replies

Flash :: Professional - Player Eats Up Memory Until It Crashes - Can't Watch Full SWF

Mar 31, 2010

I have a 180mb SWF which is a lecture from one of my online classes, when i try to watch it i can watch about 20 minutes and then it will run out of memory. I watched in my task manager as Flash player went from only using 20mb to upwards of 500mb to 1000mb and it kept going up, it's like the more i watch it just keeps going up and up. Tried it on 3 different computers and still get the same problem, is there some reason this would be happening? Why does flash player eat up so much memory? I have Adobe Flash CS4 installed so it's playing through the player not a web browser or anything. (tried it in web browser and it does the same thing)

View 2 Replies

Actionscript 2.0 :: Make Interactive Multiple-choice Quiz In Adobe Flash?

Aug 13, 2009

Adobe Flash also lets users make interactive Flash quiz. This tutorial will guide you how to create interactive drop-down multiple-choice quiz in Adobe Flash. This short tutorial is just a sample of the workflow you'll use while authoring in Adobe Flash CS4.

Step 1 - Create a new document

a. Choose File > New.

b. In the New Document dialog box, selcet Flash File (ActionScript 2.0) and then Click OK.

Step 2 - Document settings Right-click on the stage, selcet Document Properties, then the Document Properties dialog box appears. It displays the current Stage size setting as 550*400 pixels, and the Background color swatch is set to white. You can change the size and color of the Stage as you want.

Step 3 - Import image to the stage Choose File > Import > Import to Stage, and then select the image you want. You also could click Ctrl+R to import image.

Step 4 - Add the multiple choice question to the Stage

a. Select the Text tool (T).

b. In the Property inspector (Window > Properties), select Static Text type to specify the type of text field, and then input the question " What was Michael's first song to air on MTV? ". You also could set the font size, family and color of the text.

Step 5 - Add ComboBox component

a. Select Window > Components.

b. Double-click ComboBox in the Components panel.

c. Select the component on the Stage, and name the instance name as box in the properties panel.

Step 6 - Add answer options

a. Select Window > Component Inspector. On the Component Inspector, click data, then the Value dialog box appears.

b. Click + to add answer options, and then replace the defaultValue as answer options, here the options are: thriller, billie jean, bad and the way you make me feel. After that, click OK.
c. On the Component Inspector, click labels, then the Value dialog box appears. Please following the same steps above to add the values by adding the + button.

[code]...

If that's too complicate to you, you could choose some 3rd party quiz makers to make multiple choice quiz for you. Wondershare QuizCreator is such a good Flash quiz maker that help you create multiple Flash quiz with ease.

View 1 Replies







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