Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Slide Pages


I found this site, http://www.gavinsounds.com/, and I was wondering how they made the content slide up and down like that after you click one of the links. I have found flash files on the internet that scroll images, but I can't find one that scrolls dynamically loaded text.

Any help would be much appreciated!




FlashKit > Flash Help > Flash General Help
Posted on: 07-03-2004, 03:49 PM


View Complete Forum Thread with Replies

Sponsored Links:

Slide Pages
I found this site, http://www.gavinsounds.com/, and I was wondering how they made the content slide up and down like that after you click one of the links. I have found flash files on the internet that scroll images, but I can't find one that scrolls dynamically loaded text.

Any help would be much appreciated!

View Replies !    View Related
Slide Pages... How?
I was wondering how to create a "slide page" effect for my website. There's an example of what I'm looking for at podLob.com. It's number 46 in the list entitled "slide pages 1".

Please help if you know how to do this. Thanks.

View Replies !    View Related
Slide Pages... How?
I was wondering how to create a "slide page" effect for my website. There's an example of what I'm looking for at podLob.com. It's number 46 in the list entitled "slide pages 1".

Please help if you know how to do this. Thanks.

View Replies !    View Related
Annamating A Slide Between Pages
Here is the thing I have this website and there is a bar with a marker, and when you go to the 3 different pages it is supposed to slide across the screen, to go under the page name.

The test file has it where it appears to work when you go from button to button. I know that there is code to make them to move back and forth when you click randomly. But I do not know what the code is.

Is there anyone out there that can help?

thanks

View Replies !    View Related
Printing Mulitple Pages Without Knowing The Actual Number Of Pages Before Hand
Does anybody know how to print multiple pages without knowing how many pages there are going to be?

View Replies !    View Related
How To Control The Flash List The Slide Block Slide Whit AS?
How to control the Flash list the slide block slide whit AS?

View Replies !    View Related
Slide In Photo Slide Show(actionscript Newbie)
Hello good pple of the forum,
I have about four jpeg pictures, wat i want to do is a slide show. What i want is a movie whereby the first pic would slide up vertically, followed by the second pictures, third and fourth.
Thank you so much for your anticipate reply.
Cheers

View Replies !    View Related
Reload/Restart Slide In Slide Presentation
Quick Question. I'm using flash CS3 and making a flash slide presentation. How do I make it so when i press the "next slide" button, that the "next slide" starts from the first frame each time? Right now, when I have it set, if it has already played once, it stays at the end.

I'd like to to start from frame 1 each time I click next, or previous, and each time it does so. So that it automatically reloads that slides contents each time I go to that slide.

Right now, each "next slide" button only has:


Code:

on (release) {

// GoTo Next Screen behavior
var screen = null;
var target = this;
while((screen == null) && (target != undefined) && (target != null))
{
if(target instanceof mx.screens.Screen)
{
screen = target;
}
else
{
target = target._parent;
}
}
if(screen instanceof mx.screens.Slide)
{
screen.rootSlide.currentSlide.gotoNextSlide();
}
// End GoTo Next Screen behavior

}

View Replies !    View Related
[CS3] Slide Out Menu W/ Flash Slide Show
I stumbled across this website and figured you may be able to help me. Since I am the "computer guy" at our church, I have been asked to design a website for them. I know the very basics of website design but figured I'd give flash a try. I have attached what I would like our menu to look like. This was designed in Photoshop as is the rest of the website (not shown). Basically, I want the pictures to become a Flash slideshow and then the menu to slide out to the left when the mouse is over it and whichever word (HOME, ABOUT US, etc) the mouse is over, that word will slide back to the right to the original position. Then, if someone clicks HOME it will go to the Home page and such. I also want the menu to slide back when the mouse is not over it. How in the world do I do this? It's an idea I had in my mind but unfortunately I don't know enough about Flash to do this. If someone can step me through this step-by-step or has any code, that'd be great. Thanks in advance guys!

View Replies !    View Related
Convert Horizontal Slide To Vertical Slide
Hello,

I have a simple script that moves an MC left and right of X according to the mouse location on the X-axis and I'd like to tweek it so it moves on the Y-axis according to the mouse's location on the Y-axis and I can't seem to get it to work. Seems simple enough, yet I don't seem mathematically/logically up to the challenge. Here's my original code:

onClipEvent (enterFrame) {
_root.xChange = Math.round(_root._xmouse-this._x);
_root.xMove = Math.round(_root.xChange/100);
this._x -= _root.xMove;
if(this._x <= 10){
this._x = 10;
}
if(this._x >= 450){
this._x = 450;
}
}

If someone could post back what I need to do to make this vertically oriented I'd sure appreciate it. Thanks,

Llyfre

View Replies !    View Related
SLIDE PRESENTATION - NAVIGATING TO FIRST FRAME OF EACH SLIDE?
Hello -

Newbie needs some help -

I'm creating a Flash Slide Presentation. A number of the slides have brief animations, and timelines of up to 30 frames.

The first time I page through, each slide begins on the correct frame (#1). When I page back or forward a second time, the screen remains static on the last frame of the timeline.

How do I make it so that each time I navigate (or renavigate) to a screen, the animation will play from the beginning, starting with the first frame?

Thanks,
- Markobooga

View Replies !    View Related
Made It Slide Out But Can't Make It Slide Back....
Hi there,

I have made a button that when you rollover it has a different colour slide out from under it (makes it look slightly 3D). However, when the pointer moves off the button the other bit that slid out just goes. I want to make it slide back and go, can I do this? I've been trying and have made the opposite tween etc but don't know where I am going wrong.

Please feel free to look at the file for a better understanding: http://www.dbsgames.co.uk/new_about_usTEMP.fla

View Replies !    View Related
HELP: FLV Video On Slide Won't Wait Until Slide Is Displayed
Hello folks,

I am putting together a slide presentation in Flash 8 and I am loading video (FLV format) into a few of the slides. The problem is that as soon as the slide presentation starts, so do the videos (even though the first slide has no video)! I have been able to get the videos to not play right off the top by setting autoplay to false, but then how do I get the video to play once I display the slide that it is on?

Any help would be greatly appreciated.

Glen

View Replies !    View Related
How To Create Slide In Slide Out MENU ?
Example I have button on the top of the screen "MENU"
When u click on it Window slide down with menu!!!
When I click on close button it slides back off the screen!!!

I was trying to do using different levels but it didnt work because I want to use navigation buttons in slide in slide out menu!!!

Post action script here or do quick flash file and email it to me digital_plasma@yahoo.com.au

Thank U in advance !!!

View Replies !    View Related
Timer Pushes To Next Slide In Slide Doc
I realize this may be the simplest question ever, but I just can't find it anywhere... I don't know actionscript yet and I am simply trying to go from one slide to the next slide with a timer within a slide document in Flash 8. The behaviors are great for interaction for go to next slide and go to first slide, but how do I get all of those things to happen so many seconds after a slide loads, instead of it being triggered by the action of the user?

View Replies !    View Related
Button Navigating From Slide To Slide
I have a question about using buttons (rather than a playbar) to navigate in swf files. I am not very versed in actionscript.

I'd like to create buttons that can be used to move from slide to slide in swf files. Basically a "Next" and "Back" method. Click the next button and the user goes to the next slide, the SWF file "waits" for another button click to advance.

The method should be somewhat "generic" in nature. No calls to any specific file or slide. Basically a component that can be used with any swf file.

Is such a method possible?

Thank you,
TPK

View Replies !    View Related
How Do I Link Swf Pages To Other Swf Pages
I just designed my first complete website using only Swish. However the site is over 5meg and takes forever to load. I realize that i have to design only one scene in a movie for the main page and then have it link to another single scene movie. I'm not sure how to do it. any help will be appreciated.

Thanks
Dave

View Replies !    View Related
Loading Pages Within Pages
I have a flash menu I made. It's pretty big (741 x 426). I have several buttons on the menu with some animation. Each time you click on one of the buttons, the menu and the button does an animation.

My problem is my main menu, has many sub menu's. I dont want to go to a new page each time they click on a link.

I want the sub menu's to be able to load any of the pages on my site at the bottom of the page clicking on the buttons. So I want the page to be blank at first except the flash menu, when you click a button it loads a page at the bottom, without having to go to a new page...

I cant do frames because of the large size of the menu and I want the menu to dissapear when you scroll since it's so big.

So what's the easiest way to load a html page within a page and what action would I use to make it happen? I just recently got a flash mp3 player that loads files using xml, is that possible to laod html files onto a page with xml?

View Replies !    View Related
Pages With In A Page? Sub Pages
I need some help,
On my flash site i have a a section called "photoshop" and i am almost running out of space to put pop up buttons that you click and it brings up my artwork
(see image)


I know its possible and that if I put some buttons that say something like next and back for browsing through pages I can have more than one page on the "photoshop" section, sort of like a sub page

I know I can do it I just don't know how so if anyone could help that would be greatly appreciated and thanks

View Replies !    View Related
Slide Show Image Dispears 3 Minutes After Slide Show Is Stopped - Why?
I have created a slide show with a stop button. The buttons stops; but after about 3 minutes of being stopped, the image just disappears and all I see is the movie's background. Does anyone know why this is occuring? If so, is there a quick fix for this issue?

PS: I used one of the goToAndPlay Key Frame events built right into my software; I assume it was this (to make movie stop):


Code:
on(release) {
stop();
}

View Replies !    View Related
Slide To The Left..... Slide To The Right.... HOW?
how is the sideways (to the left and right) scrolling image effect done?
like when a button is clicked the images scroll to the selected one while flying past the ones that arent selected.

example: http://www.darktowerproject.org

is there a tutorial or .fla anywhere showing how this navigation concept is accomplished?

View Replies !    View Related
Slide In Slide Out OnRelease
Hey all,

I am bulding a flash mp3 player that I want to be able to hide and reveal onRelease of a button.

So, when a user enters the page the music player is visible from the right of the page. On the music player there is a minimise button so the user can hide the player. On release of this button the player slides to the right stopping and leaving a tab for the user to click and slide it back in.

I have made this kind of work but in a really messy way: with a movieClip and tween, 2 frames of buttons etc...

I guess this should be possible with one button and action script that moves the movieClip _x a certain amount and then _x the same amount back using maybe an if statement? Ideally with some ease.

Anynoe no of any egs? Or tutorials for simialr functionality...
Many thanks in advance
Henry

View Replies !    View Related
Web Pages
Real newbee here - I want to create a web page to be viewed standard 800x600. I want to use flash to do this. When I create the homepage, do I design it as one graphic and add buttons as layers as an example.

View Replies !    View Related
Msn Pages
[font=century gothic]I am totally new and green to flash until buying the swish 2.0 ...wait a minute still green ... my ? is can i use swish created movies in msn pages ? and if so ... how ? i copied the html to the clipboard then pasted it in the msndialog thingy and got a bunch of code when the page finally loaded ... HELP !

View Replies !    View Related
Web Pages
I would like to make a webpage made almost exclusively with Flash MX and the rest with Dreamweaver MX. I found a few tutorials on making popup menus and the like, but how can I go about making the rest (buttons, other pages, etc) and then do I import it into DW? Please help, but speak in lamens terms as I am new at Flash.

Steve

View Replies !    View Related
Name.php?id=1 Pages
hi all ive been to this websaite at this url http://www.channel4.com/bigbrother/ adn at the top where the pictures at each picture refers to the same housemate_news.jsp page with ?id=1 to ?id=12 could some 1 please tell me how this is done i was told its a $_get templete done aany1 know how to do this please if so could you post it hre 4 me as i'm in need i cant do it ive tryed but not sure how to do it thankyou

View Replies !    View Related
Help On Swf And Htm Pages
Hi Guys I just got started in Embedding my Flash movies with my dreamweaver and when I upload the swf and htm pages to my web site if I click on the swf file it takes time to download the file BUT if I click on the htm file it opens the page a right up. is it ok to link to the htm file so it opens right up and you don't have to wate for it to download like you do with the swf file? thank you for your help.

joekid54

View Replies !    View Related
Going To Pages
Hey... i am making my site using a movie i found here but i am editing it and soo on... but ya this is what i have so far http://24.82.2.93/~sean/Site/SeanzPlace.swf

BUT when you go to the "main menu" and go to about us it works fine but when i started to change the pages and add some i got lost! SO VERY LOST!! when i click on the friends link it goes to about us...

the action script that is on the about us link is something like

on (release) {
gotoAndPlay("open about us");
}

and on the friends link it is

on (release) {
gotoAndPlay("open friends");
}

i dont know if this will work but heres the .fla

http://24.82.2.93/~sean/Site/SeanzPlace.fla

CAN SOMEONE HELP ME OUT!!!

View Replies !    View Related
Help With Two Pages.
I put up a website for my mom's daycare for her birthday. It's gonna be used mostly for the parents to see their kid pics as she always has a waiting list so it's not to draw more business. I tried to keep it simple as she cares for mostly middle to low income families that don't have high-speed internet. I would like to add a flash picture viewer for those that have high-speed. Something with a globe where you can click an arrow and make the pics spin around the globe. I've gone through tutorials, and even tried templates but they just don't work or at least I can't get them to work.
Can someone point me in the right direction to getting this done. The website is www.lilmunchkinschildcare.com Any help would be appreciated.
I use Macromedia Pro Flash 8

View Replies !    View Related
Pages
Hey guys, what i'm haveing an issue with is, when A page loads it doesn't fit the interface window. I've tried resizeing the .html file but it's running off of the .swf file so it wouldn't work. Is there a way to resize the .swf without haveing the .fla file to do it. I lost it when my hdd fried.

www.tromiano1.com

click on the MMORPG and Family links. You'll no what I'm talking about.


Thanks.

View Replies !    View Related
Pages
Hey guys, what i'm haveing an issue with is, when A page loads it doesn't fit the interface window. I've tried resizeing the .html file but it's running off of the .swf file so it wouldn't work. Is there a way to resize the .swf without haveing the .fla file to do it. I lost it when my hdd fried.

www.tromiano1.com

click on the MMORPG and Family links. You'll no what I'm talking about.


Thanks.

View Replies !    View Related
Pages
Hi all, i'm a noob at flash design and I need some major help with the actionscript coding for my flash website. I have designed the home page, however i can't figure out how to get the other pages to load when the corresponding button is pressed. For example, I have a movie clip that will transition the "about me" page in when the "about me" button is pressed using the following code:
var aboutme:MovieClip;
var aboutmebtn:Button;
aboutmebtn.onRelease = function(); {
aboutme.play();
}

When I load the clip and click on the button, it works the first time, however if I try to click on the button a second time, the animation will not play. Can anyone tell me how to fix this problem? please help!

View Replies !    View Related
Pages
Hi, I am building my first all flash website. I am wondering what is the best way to build the pages. Is is best to create them as 'movie clips', scenes or anything else? Also what is the best actionscript to use for a simple pre-loader.

Can anyone help me?

Many thanks,

Chappers UK

View Replies !    View Related
How To Do This Web-pages?
I need help finding flash tutorials to do web-pages like these examples:

http://www.chromazone-imaging.co.uk/
http://www.jonathanyuen.com/

please help me!!! I am not an expert in actionscript that is why I don't know exactly how to search.

View Replies !    View Related
Pre-loading Pages?
How can I load all my pages and content into the users memory so that when they click on a certain link..the media (external .swf's) load faster? I dont want to know how to make a preloader..I want to know how to then when a user comes to my site..all my content pages continue to load in the background..(or whatever)

Thanks.

-whispers-

View Replies !    View Related
Loading Pages
I am very new obviously, I want to make a simple flash loading page for my site. If anyone can help me make this please let me know. If you could even just send me the .fla file so i could see how it's done then THANK YOU! but what i'm looking for is a black page with a blue and white graphical loaing bar. I really dont know how to do alot with this so any advice is major help to me.

View Replies !    View Related
Help Loading Big Pages
I have a site with a few diff. flash movieson each page. they are not huge, but on a 56K it's a bit slow. I was wondering if there is a way to make it so when you open my home(index) page it loads that page and then starts loading other images and movies on dif. pages so they will open faster when you go to them. I want to be able to have my index page open and usable while other objects on other pages are being loaded.

can someone tell me if and how this would be possible.
please, I would appreciate any help. I've posted so many Q's here in the last month and always got an answewr, just wanted to say thanks for that.

View Replies !    View Related
Tansfer Between Pages
if I want to click a button and have a new scene sorta expand over what is being viewed while the button is pushed--how would I do that?

I want after you click the button what is there stays, but a box or something expands overtop of it for the new page(which I want to be a scene)...can I do this with a scene or only layers? I don't want 50 million layers in my page but I want the effect of it opening up over the current page.


would movie clips be better?

thx

View Replies !    View Related
Flash And ASP Pages ?................................................. ...............
I am creating an all flash web-site, I would like to load an ASP page in the flash movie,without going to a different html or asp page. Is this possible, if so how?
Thanks

View Replies !    View Related
Web Pages Entirely In Flash
This question is about Flash 4, and I'm using it with Mac OS9.
.
I'm an advanced Flash user as far as making animated cartoons goes, but I never had any formal training in how to use it for web pages!
.
My site is entirely flash, and even though all my links, animations, and Flash "programming" works, I'm having trouble getting the pages to display like everyone else's I see.
.
First problem is, when I scroll down the page (on any computer, in any browser) it scrolls very slowly and turns white at the bottom where the movie should be, then fills it in as I scroll down. So it's not like I'm scrolling down a solid page that has been completely downloaded, because it it has to redraw everything at the bottom every time I scroll. It doesnt look smooth. Are we not supposed to make long pages that require scrolling? Will reformatting the page so it fits in one screen fix the problem? Or should it not be glitching like this?
.
The other problem is the way it displays the long rectangular page in the browser window. Most people's pages fit in the window and aren't distorted or anything when you resize the window. Mine has a border around it, and on some browsers, it shoves the page to the left and leaves a big white space on the right. I think this stuff is governed by something in the HTML publish settings, but I can't seem to get the right combination to make it fit in the window and just look like a regular web page. Again, should I reformat wider and shorter, to fit in one window, or can this be fixed some other way?
.
When I make cartoons I just center the little window that the movie lives in using HTML. Getting flash to work as a whole page is new to me. Thanks for your help!
.
Robyn

View Replies !    View Related
Clearing Pages
Hi,

I've set up a menu which calls up pages and clears up previous pages. However each time I call up a page I have to clear any possible previous pages.

On clicking the Homepage button it goes to frame 2 of the homepage movie instance which contains information. All other movie instances are made to go to frame 1, which are blanks.

EXAMPLE:
on (release) {
_root.ClimbingPage.gotoAndStop("1");
_root.AbseilingPage.gotoAndStop("1");
_root.OutdoorSkillsPage.gotoAndStop("1");
_root.EventsManagementPage.gotoAndStop("1");
_root.AthletesPage.gotoAndStop("1");
_root.AboutUsPage.gotoAndStop("1");
_root.EmploymentPage.gotoAndStop("1");
_root.PortfolioPage.gotoAndStop("1");
_root.ContactUsPage.gotoAndStop("1");
_root.OurExpeditionsPage.gotoAndStop("1")
_root.HomePage.gotoAndPlay("2");
}

This seems like a really dumbass way of doing it. Can anyone please help?

Cheers

View Replies !    View Related
Can Flash Act Like Asp Pages?
Hi all

I'm looking into using flash as a data display and update method...

i work with sql, dlls, asp, and javascript to give an environment of data retrieval update and storage in sql server

from what i have read so far its possible for flash to post data just like a html page

what i was wondering was.....it seems to be quite object based.....the movie clips seem to act like containers....(ie for a text box)

can these movie clips be built to encompass user validation

javascript normally does all validation on client browser

could i build movie clip objects......say

numberclip :-
params in :- value to display
validation :- is a number
output :- textboxs value

ok i work with recordsets but i think i could define structure in xml that would tell flash.....this requires numberclip object

can i dynamically call 5 of these to be set up if five number nodes were in the xml

hehehe and thats just my first question ;-)

basically i am looking to treat flash like a browser....
make it output a display (like the tread listing for this board)......basically make it do all the things forms and asp with recordsets can.....is that possible?

View Replies !    View Related
Pausing Pages
HI
This might sound a silly question...how can I make a page "pause" for say...five seconds ??
I want the screen to "freeze" then continue. So it looks like a powerpoint presentation..only far better. The sound can continue, thats fine.
I am trying to do a presentation for head of European marketing...this will get me lots of bonus points...anybody help ???
Thanks
vtr1000

View Replies !    View Related
Splash Pages>?
just a simple question.... how do u split ur splash images into SMALLER UNIFORM IMAGES... like on
http://www.allmaple.com/index2.html

take a look

View Replies !    View Related
Linking To Other Pages On A Cd Rom
I'm making a cd-rom for a friend and need to link pages... i tried "on release", "get url", but it doesn't seem to be working. there's a stop action right after that actionscript, do i need it, or do i need to change the order? am i remotely close?

View Replies !    View Related
Pages Turning?
hey,

does anyone know how this could be accomplished??

http://www.ae.com/aestyle/

it looks like it could be pretty complex, i mean with all the shadows and stuff. plus, the turning pages and all that crap. thanks to anyone who could help me out. ive seen this done a couple times, but this was the fastest loading. thanks.

-jake

View Replies !    View Related
Turning Pages
Anyone know of a good tute on turning pages of a book forward AND backward??????

View Replies !    View Related
Splash Pages
My name is ROBnet and I am new here.

Just wondering if anyone can help me with a splash front page for my forum. It is called QMedia and the address is www.qmedia.cjb.net.

If anyone can help I will be grateful...

View Replies !    View Related
Flowing Pages
http://swedezine.net/agettogether/

Could anyone tell me how this folding page affect is generated.

I would really like to know.

Cheers,

Rob

View Replies !    View Related
Import The Pages Url?
is there a way for flash to get the pages url? I want to change what happens int he movie based on what page its on, but i dont know how to access the pages url.

View Replies !    View Related
Scaling Web Pages
I want to create a web site that opens in a window with no scroll bars and that scales to however big the user makes his window.

How do I do this? Where do I find the settings for this?

Thanks.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved