ActionScript 2.0 :: Spacing Between Multiple Loaded Movies

Nov 10, 2006

I'm trying to load multiple .swf's into a horizontally expandable flash page (it's for a portfolio). The problem is, being a bit of novice when it comes to actionscript, I can't work out how to create the correct spacing for my images. I've got the code below but obviously the x position is simply a fixed amount (210px) which is no good as some images are much wider than others. I've tried to use _width to make the spacing dependent on the swf width but nothing seems to work.

[Code]....

View 4 Replies


Similar Posts:


Keep Multiple Movies Loaded Simultaneously?

Jan 2, 2010

Is it necessary to unload Movies in Flash, or can I keep multiple movies loaded simultaneously? Are there memory requirements that make it necessary to limit the number of Flash movies loaded at one time?

View 1 Replies

ActionScript 2.0 :: Add Spacing Between Dynamically Loaded Images

Sep 3, 2007

Is there a way to modify the code below to make the spacey = a variable + 15 so that the dynamically loaded images can vary in height and be spaced 15px apart?

Code:
cliparray = [];
columns = 1;
spacex = 0;
spacey = 420;
function loadXML(loaded) {
[Code] .....

View 14 Replies

IDE :: Loading Multiple Movies?

Sep 21, 2009

I want to create a website having one main stage file(main.fla) with different swfs(movie1.swf, movie2.swf,movie3.swf) for various sections. Am not sure what I am doing wrong here but somehow when I click the button it does not load the respective flash file

View 6 Replies

Multiple Flash Movies On One Webpage?

Jul 11, 2011

I have obtained the Free Video to Flash Converter v 4.7.25 build 602 from www.dvdvideosoft.com, and find it creates flash movies from my .wmv files fine.

I selected the 'New Maxi' player and after converting a file, sample HTML script is provided to put onto a web page. Also, it directs copying the contents of the folder in which the movie is created into the folder that contains the web page.

I've done this OK, as can be seen on [URL] where there are four movies selectable amongst the 'still' pictures (e.g. 9th row, first column).

Each uses a hyperlink to a separate page for each movie containing the script provided above in its own folder with the copied contents mentioned above. This all works OK, and enables a full-screen view of the movies if required.

My query concerns the fact that I duplicate most of the files and folders for each movie page, when only the actual .flv and preview .jpg are different.

I've tried putting the 'common' files into a separate folder ( fl ) and only keeping the html page and settings.xml in each movie page folder. I put all four flv files in the fl.videos folder.

I amend the references to swfobject and videoPlayer in the individual four movie html pages by putting ../fl/ in front, and similarly with the videos location in settings.xml

When I do this, I get a black rectangle, but no controls, no start picture and no video.

View 2 Replies

ActionScript 2.0 :: How To Load Multiple Movies

Aug 14, 2009

I bought a template from flashmo which comes one main flash file and photoalbum fl. file. The main flash file plays swf. file from photoalbum. I like to create many photoalbums and play them on the main file.I have no idea how to do that. I spend hours and hours searching online but I cannot find information.The actionscript that is related to playing movie is below.

import mx.transitions.*;
import mx.transitions.easing.*;
//
var numMenuX = 605;

[code]....

View 0 Replies

ActionScript 2.0 :: MovieClipLoader With Multiple Movies?

Feb 27, 2004

I'm using the MovieClipLoader () class to load 1 swf and 1 jpg, what I want is that once BOTH are loaded a certain command get executed.

Right now the command get executed twice, since it does it once the swf is loaded, and once the jpg is loaded:

[AS]
var pagecontent = new MovieClipLoader();
pagecontent.loadClip(page + ".jpg", _root.mc_foto.mc_fposition);
pagecontent.loadClip(page + ".swf",_root.mc_cposition);

[code]....

View 2 Replies

ActionScript 2.0 :: Multiple Movies Preloader?

Feb 9, 2005

i save this code from some forum, but it has some problem I do understand,look and try it and see if it can solve this out.

Code:
contArr = ["01.swf", "02.swf", "03.swf", "04.swf"];
function preloadClips(nr) {

[code].....

View 2 Replies

IDE :: Using Multiple Flv Movies And Timeline Control?

Apr 26, 2010

In short I am trying to have a looping movie clip (already an flv) on the 1st frame with a button that goes to the next frame where the movie only plays once (transition) and goes to frame 3,loads up a menu with a movie clip thats looping and from then a menu that links to other looping movies on different frames with text etc.

View 1 Replies

ActionScript 2.0 :: Fmx Preload Multiple Movies?

Oct 22, 2003

Does someone as a multiple movies preloader proto?

View 2 Replies

ActionScript 3.0 :: Music In Loaded Movies

Dec 4, 2010

I have a project where I have to load other flash movies into it as a "porfolio".So as of right now the code I have when clicking on the christmasCardBtn is [code]This is working fine to load the movie. I also have a button that appears when a movie is loaded that is coded to remove the myLoader1 child when selected. So the movie dissapears. But there are a few of my movies that have on-going sound clips. How do I make the sound turn off when the button to remove the movie is selected?I tried adding SoundMixer.stopAll(); to the button that removes the movie but this doesn't work.

View 1 Replies

ActionScript 2.0 :: Interaction Between Loaded Movies

Oct 23, 2003

i have my loaded .swf buttons loading 'movie1' and 'movie2'. both 'movie1' and 'movie2' have a tween in frames 1-5, which is a box that slides open and is stopped. in frames 6-10 the box slides backwards in the opposite and dissapears. i would like it if 'movie1' is open and the user clicks the button for 'movie2', 'movie1' plays 6-10 and then loades 'movie2' and vice versa. i just don't a script for this function.

View 7 Replies

ActionScript 2.0 :: How To Communicate With Loaded Movies

Aug 3, 2006

I have a site I am building in AS3. I have a main SWF, site.swf, that loads the subsections as seperate SWF's only when a user clicks on them (to save on initial load time).or my subsections, I need to be able to communicate with the SWF that loaded it. In AS2, this was simple enough - just say something like_parent._parent.gotoAndPlay("something"), and step up enough levels to speak to movie clips in the main SWF.Trying to do this in AS3, however, results in errors such as this when trying to compile my subsection SWF:Code:TypeError: Error #1009: Cannot access a property or method of a null object reference.... because it thinks I am trying to communicate with something that doesn't exist. The result is that I can't compile my subsection SWF's.For example, I am unable to reference a variable in the main SWF using this code in my subsection SWF:

View 8 Replies

ActionScript 2.0 ::Why Movies Images Or Swf Loaded

Jul 16, 2003

Can someone tell me why images or swf loaded dynamically to an empty MC can't assume button events.I'm tring to build mc that load images or swf whit a preloader, but when it loads I can't put a button event on this mc.

View 2 Replies

ActionScript 2.0 :: Interaction Between Loaded Movies?

Oct 23, 2003

i have my loaded .swf buttons loading 'movie1' and 'movie2'. both 'movie1' and 'movie2' have a tween in frames 1-5, which is a box that slides open and is stopped. in frames 6-10 the box slides backwards in the opposite and dissapears.i would like it if 'movie1' is open and the user clicks the button for 'movie2', 'movie1' plays 6-10 and then loades 'movie2' and vice versa. i just don't a script for this function..

View 7 Replies

ActionScript 2.0 :: Scrolling Loaded Movies?

Mar 24, 2004

Ive made two simple up/down buttons, that "scrolls" a loaded movie by the following code (lets say the movie is loaded to level 5):

_level5._y += 5;

Very simple.

Well, Id like to be able to hold down the button and have the movie scroll continously, like the scroll++ code does for textboxes

View 2 Replies

ActionScript 2.0 :: Communicating With Loaded Movies?

Apr 21, 2003

A problem that I'm having is that any movie I load into my main swf (regardless if I load it into an empty MC or just a higher level) my mouse still recognizes buttons that are underneath the loaded swf. This can be confusing to the viewer as the pointer turns to essentially an invisible button because you can't see the underlying button. Is there anyway to make the Flash player not recognize buttons underneath loaded SWF's or do I have to turn to invisible upon load?

Also, I'm having trouble getting the loaded swf to communicate with the main movie that loaded it. I think I need to use the parent action but I'm not sure how. I'm trying to use code that is created and contained in the movie that it loaded, is this correct?

View 3 Replies

ActionScript 2.0 :: Switch Between The Loaded Movies?

Apr 16, 2005

i load external movie with loadMovie action.

It loads the SWFs into the movie correct.

I have problem, how simply switch between the loaded movies. The last loaded movie overlay all loaded movies.

How is possible do it the swap of the loaded movies?

View 1 Replies

ActionScript 2.0 :: Loading Multiple Movies In Background?

Jan 10, 2011

I am currently using AS2 and I have three movies (a,b,c) and one Master movie that loads those movies in each frame.

[Code]...

View 1 Replies

ActionScript 2.0 :: Search Function Across Multiple Swf Movies In A Cd Rom?

Oct 26, 2005

how to do a search function accross multimple swf movies in a cd rom. The situation is like this: i m making an elearning project where i have around 17 to 18 chapters. Now, all the chapters are in flash and they are seperate movies. Now, if someone wants to search for something inside the cd, like say, they are searching for "entertica" then all the pages that is related to that word should show up.. like google search.

View 2 Replies

ActionScript 2.0 :: Attach Multiple Movies With OnMouseDown For Each?

Dec 1, 2005

I am having problems with attaching multiple instances of the same mc, and tring to get an onMouseDown event for each of them.

The problem is that if I mousedown on one of the attached mc's, then all the attached mc's will trigger the onMouseDown event instead of only the one I clicked on.

the trace returns "onMouseDown called on 1" ...."n" instead of a single trace statement.

code:

function createSlideIcons(num){
var targetMC:MovieClip = this.form1.slideNav.slider;
var spacer = 5;

[Code]....

View 2 Replies

ActionScript 2.0 :: Loading Multiple Movies With Keystrokes

Apr 4, 2007

I have a movie with a blank mc on the stage. I have it set up so that when you press the RIGHT keyboard key it loads another movie in that mc. Here's the code for that:

Code:
stop();
this.onKeyDown = function() {
if (Key.getCode() == Key.RIGHT) {

[Code]....

If I have more than one movie, how do I code it so that when I press the RIGHT key again it loads another movie as well as goes back when I press the LEFT?

View 2 Replies

ActionScript 2.0 :: Embedding A Font ONCE For Multiple Movies?

Oct 10, 2007

the flash movies I am working on contain many dynamic text boxes. I need to embed the fonts in each movies (about 15) in order to have characters, caps, punctuation and accents.

Right now, the flash files are only 5-10kb, but when I embed the font, they become 50-60kb. I know this is normal. However, I would like to be able export the font only once, and have it attached to all movies.

View 2 Replies

Automatically Unload Movies When A New Movie Is Loaded?

Apr 30, 2009

Is there a way to automatically unload movies when a new movie is loaded? eg: 5 buttons, 5 bit of art. At the moment they overlap instead of unloading before the new one loads.

View 4 Replies

ActionScript 2.0 :: Control A Loaded Movies Movieclips?

Nov 10, 2011

I have a base move that loads other movies into an empty clip [code]...

View 3 Replies

ActionScript 3.0 :: Disabling Buttons Of All Loaded Movies

Mar 9, 2009

So lets say if you three movies loaded on the stage on top of each other and if I want to disable the buttons for all the movies that under the very top one so this way user is only able to click on the button of the very top loaded movie.

View 1 Replies

Actionscript 3 :: Accessibility To The Loaded Flash Movies?

Feb 20, 2012

I need to load a flash-game inside the flash site. The goal is to get information about the winners' score to publish it on the site. The problem is that the game was developed by third-party programmers, so I have no idea if I can get access to any variable of the loaded swf (game) to get the highscores.

How can I retrieve the data from loaded swf?

View 1 Replies

ActionScript 3.0 :: SoundMixer.computeSpectrum With Loaded FLV Movies?

Aug 31, 2009

I'm trying to use the code below to show a graphical representation of the sound from externally loaded FLVs, as they play.The code I have is below, can I change this to listen for whatever sounds Flash is playing at the moment and computeSpectrum from tha

Code:
var url:String = "song.mp3";
var request:URLRequest = new URLRequest(url);

[code]......

View 5 Replies

ActionScript 2.0 :: LoadClip Loaded Swf Movies Need To Control Each Other

Oct 24, 2009

I have a main Movie that I'm using loadClip into empty HolderMc's. I am using listener inits and they are loading and working fine independently. the main movie loads swf A and B. I have a button in swf A needs to tell swf B (headHolderMc) to change:[code]I've tried _root.headHolderMc._alpha = 100; but nothing works.[code]

View 7 Replies

ActionScript 2.0 :: Cannot Access The Properties Of The Loaded Movies?

Jul 6, 2010

I have the following AS3 code. I'm just beginning and have gotten on this since finding it here: (take out the spacesloadingData.phpNow, I find out that I cannot access the properties of the loaded movies because they are AS1 or AS2. converting this to AS2?

Code:
import fl.containers.UILoader;
var ar_movies:Array = new Array();

[code].....

View 0 Replies







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