Redesign Without Frames?
Hey folks! I’m at a loss. Here’s what I have. I have a 3 framed site (Left,Bottom,Main) with a flash menu in the Bottom frame that will update the main frame. The content is updated from the MC using getURL. I would like to do the same thing but not with frames. Could I use Layers or maybe Cells or…. ?
Thanks in advance!
DevShed > Flash Help
Posted on: May 18th, 2004, 11:28 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Well, I Did A Redesign
ok, after some suggestions from people on this forum, I redesigned the site. This is a template for it. I know the buttons go nowhere, as well. I have one question as well. I want the text to fade away when the mouse goes off the buttons (you will see if you go) but it am unable to add the mouse out action script. Currently i am using mouse over to go ahead in the timeline to the text. How can i make it fade out? Thanks...
Here is the link to the test site
http://www.angelfire.com/realm/eyele...mainpage2.html
How To Redesign The Following?
Please help me to design this file...I m new to Flash. so I am unable tp design this..Please help me soon...Advanced Thanks. Here Alphapets are links. Any click in any character will direct us to the names which start with that character. If we click on that name the corresponding picture should be shown in the right side. This can be done in flash and actionscript?
How To Redesign The Following?
Please help me to design this file...I m new to Flash. so I am unable tp design this..Please help me soon...Advanced Thanks. Here Alphapets are links. Any click in any character will direct us to the names which start with that character. If we click on that name the corresponding picture should be shown in the right side. This can be done in flash and actionscript?
I'm Looking To Redesign NewsForNow.com
Is it possible to do a News site that's updated daily using flash?
Could you keep it all in one file?
Would I have to use XML?
Would the content be searchable by google? I don't think flash can be searched but someone might know better then I.
-Line
Who Wants To Redesign My Homepage?
Hia,
I like to redesign my homepage http://www.adrianreinhard.com. Unfortunately i have just no time to do it. It would be great if somebody outthere would like to do some work for me.
certaintly we can arrange a price...
thanks
adrian
Redesign Site Like This Please Help
HI
i am a web designer not much of good programmer.. i have created a website based on kirupa tutorial of image gallery with thumbnails
. and which is working just fine.
link to site is
Amit Sharma Photography
Now i need to ravamp the site like i want to show thumbnails in grid view like 6 by 5. can anyone guide me how to change kirupa scrolling thumbnails to grid view.
im also attaching the preview how the thumbnails gonna look and after that actual image gonna come..
image one
image two
Resolution Concerns On Redesign
My current site is designed to be viewed by 800X600 or above. I also set up my page so that scrollbars do not appear.
I would like to redesign my site and increase the font and thumbnali sizes. Because, as you know, as people move to larger resolutions, the cool micro-fonts (that is probably so last year anyway) become illegible.
I have had several people (including the greatest coder, in my eyes, no need to mention his name or his initials, cb) confirm this on this forum and others.
So (finally!) what is the conscensus on this forum for a good usable size? And the scrollbar thing? Is that just me about the scrollbar?
The numbers out there indicate a good number of 1024 and bigger users out there but I am using my site a a tool to obtain employment, thus that is my audince. If the audience was you guys only, I'd use 1600X1200!!!
Company Website Redesign...
I am redesigning our company website which is a reprint company for some major magazines. Besides the point, here is a link to the three samples we're looking at. The iStock community is seeming to slow down on their posting time, so I'm bringing it to my Adobe friends. Could you look over the samples and provide feedback either through the form or on here?
Thank you!
Here's the link: http://www.wrightsreprints.com/redesign
Will Pay For Flash Site Redesign
Will Pay For Flash Site Redesign
I need my site ( www.artificialarmy.com ) made into a Flash site. I have already started on some Flash elements. I dont have time to redesign it. Anybody up for an easy job. It needs to be sort of the same as it is now but in Flash. No big deal.
Let me know if it interest you
brobot01@hotmail.com
Will Pay For Flash Site Redesign
Will Pay For Flash Site Redesign
I need my site ( www.artificialarmy.com ) made into a Flash site. I have already started on some Flash elements. I dont have time to redesign it. Anybody up for an easy job. It needs to be sort of the same as it is now but in Flash. No big deal.
Let me know if it interest you
brobot01@hotmail.com
Will Pay For Flash Site Redesign
Will Pay For Flash Site Redesign
I need my site ( www.artificialarmy.com ) made into a Flash site. I have already started on some Flash elements. I dont have time to redesign it. Anybody up for an easy job. It needs to be sort of the same as it is now but in Flash. No big deal.
Let me know if it interest you
brobot01@hotmail.com
Will Pay For Flash Site Redesign
Will Pay For Flash Site Redesign
I need my site ( www.artificialarmy.com ) made into a Flash site. I have already started on some Flash elements. I dont have time to redesign it. Anybody up for an easy job. It needs to be sort of the same as it is now but in Flash. No big deal.
Let me know if it interest you
brobot01@hotmail.com
Critique On Company Site Redesign...
I am redesigning our company website which is a reprint company for some major magazines. Besides the point, here is a link to the three samples we're looking at. The iStock community is seeming to slow down on their posting time, so I'm bringing it to my Adobe friends. Could you look over the samples and provide feedback either through the form or on here?
Thank you!
Here's the link: http://www.wrightsreprints.com/redesign
Puzzled On Frames Loaded And Total Frames Calculation Issue
The Goal:
I am trying to find out if the last frame of a loaded swf has been completed so I can then unload that swf and replace it with another swf.
The Process:
I have on the main time line a MC called movie1. (The main time line is only one frame long)
In the first frame on the main time line I have the following code:
---- start code ----
loadMovie("test/test_movie.swf", "movie1");
if (_root.movie1.framesloaded=_root.movie1.totalframe s) {
getURL("javascript:alert("Frames Fully Loaded")");
} else {
gotoAndPlay("Scene 1", 1);
getURL("javascript:alert("Frames Not Loaded")");
}
---- end code ----
This code will load and play the movie into the MC and gives me an alert that the "Frames Not Loaded". Thats great because it means I am loading the movie correctly and testing the total frames correctly. But I need to know when the last frame of the loaded swf has played so I can then load another. Even if I take out the else statment in my testing code I still can't get it to tell me when all the frames are loaded.
Any help would be great.
Thanks
Looping Frames X-y For 'z' Amount Of Times Then Proceeding To Frames After Loop
Hi,
I'm relatively new to Flash and have not done much work with the AS. I was hoping someone here could enlighten me on an area which has been stumping me.
I need to know how to loop (for example) frames 1 to 5, 4 times then continue to frame 6 until the last frame, then go back to frame 1, thus re-entering the loop, etc. I do believe it would involve something like this... but then again I'm a newbie to this so... what do I know (which is why I wanna learn)
Frame 1:
i=0
Frame 5:
i=i+1
if (i>4) {
gotoAndPlay(6);
} else if (i<4) {
gotoAndPlay(1);
}
Thanks so much
Looping First 38 Frames 7 Times, Then Playing The Whole 76 Frames And Stopping
Hi Guys, I have a movieclip that the first half has one set of movements, but the second half changes. I want to be able to loop this movieclip (instance on the root), so that it plays the first 38 frames 7 times...i.e., loops 7 times, and the 8th time, it plays the whole clip, then stips...the movie is 76 frames long.
I know it's going to be...make i=1 first time...add 1 to i each time...and if i=7, then play past frame 38...and put a stop(); at the end of the movie, but i don't know how that code would look, if I could please ask for more...basic (ugh...) help...
In other words, how do I write this (pseudocode) in AS:
i=1
play frames 1-38
i=i+1
if i is less than 8, play frames 1-38
if i is more than 7, play the whole movieclip, all 76 frames
Shawn
How To Repeat A Group Of Frames Without Adding A Million Frames?
Hello,
I have made a small flash intro using Flash MX 2004 Professional. The intro is about 3 seconds long. Here's what I want to do:
I want to add a few frames to the intro where I add things shooting through randomly, and I need these few frames to repeat themselves while keeping the main intro sort of paused in the background... How would I do this? How would I "pause" the background without adding a million frames? And is there some way that I can loop a group of frames? Please respond as "newbish" as possible so I can understand
Thank you!
Copy Frames Paste Frames... File Size.
Sooo I have a bunch of vector art I imported from swift3d and than I want to reverse the animation later on in the project so I copy the frames and than I paste them then I use the reverse frames option.... When I compile it doubles the size when I compile.... I know that maybe I should expect this. But if the symbols are already in the library why doesnt flash just use those symbols again and not increase in size?'
I hope this makes sense thanks in advance
Film Frames To Flash Frames
I want to make some small animations and in order to capture movement and forms 'correctly' I want to use digital video.
I would then turn up the contrast to define the form and shapes and then trace in flash or freehand. Hereby creating a frame by frame animation.
OK that's an idea, how do I do that the best way? (and quick?)
Move All Clips For 30 Frames ? Can't Use "copy Frames" Why ?
Hi
I have a animation with masks, movieclips loads of keyframes...all in all about 25 layers.
How can I insert at the beginning in every layer for example 30 emty frames ?
Another thing:
I tried to make a movieclip out of this animation because I don't want to handle all these layers but it doesn't work. The option "copy frames" is not active. Why ?
Thanks a lot for help.
cheers
Stefan
Replacing Frames With Other Frames
I would like to know if it's possible to replace existing frames with other frames. In my case I have made an animation of a talking guy with text appearing over him, but at some point he stops talking and I forgot to insert the frames where his mouth is closed, so I'm stuck with no text but a mouth that is moving anyway. I would like to replace the sequence of 'moving mouth frames' with a sequence of 'closed mouth' of the same length.
Thanks in advance guys.
FRAMES
I'M DOING A SITE WITH HTML AND I'M USIN FLASH TO MAKE MY BUTTONS. MY QUESTION IS HOW DO YOU WRITE THE ACTION SCRIPT TO TARGET FRAME NAMES.THANKS FOR ANYHELP!!!
.swf's And Frames
Hello.
Here is the question: How does one controll a swf from another swf loaded into another frame in the browser window. wow, I'm even confusing myself with that explanation... If I have a frameset with two frames, and one frame (the Main frame) contains my main movie, while the other frame has a 2nd swf loaded into it at a certain point along the main movie's timeline. Is there a way to control the main movie from this 2nd swf? Sorry if that makes no sence, its been a loooong day. I'm playing around with _parent._root etc, etc, but obviously no success.
Anyhow, thanks for any and all help.
Frames Per Second
Hey Guys,
I was wondering if was possible to have actionscripting to make a MC run faster through the frames, instead of changing the fps..
Any comments welcome..
cheers
mdesign
In Frames
ooo a cow icon!!!!! nice!! i'm in heaven!
ok... i have made a navigation bar in flash for my site and when i put it in the frame it doesnt stretch the project to the users screen. i have a java script on the page that resizes the window to the users screen but screens bigger than 800 width theres black around it.
i've using GoLive 4.x to make my pages and i cant figure out how to tell the frame to resize the .swf file to the users screen. can someone please help!!!
Frames
I have a setup where it simulates a FRAMES type page. imagine a title frame, a menu frame and footer frames with a central viewing place. I desire to make it so I can click on a menu option and have the desired scene appear in the central viewscreen... how can this be done? I can supply an image of what I have already done or even a flash "movie" of it if it helps.. please Respond ASAP (ICQ# 19803425)
I Need Frames
Someone point me to an actual working tutorial, or even a finished product I can download that I can use. I need a frame with a scrollbar on the side. The scrollbar needs to scroll the text inside of the frame, and the text in the frame needs to come from an external source..via a .txt file. Someone help.
I NEED Frames
Someone point me to an actual working tutorial, or even a finished product I can download that I can use. I need a frame with a scrollbar on the side. The scrollbar needs to scroll the text inside of the frame, and the text in the frame needs to come from an external source..via a .txt file. Someone help.
Frames Please Help
hey, i made a document and it has a frame at the top. and when i saved it and loaded it using ftp. i looked at it and it only has the bottom part of the document. the whole top frame is missing! i'm using dreamweaver 3, can u please help?
Frames...
Hi all, I need to know how to load pages in separate frames. Say you had a page, with two frames, a left side that would be the menu, and the right side, that would be the actual page being controlled by the menu. How would you word the action script for the buttons to change that frame? thanks in advance to anyone who can help! :-)
Frames
im trying to have my flash menu(which is in the left frame) open a webpage(in the right frame) but i dont know what action script to put in it... i have tired other ways to do it but it opens it up in another window...can anyone help me???
Frames
ok, in my movie, i go from page to page by using the gotoandstop thing, from frame to frame, and i have a link inside of a movie clip, and how do i tell it to leave that movie clip, and go to a frame outside of that movie clip? i tried putting that page in a new scene, and other things, PLEASE HELP!!!!!
Get Url And Frames
if i wanted to link to main.html and the frame target, what would i fill in the geturl area
main.html target="main"
????
Due SOON Get Url's In Frames. HELP
Ok you can check my website ( http://www.lanceg.myip.org ) for a better example but here's the basics. I have a left and a right frame. I have a flash navagation swf in the left frame that I need to change the html file/page in the right frame. I know how to use the Get url to change the parent site thing. But to make sure I get what I need plz assume studity. So flash in the left frame needs to change the html page in the right frame.
Thx in advance
Frames?
is there a way i can make a frame last throughout the whole scene like a background? I used tween motion but thats kinda wierd.
Frames Per Second
hey.. how.. so my question is.. how do you make you can see the fps in a dynamic textfield.. or some other textfield.. please reply as fast as you can because i need it tommorow
Frames Per Second
Hi,
Are there any guidelines or reccomendations for what you can use as frames per second in flash movies?
Are there any resources on the net that have explored this issue?
I'm curious if slower computers can handle higher frame rates in flash. (nothing really high, but 24 fps or so)
-thurston
Over And Hit Frames?
I'm obviously new at this, but I am going through a tutorial on how to make pop up menus. It say that you make a button (which I hope I did right) and add over and hit frames. I can't figure out how to due this and/or what it means. It's it that important to have those or what. If anyone could help me out if would be a big help. Thanks in advance.
Getting Away From Too Much Frames
I want my mc to travel from a certain distance on my stage. I know i can simply use motion tweening. But i want it to move slowly and this would cost me a lot of frames in my timeline.Im using 12 fps for this movie. I tried tweening my mc, and it took me 400 frames for my desired speed, well.. almost. What if i want it a li'l slower...another frames? Is there a way to do it in actionscript? im using FLA 5
THNX in advance!
Frames Over And Over Again
In my mainmovie I have between frame 100 and 110 another movie that is playing when I call this movie.
Sometimes must this movie (between 100 and 110)play twice and sometimes maybe seven times.
What actionscript must u uses so that the movie loops two,three, four, five ,six or seven times between frame 100 and 110
Ron
http://www.grumpie.nl
Dutch slotmachines
Frames
in flash, how do I load html frames? My flash is in one frame, and when I click a button, I want it to load a frame on another part of the page.
thanks
Frames Per Second - Please Help
I created a shape morph where I have text morphing into an image. The movie is set at 12 fps but the animation appears to be starting at 12 fps and switching to 1 fps on the second frame. The rest of the animation gradually increases to 2 fps (1.1, 1.2, etc). The animation is obviously too slow and choppy this way. I am not sure how to change this. Can someone help?
Frames Per Second
hello,
does anyone know where i can get a mc that will tell me how many frames per second my movie is running at.
i got one from colin moock ages ago but can't find it on his site anymore, thank you
cheers howard
Help With Frames
hi! i have a movie with a button, which, when pressed, should go to a specific frame of a second movie (pages.swf). i use this code on the button:
on (release) {
_root.MC = "page two";
loadMovieNum("pages.swf", 1);
}
and on the first frame of the second movie. i have this:
if (_root.MC == "page two") {
gotoAndStop(10);
}
else if (_root.MC == "pg3") {
gotoAndStop(20);
}
for some reason, it always goes to frame 1. why? any help would be great!
Frames
help!! i'm making a webpage and the nav bar is flash. the index.html is set up as 2 frames. the top frame has the nav bar and the bottom frame is for the content. what do i need to add to the get url command to make it to where the urls that the buttons in the nav bar get load in the bottom frame? ie.. press about button, about page loads below the nav bar (in second frame) the bottom frame is named main.html thanx in advance.
Shaggy
Frames Per Second
Is there any way to change the fps in the middle of a scene? I've started on a movie, but realized that I need more fps to create some cool effects. I could change it and then extend every single animation so that it runs at correct speed but that would take alot of patience and time, which I don't want to waste. =)
So, can I change the fps with some kind of action script or anything? It would help alot.
And one more thing, what fps value do you recommend for let's say an animated movie?
|