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




Flash Website - Please Help



Hi Guys! Im making a flash website - an online portfolio for my design work as I go through uni. My problem is my lack of Flash knowledge and i think i am lost before ive started! Id really like to get a hold of Flash before we go back this semester and was hoping someone could mentor me and give me advice about creating links and pages and getting this portfolio working through navagation? Its only a simple navagation: mouse over a series of 4 squares at top (about, portfolio, services, contact) makes square colour turn from brown to white and a list of subcategorys appear (eg under portfolio is graphic design, photo...)Click on one of these and it opens up in a main window to the right with a list of worksClick on a work name and an image opens up in a small frame to the right with some information about it.Ive got a .fla file which I can send with my layout included and an attempt at the navigation which doesnt work. I will be forever greatful! Please help me and reply!!!!!! ekp xx



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 01-29-2005, 02:48 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Searchable Website Vs Slick Website...when To Draw The Line
Just curious what everyone thinks here:

So, we all know how search engines have a hard time reading flash sites. Well, I have come to a road block in my designing...I have clients that want their sites in the search engines but also want a certain amount of 'tech' to them! I can design pages with 'some' flash, enough to make it interesting, BUT if they want a 'fully searchable' page, what do we do?
I can type html all day long but it will never compare to the slickness of flash. I just finished my first 'full html' site in over a year(stuck on flash) and I am blown away by the clarity! It makes flash sharpness look dull! (sorry)

**My Question:
If you had a client that wanted a high tech site and also wanted to be 'searchable', what would you do??

***I'd like to hear all opinions, reasons and answers***

Mike

Xml Flash Website - When I Change The Publish Settings To Flash 8 Its Not Working
I have done a xml flash website, It has been done in Flash Mx and i have set publish settings as Flash 6 Player. Now im facing a problem, when i changed my publish settings selected Flash 8 Player when i run it . It gives me only a blank screen, why is that what is the reason. Please help its urgent.

How To Make Such A Flashy Flash Site? Can I Use The Flash Website Builder V1.0
I am trying to make a site that looks or has animations similar to the ones shown here: http://hypertemplates.com/templates/9449.html

How and what do I need to do it. I hardly know any flash really. Can this new flash software Flash Website Builder v1.0 can it do?

Please guys advise me!! THANKS

Lilly

Full Flash Website Vs. Hybrid HTML/Flash?
Im looking to building a website. Anyone have any suggestions which route to take whether a full Flash site or a hybrid HTML/Flash site? Im leaning towards a hybrid site cause I believe it will be easier for me to get it up and running quicker cause of my low level Flash skill level.

ToolJob

[F8] Creating A Pop Up Window With A Flash Movie Within A Flash Website
Hey guys, been scratching my head over this for some time would appreciate any words of wisdom ...
I'm trying to create a script for a movie clip/ button that when pressed will open up a new window with some swf/ video/ banner in it. This would resemble getURL except the mc would be from within the (flash) website itself and not some other website... much like a javascript applet for example. any ideas?

Loading External Flash Files Onto Flash Website
I need help on how to load .swf files on a flash site as a portfolio section, each one will have their own image or animation. The way I want them is to when you change the pages it loads the next object rather than have it on the site and make the site file bigger to load than having it minimual. I found only one tutorial but it incorporates something I don't want and tried working around it to have it load under a frame (not animation frame but like picture frame) in a certain location.

Full Flash Or Half Flash Website Question
okay after doing flash for a lil bit im a bit confused.. it seems like this stuff is mostly for graphics moving around and stuff like that. Now my question is.. is it better off to make a site complete with flash or one that uses a header flash and the rest are html..And if i go with the header flash & rest HTML how do i connect the flash button menu so that it opens a page in my html. i dont know if i make any sense any help will be good thanks. I guess its kinda like kirupa site where the header is flash and the context is html..or maybe im wrong everything on kirupa site is flash hehe

charlie chen, complete noob.

Quick White Flash Before Flash Load On Website
Hello. I'm fairly new to flash and built a website, that does both images and flash. I have 3 flash files, 1 for a top animation, 1 for a navigation, and 1 for my bottom header. Anytime I load a page or click a link to visit the next page from an external link, like going from page1.html to page2.html, it instantly loads everything besides the flash files, which blink WHITE for half a second, then displays the content in the flash files. I've looked up some information on google.com, and came across what some other have recommended to other users having the same issue, which they mention using a preloader.
http://www.webmasterworld.com/forum104/391.htm

this is what the white flash looks like on my website
http://img235.imageshack.us/img235/5013/part3xx0.jpg
" the white areas are the flash files a second before they load "

So, I tired to create a preloader with no luck at all. I followed instructions perfectly to add in a preloader for my animation but i kept getting errors upon a preloader loading and it wouldn't load the content. Now, my project in Flash 8 looks like this, have 1 layer on the timeline, which that 1 layer has 1 frame, which that 1 frame has a movie on the fram and when you double click it, then leads to the animation I created for that movie. (i've provided images below for you guys to see.)

Part 1: http://img461.imageshack.us/img461/8421/part1bg1.jpg
Part 2: http://img461.imageshack.us/img461/9676/part2rw0.jpg

My question would be:
How do I add in a preloader for a project from the above images i've posted? If someone could point me in the right direction to a tutorial, or post some instruction steps on how to perform this that would be awesome. The white flashing is just terrible looking and I've been spending all day try to find a fix for this.

Thanks guys, I love the site. this site finally made me step up to flash and eat it like an apple, just gotta get the white flash thing gone. Thanks again.

Flash Photo Gallery Inside Flash Website
Hi guys,

I have a flash website, nothing is in HTML, and I want to add - flash photogallery into my flash portfolios page.

Any one knows why?? Can you help me plz?

Regards,

Create Full Screen Flash Website..... New To Flash
Hi

I would like to create a full screen flash website in the browser.

I need the middle part to be fixed width ....ex 950px but the background to repeat as needed depending on the browser size.

Any good tutorials to do this?

Thanks,
Chris

Flash Gallery Inside Flash Website PROBLEM :(
i made a site in flash and i'm having problems with the gallery... i made the gallery following a tutorial because i'm a beginner... this is the code i used to display the numbers of the thumbs, to be able tonavigate:

newBut = _root.attachMovie('numTemplate', 'num'+i, i);
newBut._y = sliderHolder_mc._y+sliderHolder_mc._height+127;
newBut._x = (i*newBut._width)+sliderHolder_mc._x+163;
newBut.myNum = i;
newBut.num_txt.text = i+1;
newBut.onRelease = function() {
targX = 0-(this.myNum*104);
};

i can't get that newBut disappear when i click on the home button. CAN ANYONE HELP ME? :(


Flash Browser Background W/ Centerd Flash Website
Hi all... I've been searching for this.. and also looked in some forums.. but nobody seems to know the answer to this..

How do I get this effect
www.robertreich.de
www.lechateau.com
www.hi-res.net
www.revolvercreative.com

If you stilll don't get me.. the effect is simply the flash background fills the whole browser window.. and also resizes with it while the main content (the site also flash btw) remains centered and doesn't resize with browser...

HELP!!
tnx..

Flash Website
Hello. I am very new to Flash, but I was looking at some of the sites people have made with Flash (the ones that are totally flash) and I was wondering, what, er how, I should say, does one go along creating a site like that?
thanks in advance,
psicorp00

Flash Website
I want to create a Flash website that uses flash buttons and other animations that interact with the user. I want to create a site similiar to the this site: http://www.umich.edu/~echapter/

Can someone please visit this site and tell me what techniques and tools I need to create a site like this one, with a fancy preloader,interactive buttons, & sharp graphics, etc.

Thanks

Pharozen

Fps For A Flash Website?
Hey, i'm startin to make my first flash website, till i realized the fps. what should it be? any info would be great. thanx alot.

Flash Website
Hey people,
I have been studying Flash for about a month now,just memorizing the layout, and doing some tutorials. I am familiar with the program now. One question? What is the process for making say, a 5 page website? How do I make the specific 'pages'? How do I link the specific pages. How do I put all that I have learned together. If you can't tell me specifically, can you tell me where I can find out this seemingly simple process. Please help me for I am in dire, dire, need. sames

Flash Help On My Website
Hello,

I have a problem with my website's flash navagation bar. when you click on a button it loads fine. But if you click back on Internet Explorer, the flash movie doesnt load. How do I fix this??????

http://www.moderndaysupplrment.com

How Do I Put My Flash On To My Website?
Hello this is Teo from S.P. Interprises ©,

I want to know how do i put my flash on to my page.
i really need to know it fast!

How Do You Put Flash On A Website?
I uploaded it on geocities and put img src=and the url but it won't show up! Please help! I need this right away!

Getting The FLash On The Website
Ehhhh... I feel stupid because this is probably the easiest part of the whole Flash process. But anyway...

I have my completed .swf ready to put on my website as an intro. How do I set it up so that it automatically plays when someone comes to the site, then forwards them to to the main page when the click the "enter" button? Get what I am asking?

I have Flash MX, Dreamweaver, and Fireworks if that is help to anyone...

Flash Website
i want to make a website totaly out of flash. but i dont know were to begin can one of you point me in the right derection?

My First Website In Flash
Of course my first website in flash is my own website, lol. Can you please check it out and sign the guestbook on the personal website section to let me know what you think? Thanks. I know the modeling section is crap, haha. But it will soon be changed that was the first part I did, then the logo on the index then the personal website, then the guestbook. Anyways, it's done by me tell me what you think for my first site. And post your comments on the guestbook, it makes it easier for me to read them all, thanks again.

Flash In A Website
Hi everyone. I am definately a newbie so please to laugh at me! I was wondering a few things about websites that are made with flash. First off, when you make a flash website, how do you make separate news, pictures, links, etc. pages that you can update frequently? Do you embed an html page that you can change and update? or do you update the whole flash site? An example of a flash site that I really like is http://www.thepeoplerock.com . This gives you an idea of the type of site I would like to create. I'm not totally worried about the scrolling pictures at the top yet, but the layout and buttons and everything is what I'm looking at doing right now. Any help you could give me would be greatly appreciated. And if you could explain the concept of creating a website out of flash. Is the whole site a "movie"? and how does that work with the html?? This whole concept is very confusing to me. Thank you so much.

Website In Flash
i have started to make a website useing flash mx www.freewebz.com/flyingmonkeyboarding but the some of the links dont work (click on FMS the messenger and mail link dont work)
also if you have any tips please let me know

Flash Website
whats the best softwear to use if u want to make a pro flash website

How Do I Put Flash On My Website
How do I put flash on my website?

Flash Website
Hi,

I am in the process of constructing my first Flash site.
For example, I have text acting as buttons that will link various pages. In the properties I see it has a blank box for one to enter in the http:// link and/or an e-mail address.

Well, I've got each page on it's own scene. Do I control linking page to page via frame labels? Or do I actually put the name of the scene representing, say INFO, in that blank box?

I do not know at all.

Appreciate your response!

Flash Website
Hi!

I was wondering if there are any specific tutorials I should take before I venture into making a full Flash site.

I am interested in learning how most Flash sites have the data dynamically loaded in, such as lists.

I would like to know how to do things like load in external XML files which create buttons that make Flash do specific actions, such as load a different image into a specified box and different text into specified fields.

I know it can be done with XML, but can I use a XML field to create buttons?

EG:

<myxmlstring image="123.jpg" text="hello!" buttonName="hi">

and then use the field "buttonName" to create a column of dynamic buttons, so if I had the same string under it with a buttonName of 123 I would get:

Hi!
123

in a scrollable column of buttons?

Thanks, and not I'm using Flash MX if it helps.

--iMat

How Can I Put A My Flash Website On The Web?
hi how can i put my flash website on the web..... i have set up an account so i already have my dot com. so all i need to no is how i can put publish it on the web, can i do it through flash?

if so could someone guide me how to do it, as its my first time!!!!!

Flash Website
14 Can someone give me some information on the basics of making a flash website! I'm a nub at this flash stuff. Be kind to me

Website In Flash
I am creating a website in flash and before i do anything is there any main things to watch out for... secondly i would like to know the actionscript commands to open a new window with one of my games or animations within... i am new to heavily scripting flash and although this seams common place on this site i need to know how to because i hate the idea of running a flash game within a flash page... it would just be scripting hell too....

this is the only reason i have used this forum and if you answer me well i will never be heard from again... or at least until i find another problem...

Flash Website - Help
I've been wanting to get into making full websites out of flash, but I can never seem to get it the way I want it. I want to be able to make a site that pull external flash files for the sections and external text files for the content, so its easier to update. I want the sections to each have their own loader... and so on... just have no clue how to get it started.. Does anyone know of any links to some great tutorials, and even possible sample files I can disect?

I like websites like www.novembre.ws and www.2advanced.com

www.cruor.com
~Max

Flash Website
http://www.theloopagency.co.uk/


Hi,

Could you visit the site above.

Under the "Delivery" link, there is a flash 3d move.

Does anyone know how this is created?

Is it done in 3d?

Does anyone know of a flash file which I can use?



Thanks

Flash Website Help
im an idiot when it comes to flash i want to make a site in flash i want to know how u make a layout and navigator and i want to make buttons where i can change the sites backround color

Help On Flash Website
FLASH MX

Hi there.
Need to know quit a few little things.

On the site
http://www.10gauge.org/?chk=no
http://www.10gauge.org

After the flash has been loaded.And when you click the enter button flash open a pop up window. Can sombody tell me how it's done. Since i will start by using a free hosting servicethat means will will get banner and advert of all sort. Now i wann display my site in a new window like 10gauge.org.

And on the site. When the in the pop window you get the news section. I know there's a way to update the news section without updting the whole flash movie by using external file, like notepad. Can anybody tell me where i can learn that. I have found a few but is still confuse. So can anybody make a simple explantion for me please.

And lastly. Since you can use external file like notpad to update the movie. I was wondering can you use image to update like picture galleries?

I do really need a little help here scince i binging using flash mx for a months only. If possible can you direct me to some site that can teaches me something of the above.

Thanks in advance.

ps By the way hope i didn't post this in the wrong place. If so I'm real sorry.

Flash Website
I'm trying the make a new website from flash. I want to make it simple and i was wondering if anyone knows any good templates/ tutorials for makinf a flash website with flash mx. This is the website i want to remake: www.thozeguys.com

Thanks.

Help Me Out With First Flash Website
I have created my first flash website. It has a small ways to go still. I'm having a lot of trouble with text and image quality. It looks SOOOOOO much better on my screen which i'm running 1680x1040. What do you guys keep your export settings on?
How can i improve text quality?

Anyway here it is. Any advice would be appreciated.
http://www.dti-us.com

Thanks,
Omer

Flash Website
how do you include scrolling text in a flash movie or flash website?

Flash Website
How do i link pages...say i have a button how would i link it to another flash movie if that flash movie is located in my documents

How Do You Get Flash To A Website?
I would like to know how you get flash on to a website. If anyone knows how, please tell me.

Flash Website
i made this kewl flash move with navigation buttons and all just like a website. what must i do to put it up?online like a website? would it be easyer if i inserted it into a dreaweaver html or by itself?

Website In Flash
anyone know how to link objects/text in flash to a webpage?
cheers.

Flash On A Website
i want to put my swf file on my website... and some html stuff to the right of it... the probelm is that the stuff that i put to the right always goes to the bottom of the swf... how do i make the html appear right next to the swf?

Flash Website
Hi, I am creating a website using only Flash. When I publish the html pages they seem to be different sizes on different monitors. On one, the pages are too big and another, the pages are too small! Is there any code I can get or anything I can do to make the pages the same size on all?
Thanking you...

Flash As A Website
Hello

OK so i have decided to make a website using only flash. How would i come about this. I have already created a tester but it takes yonks to download. I have done it all in one swf and its not even finished!

www.freewebs.com/adrenelin/testerflash.htm

I have heard you can use load/unload movies but i dont understand what this really means. if youcould help me i would be really gratefull!!!

Thanks
TedTLogan

Flash Website Help
Hi - I am looking for a little help. I am creating a flash portfolio and have run into a stumper for me (obviously I am not too experienced). The link below shows the template I am making for my portfolio:
http://www.aweduserve.org/mark_arnol...template1.html

I need some help with getting the content to display in the window below the navigation buttons (I don't want to use html or dhtml frames). I just want to be able to have text and pictures come up in the window when their corresponding button is pressed.

All the content for each section will fit in the space provided by the window (I don't want or need the window to scroll).

The portfolio section needs to include some embedded links that will open up an external browser to display several individual websites that relate to projects I have worked on. As well the links below the window need to open up externally (one to a pdf of my resume and the other to jump someone to email me). I a bit stumped on the proper way to link to send an email in flash as well.

Last, how do I make sure this will display centered on a web page? It is 800 wide so it wouldn't matter in that screen setting, but I would like it centered in higher screen resolution settings.

I would appreciate any help someone could provide. My YIM contact is markfarnold if anyone would have time to chat me through a bit of this. I am very eager to learn! Thanks so much..Mark

First Flash Website Try
Hi - I am looking for a little help. I am creating a flash portfolio and have run into a stumper for me (obviously I am not too experienced). The link below shows the template I am making for my portfolio:
http://www.aweduserve.org/mark_arnol...template1.html

I need some help with getting the content to display in the window below the navigation buttons (I don't want to use html or dhtml frames). I just want to be able to have text and pictures come up in the window when their corresponding button is pressed.

All the content for each section will fit in the space provided by the window (I don't want or need the window to scroll).

The portfolio section needs to include some embedded links that will open up an external browser to display several individual websites that relate to projects I have worked on. As well the links below the window need to open up externally (one to a pdf of my resume and the other to jump someone to email me). I a bit stumped on the proper way to link to send an email in flash as well.

Last, how do I make sure this will display centered on a web page? It is 800 wide so it wouldn't matter in that screen setting, but I would like it centered in higher screen resolution settings.

I would appreciate any help someone could provide. My YIM contact is markfarnold if anyone would have time to chat me through a bit of this. I am very eager to learn! Thanks so much..Mark

Website In Flash
I'm planning on making a complete website in flash. I've designed it by linking text files to keyframes and then buttons to keyframes.

The problem I'm having is that there is a lot of pictures to load onto only one page (over 1MB) and I don't want them to load initially. What I need to do is stop the pictures page loading initially and provide a second preloader to take over when navigated onto the pictures.

One solution for this would be to make a separate flash file as a picture viewer and loading it into the picture keyframe. The problem here is when I uypdate the pictures section I would need to upload a lot at a time and take a fair bit of time putting the new pictures on. Is there anyway around this problem?

Thanks

From Flash To Website...
Hey guys...

I was just wondering if there were any tutorials on how to transfer from flash to the web...

I have a flash clip made...

Thanks

Flash Website
Hello,

I have just started using flash, and I have a lot to learn, but I was wondering....when you make a website out of flash, I have a button on the homepage and its called "team". How can I make it to were when someone clicks that go the team page that I made? Do I have to have the website on one stage?Please help!

Copyright © 2005-08 www.BigResource.com, All rights reserved