ActionScript 2.0 :: Make A Portfolio Of Music And Art In Flash Which Is Basically Just 4 Scenes?
Nov 30, 2009
ive been attempting to make a portfolio of my music and art in flash which is basically just 4 scenes that have buttons at the edges which i want to be able to move over and have it animated to look like its scrolling in the direction of the next scene
i broke each screen down into dummy scenes so i could work out problems without ruining a real project and so far (with this forums help) ive been able to create a music screen with on/off buttons and clickable thumbnails for the art screen etc etc so far so good...i even managed to get the buttons working with 3 different 'entry' animations depending on which scene it came from
so yesterday i decided to make the proper project starting with the navigation structure and space for 3 entry anims per scene...i thought i had made everything the same as before but nothing happens when i publish it...the buttons dont work at all
here is the link to the project 'main002' (dummy animations atm) and my previous working dummy nav test as well as a word document showing how its supposed to work (although ive slightly changed the order of the screens now)[URL]..can anyone tell me why its not working but did on the previous test?
View 3 Replies
Similar Posts:
Jul 3, 2009
whenever I set my sound to stream and continue to make a movie with multiple scenes. The audio and video get disgustingly out of sync sometimes even off by 30 seconds. I just started an animation its only 10 seconds long with two scenes and the AV is already off by about 5 seconds. Ive worked around this by avoiding scenes altogether but i really don't want to have another 5000 frame scene. I discovered this problem in Flash MX and Im quite annoyed that it still has't been fixed 3 years later!
View 1 Replies
Feb 17, 2011
I have a movie clip called player where there is a code to pull a background music through an xml file. In the same movie clip, there is play and pause controls. Here's the code:
Actionscript Code:
stop();var my_songs:XMLList;var my_total:Number;var my_sound:Sound;var my_channel:SoundChannel;var current_song:Number = 0;var song_position:Number;var song_paused:Boolean;var myXMLLoader:URLLoader = new URLLoader();myXMLLoader.load(new URLRequest("playlist.xml"));myXMLLoader.addEventListener(Event.COMPLETE, processXML);function processXML(e:Event):void { var
[code]...
I put this movie clip in the first scene and the music continues when I change the scene. So far so good. But if I put the movie clip in the other scenes, to control the music on the scene, the music resumed and the first music never stops.
View 2 Replies
Oct 25, 2010
I have a bunch of scenes, and I have a continuous song that plays over them. I'll simplify below to better specify my intentions.
Game Menus
Scene 1: Music placed on timeline, plays throughout the next 3 scenes (menus)
Scene 2: Music uninterrupted and continuos from Scene 1 (desired effect).
Scene 3: Music uninterrupted and continuos from Scene 1 (desired effect).
Game
Scene 4: Completely new music for this scene. The music from the previous Scenes 1-3 (or Scene 1's music) still plays [until it is finished]. Scene 4's music is overlapped with it. This is not a desired effect. I'd like Scene 1 music to silence and Scene 4's music to play.
Things I've tried:
1. Thought maybe I'd make Scene 1's music "stream" but when I go to Scene 2 or 3, the music is off.
2. Thought maybe on Scene 4 I could do something to tell the music from Scene 1 to silence
View 5 Replies
Oct 11, 2009
I am making an interactive game for a school project that has an intro and a main part consisting of multiple scenes. I'm curious if I can have a song from my library play throughout multiple scenes. One song for the intro scenes, and another for the scenes that make up the actual game.
I also have a point in the game where you can get a 'game over' screen and an option to restart. I'm wanting the song to restart only at this point.
View 1 Replies
Jul 4, 2011
I have a infinite music loop and I am trying to have btn_start trigger a fade out on the music along with its original gotoAndPlay.I have two scenes, "opening" and "animation". btn_start and the following code are in the "opening" scene.the fade out will play along with the first couple seconds of "animation" since the gotoAndPlay connects to frame 1 of "animation"Can this be done? lights of how to proceed this.
stop();import flash.net.URLRequest;import flash.media.Sound;var url:URLRequest = new URLRequest("subtle.mp3");var snd:Sound =
new Sound(url);snd.play(0,
[code].....
View 3 Replies
Jun 3, 2004
i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..
View 14 Replies
May 31, 2003
this is my first post on this board so go easy on me. i'm having big problems using loadMovie on a project - basically i'm trying to build a flash page that will run in full screen (as part of an exhibition) and will load up other swf files within itself. so there will maybe be a row of buttons along the bottom which load swfs into an area above them.
[Code]...
have spent all day on this with no progress so will be interested to hear your thoughts. when i have tried loading in other swfs into my blank clip much of the code in them as stopped working as well.
View 1 Replies
Oct 12, 2010
I am attempting to make an interactive scenes in flash. I am going for something like this on the Breast Cancer Fund homepage. [URL] What is the easiest way to achieve this?
View 2 Replies
Mar 31, 2007
how to make a portfolio like [URL] I really want to make a portfolio that I can upload easy with maybe just a couple of XML code or such.
View 8 Replies
Sep 5, 2009
I'm new to this CS4 world and I can't make my buttons work...I'm trying to make a portfolio. I have a button created named "books". I created a new layer just to insert the AS of that button and to stop the movie clip...the button is inside that movieclip.
Here is what that layer contains:
[Code]...
EDIT I took off the ":void" part and the compiler doesnt show me any errors. But still it doesn't go to the "design" frame.
View 2 Replies
Mar 29, 2004
I'm trying to make a portfolio. Nested in the mc portfolio are 15 other mc's. site_01, site_02, site_03 etc. When the portfolio button is pressed mc_portfolio is going to frame 2, where the 15 mc's are located. But I don't want them to appear all at ones! I want them to appear with let's say .5 of a seccond pause in between each mc.
View 5 Replies
Oct 10, 2009
I'm trying to create a website that is basically a flash toolbar that directs the user to different HTML pages at the bottom, much like this website here.
[URL]
Do I build the bar in Flash and then the HTML portion in dreamweaver or do I build it all in Flash? Would an iFrame work for this sort of website?
View 1 Replies
May 25, 2005
I've been through Senoculars XML tutorial which can be found here and went further to read another thread (here ). about extending the Portfolio to allow for more thumbs--implementing a scrollbar-to Scotty This brings me to my questionQ: How can I do away with any scrolling and implement page numbers instead? So users could click the page numbers to go to the next lot of thumbnails in the section instead of scrolling up and down. The image below illustrates what im trying to achieve. As you can see I would like it to show current page, and overflow for page numbers that wont fit within the area dictated on the stage (rather like how threads work in this forum)
View 9 Replies
Jul 15, 2010
Everyone looks forward to birthdays, hoping receive special gifts from friends, family and honey in that day. And everyone also wants to show special gifts for friends, family or honey in that day. Now you can use Yuzhe Easy Motion to make your life more colorful. This step by step flash album tutorial will guide you to turn your photos into Birthday Album conveniently. [code]...
View 2 Replies
Oct 11, 2009
I want a site to have background music, but when I attach the music to the file it makes it quite large ...3 meg and the site is slow to load. Is there any way of having the music separate from the flash file and still have start stop music buttons?
View 2 Replies
Feb 21, 2007
I am streaming music from my site using flash, but after the 3rd music is done, it just stops. Do i have to flush something or create a new music object for each 3 songs?
View 6 Replies
Aug 20, 2011
From what I read, interfaces are basically classes for methods, right? If two classes implements the same interface, then they should both have methods described in the interface.
Now, how is this useful? Let's say I want to call foo()
[Code]...
View 5 Replies
Nov 2, 2004
I'm trying to do a transition in 1 movie.. Basically the Navigation..
5 MC's (one for each nav)
clicking on nav item1 would start the item1 MC that plays until frame 10 (which is the middle of the ani)..
clicking on nav item2 would start the item2 MC that plays until frame 10..
well i'd like to have nav2 say "if any other nav is open, play their frame 10->"
item1 (open)
item2 (opening) then item1 (closes)
View 2 Replies
Jan 23, 2009
I made some buttons and I wanted to make them go to the different scenes. I made 5 different scenes and I made the first scene my Main Menu scene and I got the first button to go to the first scene. But when I click on the second button (while im in the Main Menu) it wont go to the next scene,
View 3 Replies
Nov 2, 2009
I've created an articulated drawing with the bone tool and converted it into a symbol. However, when I drag the symbol into my scene and manipulate it, it changes the original symbol instead of using it as a instance that can be animated independently>
View 6 Replies
Apr 3, 2007
how to make preloaders to load scenes or just movie clips.
View 3 Replies
Mar 25, 2010
I am using the flash SoundMixer.computeSpectrum. to make a flash visualization for my music player. It all works inside flash. but if i run it on the internet the visualization does not show up
[Code]...
View 1 Replies
Jun 8, 2006
music seeker bar, the code i am using is
[Code]...
View 2 Replies
Jan 10, 2007
I want to make a music player, when you select a label, a music starts to play. But i need to do this by a dynamic text variable, because the player and the list is in different movieclips. Erm...give me an example script of when i click the label, the text changes, and for the player, check if the text is something.
View 2 Replies
Jun 2, 2010
I am working with a project that has many scenes. Each scene has a movie clip attached to it. The first scene is simple...just a couple of buttons and that is it. My worry is that when I add all of the videos that correspond with each button and publish the SWF will be a huge file. THE QUESTION: Does flash load ALL scenes of a movie or does it load the first scene and then load the other scenes when the user needs to view them?
My ultimate goal is to just have the first scene load and then when the user clicks on the buttons contained within that scene that only upon release does the corresponding scene load. Maybe I am doing this completely wrong and should look at doing it another way.
View 6 Replies
May 8, 2011
What action/script do write to make only the music stop looping?[URL]... Im using AS2 . Im kinda new to flash so can you please explain thoroghly.
View 7 Replies
Nov 22, 2010
I have a flash file with a volume controller. everything works the problem is that music wont start unless play is pressed and volume gets turned up. Obviously is something to do with the coding in the script. All I want is the music to start automatically and the volume to be up already once song is loaded. I tried playing with the script but no luck.
View 9 Replies
Dec 1, 2011
What is technical difference between buffering and loading ? Say, i have a video, which is showing loader bar in progress. Then what's happening exactly ? Buffering or Loading ?
View 1 Replies
Jan 17, 2010
I'm trying to make a simple MP3 player for a music website: one singer, several song... how to make a mp3Player with a playlist loading from XML file?
I could make a video player using FLVPlayBack with playlist from XML File in a List Composant, but i can't do the same think for audio file, using MediaPlayBack?
View 6 Replies