ActionScript 2.0 :: Play A .swf File In A .swf File?
Apr 16, 2006
but how do you play a .swf file in a .swf file? Would it be better if I were have it as an external or embeded? Would it require AS or would it be able to play just fine without it?
View 1 Replies
Similar Posts:
Jan 19, 2012
I will try to be as clear as I can. I have an existing swf file that I want to add Play,Pause, FF and Rewind via an externally loaded swf file that has the controls contained in it.I am loading an external swf file that has all of the controls on it via this code:
// Set up the Mouse to use a listener
var mouseListener = new Object();
Mouse.addListener(mouseListener);
[code].....
View 1 Replies
Mar 25, 2012
I have an existing swf file that I want to add Play,Pause, FF and Rewind via an externally loaded swf file that has the controls contained in it.
I am loading an external swf file that has all of the controls on it via this code:
// Set up the Mouse to use a listener
var mouseListener = new Object();
Mouse.addListener(mouseListener);
[Code]....
I am doing this so I can rollover the viewing window and have it appear. I cannot get any code to work to control the timeline (which is broken down into sections with individual MC's in each section.
What I am looking for is the code to apply to the buttons on the external swf file that has the controls to control the playing of the movie.
View 5 Replies
Feb 6, 2010
I have a flash file that is 1.5mb in size. As it takes about 6 minutes for someone on dialup to load this file, I have created a smaller swf file and loaded the larger one from it but I don't want the larger one to begin to play until it's fully downloaded. How do I set this up? I have set up the action script 2 as follows: loadMovieNum("top2.swf", 0);
View 7 Replies
Sep 8, 2009
I would like to attach a sound to a .fla file that starts to play when the file is opened. I have created a button and would like to be able to use this button for a visitor to the site to mute the sound. So, I'm trying to accomplish two things, first attach a .wav file, then get the mute button to work.
View 1 Replies
Oct 8, 2009
I am having some problems showing my videos in flash after moving it anywhere besides my computer.
I published my flash file once as a exe. file and sent it to another computer, where it all worked but my videos, which didn't show up at all.
I also published them as SWF files, then put them up on my free website (where i don't have access to the ftp) and the videos still aren't there.
The videos will play fine in an SWF file on my computer, but i am assuming when they are away from the videos, they don't have a source to access them.
I also tried sending the videos along with the SWF files when sending to other computers and it still doesn't work.
I now have a free hosted website (with wix.com if that makes any difference) with my flash work on, but no videos. I even tried to embed a youtube video into the scenes the videos are meant to appear, and put the videos on youtube, then i discovered you can't put that sort of HTML into flash.
how to show the videos on these sort of website, or even better, how to keep them in original file when sending them, so they show on other computers.
View 2 Replies
Aug 27, 2009
i'm trying to play flv file using programming but problem it's only work with only html file.when i play with stand alone SWF File it's not playing flv file? what should i do to run as a stand alone application do i've to desing into Adobe AIR ?
View 2 Replies
Oct 14, 2009
I want to list about ten videoclips (all mov-files) on my webpage and when i put my mouse over a clip it should start playing - when i remove the mouse from the clip, it stops. My idea was to use a swf-file that i can trigger using a URL like this: preview.swf?path=movies/movie1.mov
1. How do make my swf-file aware of the URL and then play the right file?
2. When the mouse is not over any videoclip i would like have the first frame of the mov-file shown - is this possible or do i need to make screenshots from all the mov-files then?
View 3 Replies
Jul 31, 2010
I have a slash template that I will be inserting video into, the template is set up for a .flv file ? what would I change in Dreamweaver or Coda to edit this file so that it can play video with a .swf file instead of a .flv file? here is the template
<dat video="dat/Images/Folio/video.jpg" title="sample" des="video samples" flvPath="dat/Videos/test.flv"/>
I want to change this to test.swf instead of test.flv
View 2 Replies
Mar 16, 2009
I have to play a sound file and show the progress of the sound file being played. I am using import flash.media.Sound; import flash.media.SoundChannel; But the PROGRESS event gives theprogress of loading of file. I want to know of much of the song has been played and how much more is left.
View 3 Replies
Jul 14, 2011
I am trying to make a swf with one FLV playback player and 6 buttons. I've got 6 different videofiles that I want to have linked to this swf. Some of the videos are quit large.When starting the Swf, the first video has to start, after playing it, it has to stop. Then you must be able to choose which video to play by clicking one of the buttons. I don't want to have small thumbnails of the video, just plain and simple buttons.I have to have all my files, both fla, swf and xml files in the same directory (I cannot have them stored in different folders, since I have to upload this to a cms system which has limited upload properties).
I've tried to find the right script on the internet, I'm not very good at scripting myselve, actually rather poor educated there.It seems to me that I have to make an xml file with a list of all my videos, I have my default swf ready, with a FLVplayback and buttons.Now there's just the coding part....
View 1 Replies
Feb 27, 2012
I have created two buttons for separate audio files. Essentially if you click on the button it will play and stop. This works great! I have also injected a SoundMixer.stopAll(); to ensure if you click between both buttons that it will stop the current audio file to play the next one. My problem is when I select the 2nd button for the first time everything seems to be working...it's when I attempt to click on the first button again, that it will require 2 clicks and then it stops and plays accordingly...anyone know how I could eliminate this annoying two click process?
[Code]...
View 1 Replies
Mar 23, 2010
I have a "movie player" that plays flv files using the code below (videoToPlay is the name of the file to play and is just a string). I want to use the same setup to play an mp3 file also.I tried using mySound = new Sound(); and then mySound.attachNetStream(ns);, but it gives me this error: 1061: Call to a possibly undefined method attachNetStream through a reference with static type flash.media:Sound.
View 5 Replies
Sep 12, 2009
I can't seem to remove / unload the external swf files e.g when the carousel.swf (portfolio) is displayed and I press the about button the about content is overlapping the carousel (portfolio) . How can I remove / unload an external swf file from the main flash file and load a new swf file, while at the same time removing garbage collection from memory?
View 15 Replies
Feb 4, 2010
I am trying to write a class file using a .as file instead of writing code into the script tab of a .fla file.When I write stage.addChild(img); I get an error that stage is null. When I take out stage, and just write addChild(img); the code runs fine, but nothing appears on stage. Do I need to do something to set a stage active?
Is this because I don't have a Main class? My class is named after the file and I don't have a file named Main.Here is the code. As it is, it runs and I get the two trace outputs, but no graphic on my screen.
package { import flash.display.DisplayObject; import flash.display.Sprite; import flash.display.Loader; import flash.events.*; import flash.net.*; public class HelloWorldImage extends Sprite { private var background:DisplayObject, foreground:DisplayObject; private var url:String = "hw_jpg.jpg"; private var loader:Loader = new Loader( ); public function
[code].....
View 7 Replies
Jul 11, 2011
I created a few swf files for my company's new website and 3 of the 4 play with no problem at all. The one is a little more involved (for my minimal Flash knowledge) and will not run and I just can't figure it out. Please help!! The test page I have up is [URL] and you will see that nothing loads there. The other pages (valuation, how it works, and console) with swf files load up just fine.
View 2 Replies
Nov 15, 2009
i created an animation in Sony vegas, made it a wmv, and then converted that into a perfectly functionable SWF file (It worked on newgrounds), but when i put it into CS4, no matter what i do it won't play IN the project, i just get blankness, how do i get it to play this file so i can add a preloader so it's more suitable for viewing?
View 1 Replies
May 1, 2009
Using Macromedia Flash Professional 8.
I have a website banner made in Flash. I have added a music file to it and Play and Stop buttons. I also have a Replay button to replay the banner animation once it stops.
I have put the music on a separate frame so that it will not play automatically when the banner loads. I have made the Play button direct to the frame the music is located at so that when clicked, it will go to that frame and play the music file.
The problem I am currently having is that if I click the Play button more than once, it will play the music file again on top of the current play-through.
So if I click Play, the music will play. Then if I click it again, the music will play again, but on top of the first instance of the music, so two instances of it will now be playing and it sounds horrible.
I would like to make it so that if you click Play when the music is playing, it will not play the music again until the music has stopped.
View 6 Replies
Jun 4, 2009
I'm new to this so I downloaded the script to create a simple slide show. The swf plays perfectly locally, but when embedded in my html page, it gives me a blank black box. I have attached the xml file and here is a link to the test site. The large box is the image in question.
View 5 Replies
May 17, 2011
how to play my SWF file only once when I select CTRL-Enter to test the file. Presently it just keeps on looping. I have tried stop(); but it freezes at frame one. I have tried gotoAndstop also to no avail. In Dreamweaver you can import the SWF and program it to play only once. I have done so: [URL] However, I want to create an index.fla file that does the same so that I am able to add some tweaks to the page.
View 15 Replies
Apr 8, 2012
I have been given the task of converting a macromedia application to a web app. It seems the application begins with the shell.swf once the exe is started. I have experimented with embedding the project's different swf files, and one thing I've figured out is that entire project works without the exe if the the shell.swf is somehow started. I've been opening and running the shell.swf with CS5.5 flash professional. *I do not have the source project.
This leads to my question. All of the swf files of this application autorun when embedded into an aspx, except the shell.swf, which appears to be the directing file of the application. How can I get this shell.swf to autorun from an aspx load event? I pretty much need to mimic the Flash Professional's play button. This is an interactive application to educate young people about the Buffalo river, and it is somewhat robust. I am almost certain that once I can get the shell.swf running on a webpage, the entire app will run it's course.
I have been working with AspNetFlash, but I have not been able to achieve the desired effect. I need to get this running so the client can utilize the program over the next few months while I am re-writing the application to store user interactive data.
View 1 Replies
Dec 15, 2009
I want to display a simple .SWF file on my WPF Form. It's a simple animation on loop.
Is there a control "box" type element I can place on my form and just load the .swf file to it so it can play?
View 4 Replies
Jul 9, 2010
i need to steam an .ask file form an remote site is it is possible to do in flash ......
View 1 Replies
Feb 4, 2011
i am using jw player to play an flv file including captions. this seems to work fine. but now i need to play a ad before my flv file starts playing? or can we play flv files one aftre the another using jquery or any other idea?
View 1 Replies
Nov 23, 2011
I have per-recorded .flv file, Now I want to play this video on Flash Media Server.I created a folder name "sampleApplication" in my directory C:Program FilesAdobeFlash Media Server 3applications directory. Now I write code to make connection
[Code]...
View 1 Replies
Feb 25, 2009
I don't know why, but when I put this file on a website it doesn't play, it only shows the preloader "Loading...". That's it. Here is the file: [URL]
View 9 Replies
Jul 19, 2009
I have a flash website, and I want to put in a button that when onrelease is triggered will popup a window that I can play another movie in, I have the movie both as an .flv file and I have also converted it to a .swf movie as a seperate little movie, I could also convert it to another format if its easier, The movie size is only 320x240 in dimension.
View 1 Replies
Aug 13, 2009
how to write script how to get the SWF file to pop up after the FLV video finishes..at the end of the FLV video I only need the SWF to pop up..
View 16 Replies
Sep 7, 2006
Is it possible to embed and play a file.flv in a web page ..without having the flv in a file.swf.
View 5 Replies
Aug 2, 2009
I've published this small swf file and it plays allright when I preview it but when I insert it in an html page (DW) it just won't play.
I won't attach the swf this time because I suspect that is why this same post I placed here yesterday never got listed but in any case I think the problem is not with the file itself but perhaps something in DW that I'm not handling well. I inserted it in a div btw via the flash option in the insert menu.
View 4 Replies