Making a "Flash" Website....confused

i admit im a complete amateur when it comes to building
websites. I went on template monster.com and saw a template that I
loved. I bought it and began using flash to edit it. Im ok
experienced in Flash but abd at actionscript. Anyway Im still in
the building phase of my website when I start thinking to my self,
How am I going to be able to let users register as members to my
website?
I go online and learn that im going to need a content
managment system which my webhost aready gave me. I also know that
when im done editing my Flash website I need to Publish it in HTML.
Heres where I get lost, after I publish the HTML in Flash and say I
open it up in Dreamweaver.....I cant do nothing to edit it in
dreamweaver its just an SWF File.
What if anything do I need to do to let open source software
work with my Flash website?

Hi,
If you are going to do your site with Flash, then I do not
think it is possible to use Opensource with it, because Open Source
CMSs is actually work on a template structure that is turn your
HTML code to PHP and embed in it PHP codes that call external
functions (Modules). If you like to use PHP with Flash, you will
need to do it manually without relay on an Open source CMS.
Hope this helps

Similar Messages

  • Integrate Flash banner in Flash website?

    I'm building a portfolio website for my design work. The whole website is Flash based.
    I have a Flash banner that I would like to add to the website but I can't seem to place it on stage.
    Is there a way to stream the banner? If I do that, how do I place it's location on stage?
    Thanks!

    Assuming that you are making the Flash website, just use a loader to load the .swf file and add it to the stage, like you would an image:
    pseudo code (meaning that im just typing from memory, so it should work but might have an error)
    var myLoader = new Loader();
    var myBannerUrl = ("bannerFolder/banner.swf"); //full url OR path relative to the file loading it.
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, addMyBannerToStage);
    //to be thorough, an error listener and posibly a progress listener would be useful
    myLoader.load(new URLRequest(myBannerUrl));
    function addMyBannerToStage(event:Event):void{
         myLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, addMyBannerToStage);
         var myBanner = myLoader.content as MovieClip; //if you want to access its functions/vars etc like any movieclip
         myBanner.x = 0; // x position
         myBanner.y = 0; // y position
        addChild(myBanner);
    HTH
    -Ted

  • Can someone explain the structure behind this common practice in most flash websites?

    I'm kind of a newbie with flash. I havent used it in a long long time and when I was using it, I wasnt really fully understanding what I was doing at the time. Anyways, it's been like 10 years now and I have to use it to make a website, but I can't figure out how others are doing this specific thing. I understand the basic concept of how flash works with making a website, and I've even built a very basic website with audio/video and mouse interaction, but now I want to step it up. I've seen many flash websites before and some have a lot of things going on at once and I'm wondering how you implement that smoothly while still allowing mouse interaction and navigation. I know this sounds confusing but basically, what I mean is:
    let's say I have a website and on the website I have buttons that lead to different pages(frames) when clicked. On the main page I have something like a bird that flies from left to right. Let's say that the bird is in the middle of the screen and a user clicks a button. How do I make it so that the bird continues to fly off screen before switching pages? Obviously, I cant tell what the location of the bird will be when the button is clicked since it will vary from user to user so I am completely confused on how to structurally set this up. Would the bird be it's own swf embedded in the main swf? Or is this feature a massive keyframing project for every frame of animation that bird has?
    Also, how do have multiple animations that run on different clocks looping simultaneously? What I mean by this is, lets say the previously mentioned bird has a 25 frame animation loop and a second element, like a sunrise/sunset has a 30 frame animation loop... how do I loop both of them so that they loop seemlessly at the same time? Will I have to animate both of them in a loop until both reach a common frame (150 frames from 6x 25frame bird loops and 5x 30frame sunrise/sunset loops)?
    Thanks,
    MorisatoKei

    You will have to experiment to see what works well and what doesn't.   You can have things animating along a timeline in parallel, but you can also have them be their own movieclips and animated when commanded to play().
    In the case of your bird flying off before a button click is processed, you could manage that as follows.  Have the button set a variable that is defaulted at false to be true.  At the end of the bird's flight, you test that variable ( as in ... if(variable == true)...) to see if it is true, and if so, you process whatever command that button is intended for.  If you used a timeline animtion for the bird, then that test would occur at the last frame of the animation.  If you used a coded tween to move the bird across the scene, then you could use an event listener to detect the animation completed and do the test then.
    There are almost always a variety of choices for achieving the same design goal.  The key to determining a solution is knowing what tools you have to work with... and coming to know what those tools are and how to use them is where learning comes in.

  • Best Flash website practices

    Hi there,
    I'm creating a flash website of my portfolio and, even though
    I am not very good with AS, and I'm probably over complicating my
    life the way I'm doing it, I would also know which is the best/most
    usable way of creating a Flash website.
    What I mean is, I was taught to do the browsing through
    scenes, but I read somewhere that that's not a very good practice.
    So I thought of creating each .swf separately and calling it
    through a loadMovie, but I got stuck when it goes in the movie, to
    call back another .swf (meaning, the different sections of the site
    that are browsed through with the menu buttons).
    Does anyone know which would be the best way to set up the
    flash website?
    Thanks,
    N.

    Thanks all!
    Well, what Rob said is what I've been doing, but I get
    confused. So, I have my main movie with all my loadMovie in
    different frames, right? Once one of them plays, how does it go to
    another one in the main frame?
    I'm not sure I'm making myself clear.
    Ok, let's put an example:
    My main movie is, let's call it, index.
    In it, I have 4 frames: home, web, photography and drawings.
    I enter photography, where there's a button to go back to
    home or photography or any of the other sections. How do I tell
    that button to go to the movie within index and play a specific
    frame? Is that possible?
    Btw, Dave, what's the difference with MovieClipLoader and
    loadMovie? I'm using AS 2.0, cos I am way unfamiliar with AS 3.0.
    Thnx again,
    N.

  • Alternative ways to load Flash website

    Hello, I have created a fully Flash website and as I continue
    to add images to my swf file obviously it is taking longer to load
    the site. I think I have created a pretty slick and straight
    forward preloader, but as I continue to add images to my site it
    will force the user(s) to wait longer and longer for the entire
    site to load. Where I live and work I have a very fast connection
    speed (20 MB/s +) so my site loads very quickly, but when visiting
    a friends place my site seemed to take forever. Instead of creating
    a low bandwidth version I want to keep what I have.
    My main question- Is there a way I could load the entire site
    up front to a certain point (say 25%) and allow the user to begin
    to navigate through the site and anything that hasn’t
    finished loading yet will just continue to load dynamically (or on
    demand once the user selects a certain image). The user could see
    the progress of items loading as they navigate around.
    My website is:
    www.abromphoto.com. I run a
    photography business and am a beginner with Flash, but understand
    web technology. My portfolio section of the site is about 90% of my
    content. I would love for images to load dynamically as the user
    begins to view images that have already loaded. Or, possibly
    display all thumbnails for my images and then load the particular
    image on demand once the thumbnail is clicked (so if they go back
    to that image, it is already loaded). I honestly don’t know
    how to search for this kind of thing.
    Any help would be greatly appreciated!

    There are a variety of options that you can use/combine to
    make things seem more streamlined. Preloading is always a good
    thing when you have a sizeable site. As far as quitting at a
    certain percentile, it can be a gamble. The on-demand route would
    be a good approach where it's practical... but if you end up
    on-demanding everything, it can be disruptive to the user's viewing
    pleasure. You could also consider making separate swf's for
    different sections and loading them as needed, possibly with some
    lightwieght loading-time eye candy that makes it seem like more of
    a transition than a waiting period. For image groups, you might be
    able to incorporate a gradual one-by-one loading where each image
    transitions into view after it loads, giving the impression of
    being an intended gradual display.

  • Flash Websites - content panel

    Hi There
    I am new to flash and am looking for a tutorial which will help me create a specific end product.   I am trying to make a flash website (which i have the designs for) which will have links down the right hand side, but when the link is clicked a content panel apears in the middle of the screen with the correct text in it and maybe a link to download a PDF,  there will be a few links down the right hand of the screen and therefore different content for each link.  the site will only consit of 1 page and the only thing which will change is this content panel which is centralised.
    Any help would be very appreciated.
    Thanks

    I don't know of any specific tutorials for what you want to build, but it sounds like you should be able to create each section as a movieclip and use the buttons to make the current section invisible and the called section visible.  What you might try doing to get started is to use Google and search for code related to whatever version of actionscript you'll be using in terms of making buttons work.

  • I NEED HELP! Making a flash email form using php.

    Hi, my name is Sean, I'm making a flash contact form using php for a website.
    I'm having a hard time with the php. Can some one help?
    Click here to download my source.

    Satellite A505-S6005 
    ACPI Flash BIOS version 1.40 for Satellite A500/A505 (PSAT6U/PSAT9U)
    When you execute the download file (sat6v140.exe) it decompresses into several files in the sat6v140 folder. 
    Among those, is the readme.txt attached, which explains how to create the CD.
       Burn a CD or DVD from an ISO file
    -Jerry
    Attachments:
    readme.txt ‏14 KB

  • Who makes the nicest, easiest to use Flash website design software?

    Please forgive the beginner's question. I would like to build
    a flash site like
    http://www.hockaday.org from an
    easy to use Flash template. You get what you pay for so my first
    choice isn't something for free but a 30-day free trial version
    would be nice.
    What I like best about
    http://www.hockaday.org is the
    great menus and that pictures continually reload in interesting
    ways.
    Maybe a template is too restrictive. Who makes the nicest,
    easiest to use Flash website design software that allows fast
    creation of those fancy menus and with other fast features to do
    nice things with pictures and motion?
    I need to create a site like
    http://www.hockaday.org
    immediately so I don't have the time to learn Flash first. What's
    my best bet?

    you are in a catch 22 - you don't have time to learn flash -
    yet you need to build an entire site
    immediately - you can't - sure you can download a template
    that is similar but if this forum is any
    proof, you almost need more flash knowledge trying to
    decipher most templates in order to edit them
    - search this forum, there are several posts per week from
    non-flash users who purchased templates
    and have no clue how to edit them. Often times it is hard for
    an educated flash user to
    reverse-engineer a FLA made by somebody else - Flash
    documents are blank canvases that can be setup
    a myriad ways by different users making the same thing - some
    developers are more organized than
    others - most templates are not organized but rather thrown
    together for a quick profit.
    You will simply need to learn enough flash to understand how
    it works or hire somebody to edit the
    template for you.
    hope this helps.
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    e.Shubee wrote:
    > Please forgive the beginner's question. I would like to
    build a flash site like
    >
    http://www.hockaday.org from an
    easy to use Flash template. You get what you
    > pay for so my first choice isn't something for free but
    a 30-day free trial
    > version would be nice.
    >
    > What I like best about
    http://www.hockaday.org is the
    great menus and that
    > pictures continually reload in interesting ways.
    >
    > I need to create a site like that one immediately so I
    don't have the time to
    > learn Flash first. What's my best bet?
    >
    >
    >

  • How to make flash website

    Hi I have never made a flash website but I can make html website. Can anyone point me towards good tutorials for making flash sites.
    Thanks

    You can try lynda.com, which is a fee-based tutorial site.  I've never used it but haven't heard anything bad about it yet.

  • When using any flash website my cursor disappears.

    When I open any webpage with any kind of flash website and I click on anything, the cursor disappears. Therefore making me move my cursor off the webpage to get it back on the screen. This makes it impossible to play any games or quickly access certain webpages. Please help!

    I only have this issue with certian flash websites. I am able to play games on the games sites I have visited fine, and most flash works fine.
    However on Hulu.com, after loading a flash video, I notice that when I scroll down the page to look at comments, the cursor simply disappears. I can find it again when I mouse off the page. It happens consistently on hulu after I have unflashblocked a video. (I use the flashblock addon.)
    Just now I went to hulu and the mouse disappeared and froze for 5 seconds when the page loaded. I had created a Guest Account but apart from this I am not able to replicate the terrible behavior with firefox/flash/hulu, but I have not spent much time using it. I don't know if Flash Block has anything to do with this behavior.

  • How do I use Brige Web Gallery in a Flash website

    How do you use the output of a Brige Web Gallery for use inside of a Flash Website?

    Hi there -
    I'd try posting your question over in the Flash general forum. You could also try the Flash site design forum. The folks over there will probably be able to help you solve your issue

  • Adding payPal shopping cart to a Flash website?

    Hi there,
    I'm a newbie, creating my first flash website and my first shopping cart, so  be easy on me.
    I've done  a lot of research, however was unable to find any tutorials on how to  set up a  Paypal shopping cart or any other secured shopping cart in a website  that was created in Flash professional CS5, actionscript 3.0. Paypal's  tutorial is  only for html (copy/paste the code in your html website and voila) but  how to integrate shopping cart in Flash website? Any help would be  appreciated.
    This is my first time setting up a cart on a website. I  have a "shop"  button on my site (see picture below) that I would like linked to an  external  page preferably with my items that I would like to sale. Not  sure if paypal's shopping cart can do what I want it to do. Once the  user clicks on the "Shop" button, I'd like for my customer to be able to  see a picture of the items I have for sale, price for each item, a box  where the buyer can write quantity of item desired, add to cart button  and then check out button. With paypal shopping  cart, can I add  pictures beside each item I am selling when entering the  price on  paypal's website or I have to add the pictures of the items I  am  selling directly in my shop section of my website and add a buy now   button for each individual item and then copy/paste the email link  provided by  Paypal to each of my buy now buttons and add that code to  my "Actions" layer within Flash? How would the script look like? And  what if later on I want to add additional info to an item, change price  or delete it completely...would I have to make the changes everytime  within paypal only or I'd have to make the changes on both paypal and my  flash file and upload new copy to server? I'd like for my cart to  integrate with my site (keep the same look and feel, same  layout/background color) preferably but what ever way is the easiest.  Thanks for your help.

    Any source that provides embed code to add to your webpage should work. So in other words if E-Junkie provides the HTML code that you simply embed in your own code it will work. If it requires a certain plugin be installed it may or may not.

  • How do you use an Adobe Bridge Web gallery in a Flash Website

    How do you embed the output from Adobe Bridge Web Gallery into a Flash Website?

    Hi there -
    I'd try posting your question over in the Flash general forum. You could also try the Flash site design forum. The folks over there will probably be able to help you solve your issue

  • Anyone know why my flash website does not work on mac devices ?

    My site is this http://www.solecom-web.com

    Yes but the flash websites do not display correctly! All imac with safari have problems viewing flash;
    I have asked to others ; all problems with safari and imac!
    Flash only works with Atomic Web Browser on Imac

  • How do I add an html link/banner to a page in my flash website?

    I purchased a flash website template and am in the process of editing my main.fla file.  In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site.  However, I cannot figure out how to place an html link/banner on my site for other businesses.  If I paste the html code in a text box, all that shows up is the html code rather than the image and link it is meant to generate.  Please help!

    Flash only supports a small amount of html in text areas.  If what you re trying to include is within what it supports, then you assign the text to the textfield using the htmlText property of the TextField...
    tfield.htmlText = "<a href="...">link</a>"; // will display "link" as a link

Maybe you are looking for

  • Open a file using java......... how?

    hi all I have a prob with my code the problem is by using the FileChooser like file = fileChooser.getSelectedFile(); I have the file name but how can i open that file e.g. if file is word document then that file should open in word , if that file is

  • Jms signed applet with SP3

    Hi,           I am using a thin client version of weblogic client & jms jars for my signed applet.I am getting an exception when I try to initialize the applet without closing the browser window. This was an issue in SP2 and was reportedly fixed in S

  • New Computer Questions

    Hi I have two clients who are asking me to upgrade my computer. The type of work I do is slightly different from most people, in that I do content for video projection. Almost everything I do uses a non-standard resolution. For example the current pr

  • Strange behavior with Firefox

    Hi Team, I am using HTMLDB V2.0 and Firefox V1.5.0.1. I used wizard to create a report/form application. However, when I press a button to update the form all the buttons line up in a vertical row and I then have to press the same button again. My ap

  • Component item category "N" - Stock

    Hi, We use item category "N"  and procurement type Purchase Requisition for Network" for materials components. Sometimes, once we have assigned the component to an activity we realize there is available stock in a storage location, what means we do n