ActionScript 2.0 :: FMX Code For Button To Show Video?
Apr 11, 2005Im looking for a button code so when a user clicks on it a specific video which is included in the library will show up in the same screen.
View 4 RepliesIm looking for a button code so when a user clicks on it a specific video which is included in the library will show up in the same screen.
View 4 RepliesIm looking for a button code so when a user clicks on it a specific video which is included in the library will show up in the same screen. If anyone knows which code i should attach to this button to pop up the vide
View 4 RepliesI have a introduction page with a video background, and a button that sends the user to another page.I just have one problem, and that's when you see the page online, for a slit of a second, you just see the button on a black background before the video is loaded and starts playing. Not really sure how to go about it.I recon the button should first be visible when the video appears or are loaded..? I have the following AS. "Mybtn" is my button.
var videos:Array=new Array("videos/video.flv");
stop();
stage.scaleMode=StageScaleMode.NO_SCALE;
stage.align=StageAlign.TOP_LEFT;
[code]...
I need code that makes a button gotoAndPlay (211) which is a movie in an FLVPlayer that I "imported" as an external file that will play as a progressive file, and then, when that movie clip has finished playing, I need code to make it go back to frame 210, which has the menu with all the buttons on it that will launch other documents and movies on 212 and 213. The big problem is getting Flash to know to go back to my menu page when the video stops playing...All in ActionScript 3. If I can get working code by 8am tomorrow - Thurs 9/10/09, I will pay for the first posted that works. Say, $150. call the button button1 and the video video1.
View 9 Replieshow I embed a html5 video player only if there's flash in the browser? If there is flash in the browser I want to use it instead.
View 2 RepliesI'm porting in an .flv to Flash for the first time. I created the .flv from an .MP4 using Media Encoder CS5, and then opened a new Actionscript 3 .fla in Flash Professional CS5, clicked File > Import > Import Video. Then selected 'Load external video with playback component'. Everything seems to have imported fine, but when I publish the SWF and import it via Dreamweaver CS5 and preview the page, the video is there, but the controls are not. There's just a white box where the controls should be. Also, the video is out of sync with the audio, which I believe is a problem with Media Encoder, not Flash.
Here are some links:
The page that I'm working on (video at the bottom of the page)
The .FLA
The .FLV
The .SWF
I am building a flash video player with a custom UI, and admittedly I'm not sure exactly what I'm doing. I tried altering a skin, but that always comes out wonky due to whatever coding they use. So I'm altering single video components and putting them in the mc what I want them. It looks great, but the problem is that when video goes to full screen, all of the controls dissappear and I can't figure out how to make them show up. How do I get a movie clip to display on top of the video when it goes to full screen in flash AS3?
View 1 RepliesI have a sporadic bug where sometimes when a video is played the video doesn't show up for about 10 seconds but the audio is there.
i'm using flash as3:
_video = new Video();
_sound = new SoundTransform();
var connection:NetConnection = new NetConnection();
[Code]....
I created my flash video with a video skin I selected in CS4 and the skin file shows up in the same folder as the video but when I add the swf file to dreamweaver CS4 the controls that should show up underneath the video are not there.
View 2 RepliesI want to show related video's in flowplayer at the end of the video.
View 1 RepliesI have a button with the following code attached to it:
[Code]....
I want to use this code on a frame. Is it onLoad I need to use??
I really hate when you read a tutorial from some "expert" and what it tells you to do is wrong. I was doing a tutorial for a XML slide show, and the last line of code doesn't work quite right:
[Code]....
For some reason that only sends the my_playback_counter to 1. And it just sits there twitching. So when I tried to change the tutorial code to:
[Code]....
"TypeError: Error #1010: A term is undefined and has no properties."does not show which one is the term in the code ?
View 1 RepliesIn Visual Studio, when we write some code, there are code hints, for property,custom method of some class that we create.There are code hints on Flash CS4, but it seems that it didn't show code hints for custom method or property on some class . Is there any way to make Flash CS4 show code hints for custom method, property and namespace that we created ?
View 2 Repliesrecommend use firefox or chrome browser,because the IE browser's FPS is low.chinese site, url...if you have interest,you can download my source code,it contain english comment. url...
View 1 RepliesIn frame 1 I've got a_txt
In Frame 10 I've got b_text
How do I write the code when the user is on FRAME 10 to show the same text in b_text?
I tried this on frame 10 and it didn't work. b_txt.text = a_txt.text
how can i change this as3 code with hex editing to make this game always show HEADs (or tail ) and be winner its game to bet and u should choose head or tail , and if u guess rite u get money ,if not u lost money i want to always answer be head( or tail) .as file attached.
[Code].....
I'm using AS3 in CS4. I created it in After Effects, and saved it out as both an flv and an f4v.I have tried creating the banner with both these files. I can see the playback fine on both publish preview and test movie. On the computer it was created on in it plays fine when I check the html file. On any other machine (my network or sending the files to someone else) you can't see the playback. The flash "holder" is there, but nothing plays back.I have tried several times but have never gotten it to work. I included the code, but most of it is generated by Flash - I added some to get the video to loop.
View 4 RepliesI'm designing an interface for a class, and the buttons that I am using all have multiple functions.For example, when the story button is clicked, I need the mc to stop playing and change to text (in the same window/screen, just no mc playing). The mc is 31 frames long, but if there's a way to just make it loop continuously until told not to, Currently, my code looks like this:
stop();
story_btn.addEventListener(MouseEvent.CLICK,story);
function story(event:MouseEvent):void { gotoAndStop(32);}credits_btn.addEventListener(MouseEvent.CLICK,credits);[code]...
When I click the button, the mc does not stop playing and the text does not show up.
i am doing a slideshow with images occuring randomly wch hav clickable links,okay it works but at times the transition is very fast instead of the 8s interval i expect ,when i view the trace() output ,i have noted that at times the timer is triggerd twice or more simultaneously...my code is below...what maybe the cause may u kindly assist i have 21 frames with 21 images
[Code]...
I'm including a video with it's controls into a frame in flash.When I try it and publish it as SWF the control bar of the video shows but when I publish it as a .app for mac or a .exe for windows and run itthe video shows but not the controls
I'm using the FLVPlayBack component to show the video
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 RepliesI want to show a div over a YouTube video but can't get it to work. I know that if you set the wmode to transparent or opaque it should work, but I've only seen this work when the <embed> or <object> tag is used. YouTube now embeds the video in an <iframe> so when I tried it, it didn't work.
Here's what my code looks like.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]">
<html xmlns="[URL]"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">@import "reset.css";
[Code] .....
I have a flash photo album that like most grabs the infomation from a XML file.I was wondering if it would be possiable to pull youtube video from xml and show them.I had someone who liked the photo album and wanted to know if you could play video instead of pictures.I added the youtube url .
View 2 RepliesI have published some videos with flash, but I need to find a way to display a very simple timer showing the elapsed time. I tried to use a dynamic text with AS3 without any success. I would like to use one of the ready-made skin for my player, and just add anywhere on the stage a dynamic text field with my time inside.
View 2 RepliesI'm using flash to design a basic website.Within that website I want to place a .flv file. Everything works fine in preview mode and test movie mode.The problem comes when I puplish to the web.I'm just using flash to publish which puts all the files in a folder.IN previous attempts, once I load those files onto a server it does not play the .flv file.The .sfw skin will show up but the general .sfw file for the project doesn't seem to be finding the .flv file.And yes, I'm uploading the .flv file to the server.Is there something wrong with the html code that it can't find the .flv file?I can replicate this problem on my desktop by moving the .flv file out of it's project folder.Once I do that and then click the .html file the page will load but it won't find the video file.It's like it can only open that file if it's in the original project folder and the folder doesn't get moved.
View 9 RepliesI have a long video of 50 minutes duration..
I want only show a segment for that video, for example I want to start from minute 15 until minute 16, Only shows a minute for that video, but, I want to see that video as a complete short video of 1 minute duration.
How can I tell after issuing a NetStream::play call when there is any video arrived which I can render (Video::attachNetStream)? I can see that most of that stuff is asynchronous and highly dependent on a number of variables like FMS latency, client latency and bandwidth, server load, weather etc. I however need a reliable dependent way of figuring when there is any picture to show. I administrate our service and need to monitor content people are publishing, for that I need to browse a hundre or so streams as fast as possible. What I do is I have a number of "player" streams that play a stream name (I use Administration API to get an array of these) , wait until there is picture, show it in a video object, disconnect video from stream, create new video object, play another stream, wait until picture, show it, and so on.
I found out that I can achieve a way to check whether video has arrived by NetStream::info.videoBufferByteLength, alternatively perhaps 'videoByteCount'. I cannot create a new stream for new video object, that is too much overhead, so I reuse streams. I close a stream, play new stream name, and wait until the either of the properties above is non zero. This has been working quite alright, but still occasionally I get stale data in the subsequent video objects, even when a stream is supposed to be playing new content. I need to avoid these.
So my question boils down to the already mentioned: what would be a reliable way to do what I am doing? It's just a stream of compressed data, there must be a way for Flash Player to know what is new data and what is stale data. In fact I don't think there is supposed to be stale data in a NetStream that is already playing something else! I know this is hardcore stuff, but we are pushing it :-)
I inserted a video into my movie clip. It freezes sometimes if internet connection is not fast enough but freezes at any frame. I want a loading icon displayed once it stops and disappear when it continues.
View 3 RepliesI am appending a mask to my mx:VideoDisplay element so that I can have rounded corners. The mask and even a dropshadow filter work great but I cannot get the stroke of the mask (using lineStyle) to show. Researched a ton and tried many fixes.
private function applyMask():void {
myMask.graphics.clear();
myMask.graphics.lineStyle(2,0xFFFFFF);
[Code].....