First Flash Site

Calling Flash Gurus-
I am building my FIRST flash site. I have been doing effects,
headers, and basic flash elements for websites now for almost 2
years. I have MX 2004, but have just bought (today) Studio 8. I am
scared to death, but sometime I have to jump head first into flash
site design. I am excited. However, I am also scared out of my
mind. I have a few questions:
#1-Is a site set to the size of 780 W by 480 H a good size? I
see so many TINY flash sites, and that is not something I want. How
can I optimize it for the fastest load time at that size? Any
tutorials or books that can help me there?
#2-Navigation-I wanted to build a nav that slide out from the
side of the site like on the Gucci site, I know it is javascript,
but I have seen this done with Flash before (
http://www.gucci.com/us/index2.html),
and instead of rollovers, there is a tsunami effect that I like
that could be found here:
http://www.actionscripts.org/tutorials/advanced/Building_a_tsunami/index.shtml.
HOW would I create buttons? Invisible buttons? How can I get them
to move out with the menu?
#3-Am I biting of more than I can chew?
#4-Where can I get the advice I need that explains the basic
actionscript and standards of flash site design? I just need
something to help me along. I am determined and will work day and
night to make this happen. I have a VERY basic understanding
already, I bought a flash template and looked at all the code to
see how everything worked. I need something a little beyond basic
that give comprehensive explanations about the actionscripting
behind all the effects. I am not a copy and paste guy, I need to
understand what is going on.
That is it for now, I am sure here in the next few weeks, you
will all be so sick of seeing my posts here that you may even avoid
the forums until I finish my site. Lol. Seriously though, thanks in
advance for all the help. I need every bit I can get.

First when you finish with the site, go to publish
settings> HTML tab> Dimensions> Percent (width and Height
must be 100)
Then go down to scale> No scale (from drop down menu).
Select publish. Now when you go to publish preview select
view>source. In the code insert the following in the head tab.
<style type="text/css">
<!--
body {
height: 100%;
width: 100%;
margin: 0;
-->
</style>
Save and refresh the page. This makes the window fill without
you having to resize your fla file. I usually make mine 800/600. On
the other stuff, I'm gonna have to get back with you,

Similar Messages

  • Help finishing up my first flash site - using navigation to display different sections of the site?

    Thanks for looking! i am making my first flash site, and im
    not sure what to do next in regards to navigating through the site.
    I have different sections, home, info, hardware, equipment, etc,
    but im not sure how to make each section appear when you click the
    corresponding navigation link. i have an idea but im not sure how
    to execute it.
    Should i make a movie clip for each section (home, info,
    hardware, contact), then place each movie clip in its own frame on
    the main time line, and on each navigation link button (each one is
    a movie clip) use action script and put a gotoAndPlay() code with
    the frame number of the corresponding section? so when you click
    it, it goes to that frame which has the movie clip that has the
    content for that part of site, say contact, or info?? if so how can
    i do this?
    that sounds really confusing and im sorry but please help out
    a beginner! Thank you and happy halloween!
    -Matt
    here is a link so you can see the.swf
    [url]http://www.filedorm.com/show.php/7839_INTOUCH.swf.html[/url]
    and also here is a link for the .fla
    [url]http://public.me.com/mattsh*t[/url]
    your going to have to copy and paste that in your browser
    since the world filter on here. just repleace the " * " with an " i
    "

    Targeting specific timelines in a flash movie can be daunting
    in the beginning. But if you start from the main timeline (_root)
    and build brom there, it becomes easier to understand.
    For eg:
    If you have 2 movieclips on your main timeline (_root).
    Navigation and Pages.
    Inside Navigation you have the buttons, and each button is a
    separate movieclip.
    Inside Pages you have each page, each a separate movieclip.
    to target a specific page number, from a button, there are 2
    ways you can go about it. The method that Ned suggested is called
    RELATIVE.
    -meaning that you target FROM WHERE YOU ARE.
    the second method is ABSOLUTE.
    -meaning you target FROM MAIN TIMELINE.
    Relative is good, but can be confusing when using dot syntax.
    Absolute is straight forward and easy to understand, and can
    be used from anywhere in the whole movie. The downside, is that it
    generally requires a bit more typing.
    In the example I stated above, it does not require more
    typing. simply say:
    _root.page.gotoAndStop(number);
    This line can be used from anywhere in your movie, at any
    timeline depth, and will work with no worries.
    You can also have ALL navigation code on the main timeline on
    the first frame. Simply designate the path to the specific button
    like so:
    navigation.home_btn.onPress = function(){
    doSomething;
    this tells Flash that the button named "home_btn" located
    inside the movieclip called "navigation" will have to doSomething
    when Pressed.
    I hope this helps you understand targeting a bit more.
    Good Luck.

  • Best way to make a Flash site

    I.
    I'm working on my first Flash site and, since I'm quite new to Flash, I've been exhausting myself seeing all kind of tutorials in order to avoid any common/beginner mistakes.
    So, my question is: should I build my Flash site in a single file or should I build page per file (ex: index.html, about.html, contacts.html, etc.)? The reason I'm asking this is because in one of the tutorials - Lynda.com, Flash CS4 Professional Creating a First Web Site (Paul Trani) - the site is all in a sinlge file and the menus are located in diferent parts on the timeline (check image)...
    Thanx.

    There are all kinds of ways to design a site, so asking which is better than another is more often going to get you a response involving a personal preference - and it is okay to have your own preference. 
    But if you are intending to create a true Flash site, then that term is usually moreso associated with having just one html page.  The Flash content is where you make the decisions you are asking about... whether to include it all in one Flash file or to create separate Flash files (per section) that get loaded into a main Flash file.
    The bottom line... pick what you are comfortable with and get the experience under your belt.  Since you indicated this is your first Flash site, if that means there will be more, then you can use those opportunities to try different approaches.

  • Uploaded flash site but getting a black screen only

    Hi everyone
    I just finished my first flash site. published to desktop and tested the html file.Works great. Uploaded the html, swf and .js files to go daddy host but when i go to my site domain name , all i get is a black screen. Am i missing a file i should have uploaded? The FLA? Please help, i am so close but so far!!!
    thanks
    William

    Based on your page code I should find the swf at the following URL, but I don't...
    http://leftbankmusic.org/LEFTBANKSITE8X6FEB4.swf

  • Testing Flash Sites

    I'm finishing up my first flash site... Is it necessary to
    test it from every browser/platform imaginable, or is a flash file
    self-contained & consistent from computer to computer (assuming
    the computers have the flash plugin & javascripting enabled)?
    Thanks!

    normaly the if the flash plugin version is the same the
    website should act quite the same on every platform and browser.
    There is one thing to watch is if you use fscommand or
    getUrl...
    but other than this it souhld be ok

  • Firefox consistently crashes when loading Flash sites

    For a couple of reasons I decided to go ahead and install OSS a few days ago.  On the first day, the install went smoothly and everything was working just as it should (I used the oss-linux-free PKGBUILD in AUR).  Yesterday and today, however, I've started to get a reoccurring problem that is, to put it lightly, driving me nuts.
    Firefox (or Epiphany, though I prefer the former) consistently crashes when opening up any site that uses Flash or Java.  With the way the internet is going, this is a large chunk of websites—not being able to visit YouTube or the website for Enemy Territory: Quake wars, for instance, is driving me nuts.
    Now, when I say "consistently" I don't mean each and every time.  I've been able to get these sites to load a number of times, but in the last two days Firefox has crashed in probably 2/3-3/4 of the time when loading any site that has a Flash element.  I've made sure that I have not wrongly assumed this has to do with my newly installed OSS by uninstalling, reinstalling the kernel and all ALSA packages, rebooting, and then surfing the web for a while to see if anything went wrong.  It didn't. 
    So my question is this: why is Firefox crashing so often in the two days since I've installed OSS?  What can be done to rectify this?
    After some experimenting, it seems the problem is worst under the following conditions:
    - Having several tabs open, though not necessarily several tabs with Flash
    - Listening to music and THEN navigating to YouTube or something.
    However, it's not specific to these circumstances.  In fact, just before I decided to make this post I opened Firefox, went to a site with Flash on it (one tab), and it immediately shut down.  I tried this three or four additional times and was met with the exact same results.
    Other info
    Firefox: Pre-compiled Mozilla i686 build, v. 2.0.0.11
    OSS: OSS (GPL version) 4.0, build 1012
    Operating System: Arch Linux 2.6.23-ARCH
    I've also posted this here.

    I have the same problem. I've never been able to identify when it started. Once firefox crashes, mpd, if it was playing, becomes unresponsive. The only way to get a flash site working again is to reboot my computer.
    I uninstalled flash: I'm not going to put up with that kind of behaviour. Now I watch youtube videos on other people's computers --you know how they say "You've GOT to see this movie!". And if I really need to see that one specific video, there's youtube-dl.
    Unfortunately gnash doesn't work on youtube for me.

  • How do I get the Flash site to work on the server

    Hi,
    I'm a beginner working with Studio 8. I have the Flash site
    working as desired from my desktop, but I have issues once loaded
    to the server. Hopefully someone here can point me in the right
    direction.
    Firstly, I would like the site to work within a non-sizeable
    browser window. I am not sure how to do this.
    Secondly, when I try to visit the uploaded site, it appears
    not to load properly. I see an isolated movie clip loaded on the
    screen, but my pre-loader never displays, and there is no animation
    at all.
    I am not sure where to start looking, but if you do, please
    share - grateful, I will be.
    -Brian

    ok - here is an update.
    For reasons unknow to me, the Flash site works on my pc now
    that I re-published the html. Unfortunately, everyone else that I
    ask to visit have to refresh their browser before they see it
    animate and work.
    *sigh*

  • How do I find and save the background music file of my Flash site?

    I see that the background music in my Flash site is located in a symbol called muz.  When I click the properties of this symbol, the sound file's location is listed as .\flash\sound\muz.wav  I couldn't find that sound sub-folder in the flash folder nor could I find the file.  I tried doing a search to look for the muz.wav file in my computer but it could not be found.  Does anyone know how I can find and save this file?  Can the symbol somehow be exported and the sound file be extracted that way?

    I copied and pasted the symbol into an empty .fla file.  This new .fla file is just 1 frame.  Can you tell me what you mean by "spreading" it along the timeline?  When I tried exporting it to a .wav file (as just 1 frame in timeline), I only hear a fraction of a fraction of the first note of the music in the generated .wav file.  The music is heard fine in its entirety when previewing the .fla file (F12).
    By the way, in the symbol's properties, there is an option to "Export for ActionScript" and an option to "Export for runtime sharing".  Do you think any of these would work?

  • Flash site done - i got a problem

    I have my flash site done... but now when i click on the contact page it will go the home page? I have looking, and looking but I can't find the problem. Any clue where I should look first?
    If you want to have a look, here is my link: http://www.idmiami.com/maria/ForSmiles.html
    Thank you.

    It would appear as though you either do not have a stop() for your contact us section, or there is some code causing it not ignore a stop().  You'll need to explain how the design is done and what controls you have implemented for navigation.

  • Some Flash Sites are not displayed with Flash Player 9

    Hello everyone,
    After having upgraded to Flash Player 9 I cannot view some
    flash sites on either FF or IE.
    I have checked around with other users also and they cannot
    see them either.
    Although the page seems to be loading with title etc. it
    remains blank or it shows a blank block where it is supposed to be
    the flash movie.
    The problem is that it only happens to dynamic flash sites
    that load text and images from external documents.
    With Flash Player 8 they worked just fine.
    The problem is that it is our company's page so we want to
    have it up and running for everybody.
    You can check the page here:
    http://www.ideaspot.gr
    Any help would be appreciated.
    Thank you in advance

    "Jeckyl" <[email protected]> wrote in message
    news:e975l6$94n$[email protected]..
    >> I had this kind of problem with Flash sites that
    were made with Swish Max. Swish had to release a patch to fix old
    swfs made with
    >> Swish so that they would work again with the Flash 9
    player. It was still not 100% working right so I had to convert
    files to
    >> Adobe Flash. Took a lot of work and was a real pain
    in the arse.
    >
    > What do you mean "still not 100% working right" .. the
    patch from SWiSHzone fixes SWF files correctly to work with FP9 ..
    there
    > was only one issue involved and it corrects thar ..
    there should be no need to do anything with converting to Adobe
    Flash to fix
    > the problem. Perhpas you simply uploaded the wrong files
    ( a lot of people who fixed their swf files then loaded the old swf
    > files back to their server .. or didn't clear their
    internet caceh and so did not see the fixed files anyway).
    When a customer's business website goes down after installing
    Flash Player 9 he just wants the site back up. First I had to
    figure
    out that they installed the Flash 9 player and then I had to
    go to the Swish site to find out that Swish files won't run right
    on
    the Flash 9 player unless they get patched first. After
    running the downloaded patch on all the swfs on the site (yes
    uploaded
    correct files and cleared the cache) there were still odd
    things happening. I didn't have time to analyze why this was so, I
    just
    had to put the site back up and fast. Now that I have that
    site back up (I have others that will need fixing too, no doubt), I
    will go back and test everything again with Swish.
    There are a whole lot of hours being lost over this
    Swish/Flash9 player issue. Regardless of who's fault it is, there
    are many
    Flash sites down now.
    tralfaz

  • Files needed to make Flash site live

    My Flash site is now complete. At this point what are my next
    steps in making my Flash site live (i.e., uploading to a server).
    What are the necessary files that I need and do I need to use
    Dreamweaver, and if so what is the process to make my site live in
    that manner? Please help!

    you can use Flash to publish your site.. File---Publish
    Settings, make sure the .swf and .html boxes are checked, and you
    can rename your HTML file, i like to use index since that is what
    browsers look for first, then hit Publish... you can then open up
    the newly created HTML file (found in the same folder as your FLA)
    in a text editor, or dreamweaver, and edit the Title, and whatever
    else you want, save, then upload the HTML and SWF file to your
    server/hosting client..

  • NOOB to Flash SIte Design

    Hi all
    I am new to Flash site design and would like to see what
    other people/developers are creating or find any tutorials or
    discussions on this subject!
    My first flash website is titled Diatonic Scales and was
    developed entirely in Flash. The theme of the site is a DAW(Digital
    audio workstation)/Virtual Keyboard that illustrates how to use
    diatonic scales and a similar scale set. It is housed @
    DIATONIC
    SCALES.
    regards
    john
    www.javono.com

    HI
    thanks for the links, I have learned heaps from
    watching Craig Campbell @ learnflash.com, I will look forward to
    checking out those sites when I have some spare time, working on 7
    projects presently in college, lynda.com is great also, I am worn
    out from reading at the end of the day, video tutoring is such a
    release from staring at language specifications or books!
    lol

  • Uploading Flash Site

    Hello all,
    I have several questions and I would really appreciate any help that you may have.  First off, my main problem is that my company's website is loading slow and I'm not sure why.  All of my images are small file sizes, but I do have 4 scenes that I'm using , maybe that causes slow loading?  I've attached the website address below:
    www.constructnola.com
    I created my entire website out of flash.  Is this not the best way to create and publish a website?  Should I use Flash in conjunction with another website building software to create and publish my full website?  If I only use Flash can someone please point me in the direction of how to successfully build and publish a website through Flash that doesn't load slow, i.e. loading things dynamically?  What I've been doing is publishing my site onto my computer and then uploading the .html and .swf files to Godaddy for publishing.   Again, I would really appreciate any help
    Thanks,
    Patrick

    ghiadobe,
    Thanks for your response.  I'm not sure I understand what you mean by dropping your flash site into an html page for seo?  Can you elaborate please?
    Thanks,

  • Need help getting Flash site running after pointed to new nameservers

    Can't get Gaia site working on a new server
    « on: Today at 03:10:35 PM »
    Quote Modify Remove
    Hi.  I recently switched from 1&1 shared hosting to a new webhost, Holistic.
    My Flash site (based on the Gaia framework) doesn't work now.
    Using the Flashplayer Debugger, I got the following error:
    from Main:  view.scaleX = 0.9041666666666667 and view.scaleY = 1.0129032258064516
    from Main:  view.x = 0 and view.y = 0
    Error: Failed to load policy file from xmlsocket://127.0.0.1:5800
    Error: Request for resource at xmlsocket://127.0.0.1:5800 by requestor from http://www.yourgods.com/bin/main.swf has failed because the server cannot be reached.
    *** Security Sandbox Violation ***
    Connection to 127.0.0.1:5800 halted - not permitted from http://www.yourgods.com/bin/main.swf
    Error: Request for resource at xmlsocket://127.0.0.1:5800 by requestor from http://www.yourgods.com/bin/main.swf has failed because the server cannot be reached.
    Also got this note even though I've set allowscriptaccess to always in my index.html:
    Warning: AllowScriptAccess='never' found in HTML.  This setting is ineffective and deprecated.  See http://www.adobe.com/go/allowscriptaccess for details.
    Warning: 'com' has no property 'onEnterFrame'
    Regarding the Security Sandbox violation, my old webhost was 1&1, and they are still the official Registrar of YourGods.com - but I now have YourGods.com pointed at the DomainNameServers for my new host, Holistic, which specializes in Drupal and has no experience with Flash - so I hope you'll bear with me and offer what guidance you can since they said I was basically on my own for troubleshooting any Flash related problems.
    Is that likely to be the source of my problem (that I'm only 'pointing' to the nameservers and have only 'parked' my domain with the new host instead of transferring it completely?
    And if so, do I just need to create a cross domain policy xml file like the one below and leave it on my Old Webhost?
    <?xml version="1.0"?> 
        <cross-domain-policy> 
        <allow-access-from domain="MyNewDedicatedIPAddressHere" /> 
        </cross-domain-policy>
    I've never dealt with this cross domain stuff before so any help would be much appreciated.

    As a test, I uploaded my Flash/Gaia site into an existing site on my old host.  And although the site actually works in this setting, when I run things in the FlashPlayerDebugger, I'm still getting Security Sandbox Violations - so (as adninjastrator suggested in earlier post), this may have nothing to do with the DNS changes - but perhaps with my setting things up wrong somewhere so that the Flashplayer is trying to access my local computer - maybe??
    Debugger logs gives me this:
    Error: Failed to load policy file from xmlsocket://127.0.0.1:5800
    Error: Request for resource at xmlsocket://127.0.0.1:5800 by requestor from http://recreationofthegods.com/bin/main.swf has failed because the server cannot be reached.
    *** Security Sandbox Violation ***
    So, I've now uploaded the identical bin (which contains all the files for my site) - but I'm getting different behaviors on the two hosts.
    On the new holistic servers, the site won't go past the first page:  www.yourgods.com
    On the 1&1 servers, I still get runtime errors in FlashPlayerDebugger - but the site runs ok - http://www.RecreationOfTheGods.com/bin/index.html
    Posting those links in hopes someone with more experience in these sandbox issues can help steer me in the right direction.

  • FLV FILES IN FLASH SITE DESIGN

    Can anyone give me some suggestions, I am using a flash
    template that has 7 separate flash files (1.fla; 2.fla;3fla; etc.)
    that feed into the 1.fla/1.swf/1.index.html flash page. I have
    incorporated a small movie with no sound into the swf.1 file and
    then the rest of the files have simple text but in the 6.swf file I
    utilized another template by Dan Carr which he put up on this site
    that has an flv movie player with 5 flv files. I have no problem
    with this template it works wonderfully, the problem is it opens
    and play independently but it is 6.swf and when I open my
    1.swf/1.index.html file the voice from the first movie in my 6.swf
    file plays. The movie sound that plays from my 6.swf file is the
    first flv movie on that page which has 4 other flv movie files. I
    don't understand why the sound track for that flv file is playing
    in my homepage or 1.swf file. Expermenting, I took the voice out of
    that first flv movie player and with the voice/soundtrack out of
    the first flv/movie in 6.swf then no other sounds carry forward to
    the homepage or the 1.swf/1.html page. But I want to keep all 5
    movies in my 6.swf file/movie player and not start that file with a
    blank flv spot and then 4 other movies. I would appreciate any
    suggestions.
    SueSue

    From your description, it sounds like all of the loaded
    movies, are loaded in at the start of the first Flash movie.
    Additionally, in this 6.swf movie, the first .flv file is set to
    begin to play as soon as that movie is loaded. That's why you are
    hearing the sound track playing when the first movie loads.
    You can fix this by changing the code in 6.swf so that the
    first movie doesn't begin to stream/play when it loads. If there is
    a button to play this movie then this should be a trivial task.
    Another option is to not load 6.swf when the first movie starts,
    but to wait until 6.swf is called to be shown.

Maybe you are looking for

  • Problem while invoking a Stateless Session bean from another bean

    Hi, I have a peculiar problem while coding with Stateless Session beans. Maybe you guys can help me out over here. The scenario is as follows There are 3 Stateless Session beans. Let Us say Bean A, B and C. There are three methods, method1, method2,

  • Analog to digital conversion

    HELLO AND GOOD MORNING, I HAVE A TEAC 4010 GSL REEL TO REEL TAPE DECK. I WANT TO IMPORT THIS DATA TO MY IPOD CLASSIC. I WOULD APPRECIATE ANY HELP IN THIS AREA. I USE AN ADAPTEC CARD TO CHANGE MY VCR'S TO CD'S AND THAT WORKS VERY WELL. DOES ANY ONE HA

  • Custom page issue in smartforms

    hi all,     As per requirement custom page with 11 inch X 12 inch page size.In windows in default page setting is "letter" so when i am taking print out ,system is considering that letter format and it is not printing all the data as per form develop

  • Very Slow VDI Login Time

    Hi, My environment contains two Hyper-V Servers for DCs, Connection Broker, RD-Web, and two Hyper-V servers as virtualization host to thin clients. All Hyper-V servers are only 35% utilized and all client VMs don't have a performance issue. After set

  • Two iPhones one 3G- one Original

    I have the 3G. My wife reluctantly took my original iPhone and now LOVES it. Here's my question. It's activated- number working great- It will sync with her iTunes, but all my old stuff is still on there. Web pages, contacts and iCal. Is there a way