PUBLISHING FLASH SITE

Hi,
I was hoping you could help me…
I am an absolute beginner to Flash 8 and web design in
general. I need a kind of "idiots guide" on how to publish my Flash
site. At the moment I have about 30 SWF files, one of which being
the home page and all of which link together with navigation
buttons to make up my site.
So, from this point I need to know how to reach the stage
where someone goes online, types in my website address (which will
hopefully be something like www.thebrightsidedesign.com) and can
view and use my site.
If you can send me help I'd be so thankful but please bear in
mind that I have no clue on how to do this! I need a step by step
guide on everything!
Thankyou,
Liam

please don't cross-post - your same post in the flash general
forum has been responded to 3 times at
least. Please - one thread is enough and avoides redundancy
and confusion and prevents anyone's time
from being wasted if the same answer is given more than once.
--> **Adobe Certified Expert**
--> www.mudbubble.com
--> www.keyframer.com
liamfahy wrote:
> Hi,
>
> I was hoping you could help me?
>
> I am an absolute beginner to Flash 8 and web design in
general. I need a kind
> of "idiots guide" on how to publish my Flash site. At
the moment I have about
> 30 SWF files, one of which being the home page and all
of which link together
> with navigation buttons to make up my site.
>
> So, from this point I need to know how to reach the
stage where someone goes
> online, types in my website address (which will
hopefully be something like
> www.thebrightsidedesign.com) and can view and use my
site.
>
> If you can send me help I'd be so thankful but please
bear in mind that I have
> no clue on how to do this! I need a step by step guide
on everything!
>
> Thankyou,
>
> Liam
>
>

Similar Messages

  • How to publish a small size flash site

    I have made a total flash site but the exported site is 50 mb!!
    Not a usable size, so I want to know how to make this site 'smaller'.
    there are a ton of flash sites on the www, so I must do something wrong..
    What is the normal file-size for a flash site?
    pleas help.
    grtz
    Daan

    Typically a flash file only gets that large when you embed a lot of images or video.
    If you want to shrink the size of the SWF, you will want to externalize those assets somehow.  If video, use progressive download and an FLVPlayback component.  If images, save them to a directory and load them at runtime with a Loader component.  Audio can be loaded at runtime very easily as well.
    If there is detailed animation over the video that isn't interactive, export the entire animation as a video, and then load that in another file to decrease initial load time.
    Typically, these days, a good size SWF comes in around 1-2 MB.  Ideally it would be much smaller than that, wherein the initial load should really be about 30-60 kb, so it will open in 1-3 seconds on a 56k connection, and then all other assets load after the initial load.

  • 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*

  • Accessing a Flash site via safari

    This question sounds like a Flash/ActionScript question, but it's really a Safari question, so please bare with me.
    Hello, I am creating a website for an artist and she complains that nothing works. Mainly the embedded links (URLs). I tested the site in MSEI7 and the links work fine (but NOT in Firefox 2). I don't have a MacBook, and the one she has she says is pretty old, and doesn't know the version of Safari. The issue is that before the links worked fine, but then when I re-published the Flash SWF file the links wouldn't work on her Mac, but on Windows.
    My question is can anyone here please go to the site and tell me if you can navigate the links and if they activate? The links are *butterflybaby LA*, edenSTD, blog, *click here for my est*y, and when you click *peep my gallery* you'll see two buttons for URL links to the gallery.
    If anyone has ever built a Flash site for the Mac can you help me to figure out why in some cases the links work on the Mac but not Windows and vice versa. This is ******* me off. I'm asking here and not a Flash dev site because I want inout from people who use the same computer she does. And from I can tell Windows users use Flash and mac users use QuickTime. The ActionScript is basic URL embedding, nothing fancy. I used a combination of gotoURL("http://www.domain.com");, then gotoURL("http://www.domain.com", "_self");, gotoURL("http://www.domain.com", _parent");, and gotoURL("http://www.domain.com", "_blank");. All with mixed resluts, but none would work on BOTH Mac and Windows (and on Windows not BOTH Firefox and MSIE). Again I knwo this is a question for Flash/ActionScript, but I have a great feeling that it may Safari is having issues.
    Thanks
    Paul
    BTW - I'm using Macromedia (Not Adobe) Flash Professional 8.0.

    Stupid! I forgot the LINK! http(colon)//www(dot)butterflybaby-la(dot)com
    I did that because many of these corporate owned forums now-a-days are weird about links.
    thanks

  • What is the best way to add a blog to a flash site?

    I am just about wrapping up the construction of my site and I am left with my last small project--a blog.  I would like the site and the blog to run on the same parent site and to be as uniform as possible.  What would be the best way to do this?  I am also looking for RSS and Facebook "Like" functionality as well.  Some things to consider would be speed, ease of use, etc.
    Here is what I was thinking:
    1) I can create the blog in html, but I would like the navigation from within the SWF to be functional as well.  Is there a way to create links in an html doc to navigate to a specific page within a SWF?  I know how to link outside an SWF.  By doing this, I think I could recreate the navigation with XML. If so, I believe I can accomplish my other goals.
    2) The other option I was thinking of would be to create the blog within the SWF itself.  If I were to do this, is there any way to inlcude RSS, within the SWF?
    Any ideas would be greatly appreciated.  I am still quite new to development so I figured I would get some "best practices" insight prior to starting.
    I published the site if it is of any assistance: http://stephenpappasphoto.com/
    Thanks,
    -SP

    1) You can use frame anchors to link to particular labeled frames in a swf.  I've never used them, but it is supposed to work.  You assign the frame label and then designate it to be an Anchor in the Label type drop down in the Properties panel.
    2) RSS is basically just XML by a different name, which Flash can process directly.  Here's a link to a tutorial that might help...
    http://www.gotoandlearn.com/play.php?id=64

  • How to update flash sites without flash installed

    Hi,
    aside from using ICE, is there a way for someone to update a flash site with pictures and text who doesn't have flsah installed on their computer? i.e., how can you add as well as replace additional text and image files without doing it in flash and publishing a swf file everytime?
    Kind regards,
    Steve

    It depends on to what extent you mean to add new content.  You can add content dynamically, but the groundwork needs to be in place in the swf for the data that defines the content to be processed as well as for placement of the content.
    XML is one commonly used way of defining content.  All a person needs is an ascii text editor file to change the content of an XML file, and the ability to upload that file to a server (or an interface could also be created for them to create that document online, but that's another system in itself).

  • Flash site not working in IE after changes

    I'm working on a site (www.ontvandradio.co.uk) which is a
    full Flash site. It was working fine in IE6 and 7 but after making
    some amends last week to the content and uploading the new swf file
    it now doesn't work in IE but only on computers that have looked at
    it before. Going to it from a new computer, it works fine.
    This makes me think it must be something to do with the cache
    etc. but nothing I've tried (deleting internet files, offline files
    etc. etc.) has worked.
    Has anyone any ideas why this might be happening? It doesn't
    make any sense to me.
    Cheers,

    You could just leave the settings at their default. Did you
    publish this from Dreamweaver or Flash? All of the alternate and
    noscript information is missing. This html requires that you
    include the file "AC_RunActiveContent.js" in the same location. You
    also have to be sure that Javascript is enabled on the
    browser.

  • 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..

  • Newbie flash site help needed

    I am building my first website (for photography) and I am
    trying to learn as much as possible to do it right. I bought a
    flash template from Tempate Monster.com (#11226) and I have
    modified as needed, to include my name, and my photos. Can I upload
    this site as a whole onto the net? or do I need to input that into
    Dreamweaver or similair? Next question, is as the pages are all
    movies essentially, can I add more pages? And lastly, can I
    reference a 2nd flash template from the first, as I want to buy
    another template, which is more geared towards a photogallery,
    rather than an information database.
    Thanks for your time, I feel I am right there....but then
    again, so far away!!!

    Hi there, looks like you posted this one a couple days ago
    but incase you come back to check I think I can help.
    Well, if you're using a template within flash you can simply
    use shift+F12 to publish the site. It will create a .html, and .swf
    file in the same directory you have the .fla flash file stored. To
    publish to the web, upload the .html and .swf file to your public
    web directory. Simple as that.
    no problem linking pages etc. Just create a button and link
    use getURL(website,"_self") in your onRelease event handler. Happy
    to give more detail if you like.
    Cheers,
    Tom

  • 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,

  • 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,

  • Flash site needed

    flash website needed
    hi we are looking for a talented flash designer to take our
    existing illustrator artwork and translate it to flash, please take
    a look at some screenshots of the artwork.
    http://www.plugin-design.co.uk/demo...uginweb-01.html
    http://www.plugin-design.co.uk/demo...uginweb-02.html
    http://www.plugin-design.co.uk/demo...uginweb-03.html
    if you would like to work on this project please send through
    some examples of your work, along with a quote...
    look forward to hearing from you
    mark stubbs
    [email protected]
    01525 405040

    Hi there, looks like you posted this one a couple days ago
    but incase you come back to check I think I can help.
    Well, if you're using a template within flash you can simply
    use shift+F12 to publish the site. It will create a .html, and .swf
    file in the same directory you have the .fla flash file stored. To
    publish to the web, upload the .html and .swf file to your public
    web directory. Simple as that.
    no problem linking pages etc. Just create a button and link
    use getURL(website,"_self") in your onRelease event handler. Happy
    to give more detail if you like.
    Cheers,
    Tom

  • My Flash Site looks very low in quality (I'm viewing in High Quality)

    Hi all,
    I am wondering why this Flash site I've designed is so rough
    looking (indecipherable text, pixellated edges etc.).
    Because I was working with content already created in
    Illustrator (10), I copied them over to Flash (CS3) as vectors and
    resized them. I'm guessing this method may be a big factor but even
    text I added myself doesn't look as good as it should (namely the
    buttons and text in the 'Lotus' section); I added my own text using
    Flash.
    Here are two examples of the site (only the Lotus and
    Portfolio buttons work, clicking the Change and Grow icon takes you
    back to the home page):
    800x550
    Resolution
    Scales according
    to window size
    Also, if you go
    here you will see a
    simple jpeg.
    I'd prefer to keep the site at 800x550 resolution without
    rescaling but as you can see that isn't a good idea.
    [L=This
    site]http://ti.arc.nasa.gov/destination/iss/flash/index.html{/L]
    uses very small text (in the case of the menu on a black
    background) yet looks fine.
    Also, the thumbnail on the Portfolio page looks very bad even
    though it wasn't resized in any way using Flash (I reduced the size
    of the original image in Photoshop and changed the DPI from 200 to
    72, then imported it into Flash as a jpeg.
    Any help at all is very much appreciated!
    Niall
    PS. I changed the text to bold to make it a little clearer
    though I'd prefer to keep it regular.

    "I copied them over to Flash (CS3) as vectors and resized
    them" - what do you mean you copied over to Flash? Do you mean
    import?
    "text I added myself doesn't look as good as it should" -
    check your anti-aliasing in Flash
    "I'd prefer to keep the site at 800x550 resolution without
    rescaling but as you can see that isn't a good idea." - no,
    actually that is a good idea - not to rescale - any time you resize
    a flash document with rastered graphics, you will get distortion
    'uses very small text (in the case of the menu on a black
    background) yet looks fine." - they are using pixel fonts
    "Also, the thumbnail on the Portfolio page looks very bad
    even though it wasn't resized in any way using Flash (I reduced the
    size of the original image in Photoshop and changed the DPI from
    200 to 72, then imported it into Flash as a jpeg." - looks fine to
    me (on the unscaled version), but I don't have anything else to
    compare it to - check your image compression settings in flash
    (both under Publish Settings/flash tab and when you double click
    the bitmap in the library you can control compression settings.
    What level of compression are you using when saving from Photoshop?
    The word "graphic design" looks better here
    http://www.lotusgraphicdesign.net/
    then here
    http://www.lotusgraphicdesign.net/small.html
    , but they are different sizes. Which is the original size?
    Another note: "Because I was working with content already
    created in Illustrator (10), I copied them over to Flash (CS3) as
    vectors and resized them." if you actually imported an ai file into
    flash, I know it also imports clipping masks and things of that
    nature. When you resize an imported ai file, you may be getting
    weird results from also resizing the clipping masks, too. When I
    import an ai file, I break up everything as much as possible.
    Depending on how you import your ai file, bitmaps will be created,
    so make sure you stay away from bitmaps when possible when resizing
    any symbol.
    That's all I can really think of.

  • Flash site - swf file too large

    Hello,
    I have created a website using Flash CS5 using AS2. The site was completely custom designed using Photoshop and in then imported into Flash. The site has all of the pages in the main timeline on different keyframes, so say frame 2 is home, and frame 3 is services, etc. This is a site for my design portfolio so I have probably 5 galleries that I have made, but they are very simple, one frame will have the first picture, the next frame will have the second picture and so on. I have gotten my site exactly how I want it and works how I want it... but in the end the .swf file when published, is over 9MB which I know is wayyyyyy too large for a flash site that works fast for everyone.
    So how can I make this file size smaller. I am fairly new to this, although I had no problem getting my buttons to navigate with actionscript no problem, but my actionscript knowledge is very limited beyond that. I'm not sure where to go with this site to make the size smaller, so any help would be greatly appreciated.
    I can send someone the fla file to look at if needed.
    Thanks

    Thanks for the reply.
    Maybe you can help me a little more.
    I looked up some tutorials having to do with the AS2 xml galleries, and I found that almost all of them were for galleries with fancy scrolling options and slider bars, etc.
    My galleries are very very basic, thumbs are layed out on the left, click one and the image appears on the right. I'm not the best at using the actionscript and knowing what to do with all of it. So some of the tutorials made sense about getting files to load dynamically, but I'm not sure what code to keep in for my gallery, and what code to take out that I dont need for all the fancy effects.
    my site is http://www.mrolfedesigns.com
    as you can see, the galleries are pretty simple, I would like to keep them that way, and not have any complex scrolling or slider bars. Ive searched a lot into looking for some more simple tutorials, but am not finding any great ones that I can use.

  • Flash Site Re-design...

    So, I've been given a Flash site to redesign. However, I have no peior experience with Flash or ActionScript or anything of the like. I have the entire site copied to my local hard drive and it works perfectly...all the files are present, complete with the .FLA file as well as all the associated .AS files. I am using Flash CS5 to perform the re-design. Here's my dilemma...I need to be able to rename various elements throughout the code. From within the Actions window, there are many different types of elements that need to be changed. In the example below, the values I've placed within the square brackets are what I need to be able to change...
    var [name1]:ContextMenu = new ContextMenu();
    var [name2]:ContextMenuItem = new ContextMenuItem( "This is sample text." );
    var [name3]:ContextMenuItem = new ContextMenuItem( "This is more sample text." );
    [name2].addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, [name4] );
    [name3].addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, [name4] );
    [name3].separatorBefore = false;
    [name1].hideBuiltInItems();
    [name1].customItems.push([name2], [name3]);
    this.contextMenu = [name3];
    function [name4](e:Event)
    var [name5]:URLRequest = new URLRequest ( "http://www.domain.com" );
    navigateToURL( [name5], "_parent" );
    Now, I can change them manually, but when I save the changes, then publish the new SWF, I see a whole lot of errors in the Compiler Errors window like this...
    Layer 'actions', Frame 1, Line 1  1120: Access of undefined property [name1].
    Layer 'actions', Frame 1, Line 2  1120: Access of undefined property [name2].
    Layer 'actions', Frame 1, Line 3  1120: Access of undefined property [name3].
    Layer 'actions', Frame 1, Line 5  1120: Access of undefined property [name2].
    Layer 'actions', Frame 1, Line 5  1120: Access of undefined property [name4].
    Layer 'actions', Frame 1, Line 6  1120: Access of undefined property [name3].
    Layer 'actions', Frame 1, Line 6  1120: Access of undefined property [name4].
    Layer 'actions', Frame 1, Line 7  1120: Access of undefined property [name3].
    Layer 'actions', Frame 1, Line 9  1120: Access of undefined property [name1].
    Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name1].
    Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name2].
    Layer 'actions', Frame 1, Line 10  1120: Access of undefined property [name3].
    Layer 'actions', Frame 1, Line 11  1120: Access of undefined property [name3].
    Layer 'actions', Frame 1, Line 13  1120: Access of undefined property [name4].
    Layer 'actions', Frame 1, Line 15  1120: Access of undefined property [name5].
    Layer 'actions', Frame 1, Line 16  1120: Access of undefined property [name5].
    In addition, Within the Actions window, in the lower-left frame, there are headers (for lack of a better term)...
    - Current Selection
    actions : Frame 31,(box out)
    - [name6] preloader
    actions : Frame 1
    - [name7]
    actions : Frame 1,(menu)
    actions : Frame 8,(in)
    actions : Frame 12,(out)
    actions : Frame 17,(box in)
    actions : Frame 24,(page)
    actions : Frame 30
    actions : Frame 31,(box out)
    And within the Library dock, to the right, there are items within the "Linkage" section...
    NAME . . . . . . . . . . . . . . LINKAGE
    1. Layout
    all pages
    back button
    back button arrow
    back button graphic
    back button label
    box . . . . . . . . . . . . . . [name8]
    content area
    So, you see, throughout the rest of the code, I can change anything I want (except for the headers in the Actions window, but it always errors out on publish, then the HTML does not work properly after that. Can someone point me in the right direction? Thanx.

    If you actually have those brackets in the code, those errors would be the least of what I'd expect.  Is that the actual code you have and errors you are getting?  THe errors you show don't seem to align with the code you show.  Since some of them involve declaring new objects, and you are getting undefined property errors, that's just wrong.

Maybe you are looking for

  • Detecting renaming a file

    Hello all. I have a file "file1.txt" which is being read from a BufferedReader of a FileReader. This way, any new line appended to the file is read within the Java program. E.g. $ echo "new line" >> file1.txtThe line "new line" is detected by the Fil

  • Re: Inheritance and Inner classes

    Sorry all, I forgot to include that I loose the inner classes in codesense. And the editor will not let me reference them. Thanks again, Stu "Stu Pidasso" <[email protected]> wrote in message news:41fe9aac$[email protected].. Hello all,I'm an Eclipse

  • MacBook Pro with retina display battery question

    I recently bought a 15" macbook pro with retina display, and was wondering if my battery is working as it should. I usually get about 3:03 hours with brightness at full and keyboard backlight at full with skype (not using it but on),safari with 6 tab

  • Change tabbing shortcut for controls

    Is there a way to change the tabbing shortcut to the Enter key, instead of using the Tab key? And is it possible to set the tabbing order for controls?   Thanks, Chris Solved! Go to Solution.

  • Ruleauthor.ear and rulehelp.ear for Oracle Business Rules

    I'm following the instructions for installing Oracle Business Rules in Standalone OC4J. The instructions say you need to get files (in the subject line of this thread) from the full Oracle App Server install. This was a bit of a surprise because I'm