Flash Newbie Need Guidance

Yes, I am most likely over-confident that I can get what I
want to do done, but I have high hopes!
I am building a new site, and I am planning four flash
elements for the entire site. This is a wee bit presumptious in
that I dont really know flash yet, I do have the flash bible, and I
am willing to learn, so please guide me. I am good with PS and
Dreamweaver, so I am hoping I can have the same experience with
flash.
Element 1) My main page (
Which
Can be found here) needs a flash gallery that will move between
three seperate products. I am hoping to put in a transition between
the three products, and most importantly, I need it to work with a
database (SQL server 2000, I think) anyways, I believe you can do
this with XML and flash, basically I will create the image to be
pictured, it will be a static image that just gets displayed during
its time on screen, the only animation may be a Click Here type
thing to encourage clients to click the image. The xml of which
images to display will be updated by the DB, (I am working with a
DB pro who I think knows how to do this step) and then Flash pulls
the images, makes it so the link clicks to the product, and then if
nothing happens after say 15 seconds transitions to the next image.
I would like to put (as in what you can see online ) a FF, Rewind,
and Pause/Play button.
Any ideas on where to start to do all of that?
Element 2) A pic gallery for a particular product. Again, the
pics will be loaded by the database. Typically we sell two products
at the same time, so I need two "tracks" to display thumbs of the
various pictures. This way, my client clicks a thumbnail, it loads
a larger picture in a main window area ( I am envisioning a box
approx: 300 w X 200 H, with the tracks displayed underneath that)
then they click a thumb in the other track and it displays in the
larger window. Then they can click the larger pic to be taken to
element #4.
Element 3) Some tabs with titles like : Description Product
1, Description Product 2, Schedule, etc...
When they click a tab it display the info associated with
each tab. Again, data comes from a DB.
Element 4) Large Viewing Area - This one will be a basic box,
approx 750 x Something. Clients see larger picture of whatever they
clicked on (this btw will open in a new window) I would like this
to have a zoom feature, a move feature, and the ability to go to
any of the other pics that were contained within that track. The
Pics will again be pulled from a DB
Thats about it, a long list for someone so new, so any
suggestions on where I can start, find a tut, or even (possibly)
buy an already existing set of stuff that I can customize to my
look.
Appreciate the help
-Adam

Found this at another link. This is kind of how I imagine
element 4 but with a zoom and move feature.
http://www.westlight.net/

Similar Messages

  • Flash newbie needs help

    i'm quite a newbie when it comes to flash and need some help
    http://www.sas.se/sv/?vst=true
    you look to the right you'll see an airplane and i'll say "Billiga avgångar" next too it
    under the text you can see text in yellow being scrambled then reappear
    i was wondering how you make the text scramble then display the messeage like that?

    this is a better way to do it in one textfield.  it's easily amended to display one letter per textfield and add textfields as needed.
    (to speed up the display shorten charS even down to a one character string.)
    var charS:String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 01232456789,./<>?;':\"[]{}\|!@#$%^&*()-_=+";
    var charA:Array = charS.split("");
    var displayTO:Number
    // user defined params:
    // character change in ms
    var speed:Number = 1;
    encodeF(yourstring,yourtextfield);
    function encodeF(s:String,tf:TextField){
        tf.text = charA[0];
        displayTO = setTimeout(displayF,speed,s,tf,0,0);
    function displayF(s:String,tf:TextField,charNum:Number,index:Number){
        tf.text = tf.text.substr(0,-1)+charA[index];
        if(s.charAt(charNum)==charA[index]){
            tf.text += charA[index];
            charNum++;
            index=0;
            if(charNum<s.length){
                displayTO = setTimeout(displayF,speed,s,tf,charNum,index);
            } else {
                tf.text = tf.text.substr(0,-1);
        } else {
            index++;
            if(index<charA.length){
                displayTO = setTimeout(displayF,speed,s,tf,charNum,index);
            } else {
                charA.push(s.charAt(charNum));
                displayTO = setTimeout(displayF,speed,s,tf,charNum,index);

  • FLASH NEWBIE NEEDS YOUR HELP

    I have 4800 jpg files in my librarie, and i want to put each
    in a keyframe on scene; the idea is to make a simple movie.
    Importing a .mov movie, the quality decrease, and i just notice,
    with the jpg file the swf movie has a better quality.
    There´s some code to to this fast and easy?
    Please help me.
    sayeg5. ( very newbie flash user). By the way, i´m using
    flash cs3. Trying to learn.

    Quote from: barkingdogg on 10-February-07, 05:57:05
    sorry if i had to ask again. but when you mean during install does that mean during installation of windows?
    thank you very much for your quick response. 
    yes, in a begging of XP installation press "F6".
    hit "F6" here few times.
    then at next screen put diskette which contain RAID drivers into floppy and load them with pressing "S" key.
    load 1st one, and config. them hit "S" key again and load second one as well. you need to load it both:

  • Flash Newbie needs help with Movie Clips/Action Scripting

    Hi -
    I'm having a problem with my movie clips playing
    simultaneously and cannot, for the life of me, figure out what I
    have done wrong. I'm new to flash, so I may have set something up
    incorrectly, but here's what I have so far:
    11 layers, total: 1 layer with 10 control buttons, each
    button with the following actionscript:
    on (release) {
    gotoAndPlay(85);
    Where the number changes in relation to which keyframe the
    next movie is on.
    I have 10 movies, total, but they are only movie clips,
    essentially photo slide shows with audio, made all in the library.
    The problem happens when I click on the second or third
    button. Not only does the movie that I have selected begin to play,
    but all of the previous clips do as well, so it all sounds quite
    garbled. I don't know what I am missing in the action script, as my
    Action Layer has a stop command on it at each keyframe where there
    is a new clip to play.
    I have tried to add a stopAllSounds command, but I'm afraid
    that doesn't do anything because it is not a "sound file" per se,
    playing in the timeline.
    I'm at the end of my rope and really need some help in
    figuring this one out. My project is hanging in the balance on
    this, as I have scripted everything else correctly and it runs
    beautifully.
    Please help!
    Thanks,
    Caroline

    Each layer has a blank keyframe before and after each
    movieclip. Each movie clip is at a different frame. Even with the
    blank keyframes added, the second video starts to play and then the
    first video begins to play. Same happens if I click on the third
    button. Third plays, and starts 1st and 2nd shortly thereafter. Is
    there an action script I can put in that will tell the timeline
    that, when a button is clicked, no matter where the movieclip is,
    it will stop and start the newly selected movieclip?

  • Flash Newbie, Need Help From Flash Masters Out There

    Hi to all flash masters out there. Im new in flash
    and I only learned it trough flash help. My problem is that if i
    dont put a stop() on my first scene/layer1/frame1 my scene1 will
    immediately switch to scene2 without pressing the button. And if i
    put stop() to prevent scene1 from switching to scene2 without me
    clicking a button, all of the tweening effects in scene1 will not
    tween anymore.:( Please help, you can also email me at
    [email protected]

    Hi saxah_jean
    I am not a flash master but i think the problem can be solved
    . Try putting a stop on the last frame of your 1st scene, put a
    button on that that frame and give an action to jump to the next
    scene, frame 1.
    Abdul Aziz

  • Newbie - need guidance to start HUGE import

    Hi - I am a newbie to Mac and lovin' it! I opened iPhoto and plugged in my Canon S80 to copy about 30 photos and a dozen AVI files into the roll "fall birthdays". I am sampling with this small amount to get to know the software before my HUGE import comes... 18,000 images on my pc.
    Here are questions based on my experiment that will help understand how to import my complete library:
    #1 I noticed I have the Original and Modified folder. BUT - the modified folder holds the larger image. Wouldnt the original (larger) size file be in the Original folder? No editing was done on the images, not even keyword additions.
    #2 If iPhoto creates duplicates on every image, that's great protection, but can I possible look forward to duplicating 18000 images??? GULP.
    #3 I have AVI files that are copied into the photo folders as well. These AVI files are not usable by iMovie,etc. because they are not treated as movies. i have to copy these files into my Movies folder. How can these be handled? I have LOTS scattered in my pc folders - PSE4.0 Organizer copied them into the same folder with my photos on the pc.
    #4 I have had suggestions to use iPhoto iBuddy that will help keep track of additional libraries. Is this recommended with the large library I have? Would iPhoto work well with my huge amount of files in ONE library? If you have more than one library you cannot gather photos from each library can you?? (you can only have one library open at a time, right?)
    I am sure I have oodles of questions, but I will start here. Also, if there are tuts or otherwise on the site here, please direct me to some good resources. I am starting with the Help files, but it is a slow process learning - so much to learn since I am a switcher too!!
    Thanks all...

    Hi.
    iPhoto tutorial at http://www.apple.com/ilife/tutorials/iphoto/
    First, you should be aware of the Golden Rule of iPhoto: Do not make changes to your iPhoto Library or file structure from the Finder. iPhoto is a database application, and changing things from within the Finder can damage the database. Everything can be done from within the iPhoto application itself.
    That being said, you want to understand what iPhoto is doing. (Understandibly)
    #1 There are 3 folders which contain photo files. Originals contains all of your original, full-sized, images. Modified contains the edited versions of your photos, including ones that were rotated. This gives you the option of "revert to original" any time you want. When I edit a picture in Photoshop Elements, the size in MB of my photo usually increases. This may explain what you saw. The Data folder contains the small thumbnails created by iPhoto, one for each file in the Originals folder. Thumbnails are automatically generated and allow you to see all those images at once; without them your app would grind to a halt.
    #2 So, yes, every one of your 18000 images will have a thumbnail in the Data folder, but these are small files. Only edited (and auto-rotated) photos will have a version in the Modified folder. There is a way around this, but only if you forfeit the ability to revert to your original version. With a library this large, it makes sense to store it on an external drive, anyway.
    #3 I have many AVI files in my iPhoto Library. I have read that people have trrouble with these, but mine have worked fine so far. I do not keep these in my Movies folder at all, as then they would not be linked to iPhoto. In my Library, these video clips show as thumbnails just like my jpegs, but with a movie icon near the bottom. When I double-click on one, QuickTime launches and the clip can be played there. I had no trouble importing them into iMovie, creating a movie with them, and making a DVD in iDVD. It all worked seamlessly. However, I believe that I read from Karsten Schluter on the iMovie forum that AVI is a "wrapper" which can contain several different things -- some work, others don't. Do yours open like mine?
    #4 The top ranked member of this forum recommends iPhoto Library Manager and prefers it to iPhoto Buddy. If you use the paid version of iPLM you will have the ability to merge libraries if you should choose. Yes, one library open at a time. So I would maybe put older, lower priority photos in one library, and have another library for your current collection. Switching between libraries is easy enough. To transfer photos between libraries you could merge with iPLM and regroup. Performance of your iPhoto depends greatly on your Mac's speed and RAM. I have 5000 images in my library, but with only 256 MB RAM I have to be very patient. The more RAM, the better.
    #5 Each time you import a group of images, the photos are placed into a new "Film Roll". This is what iPhoto uses for its file structure - your photos are listed in the finder inside folders with the same names as your film rolls. For your importing project, I recommend that you select Film Roll View in your Library. This way you can rename the rolls as you import to maintain a similar structure as you already have (although it will not be heirarchical). Rolls will list in iPhoto in chronological order, so edit the film roll's date if it is different than what you want. Do not import folders that contain subfolders. Start from the bottom of your existing structure and work up.
    It is also recommended that you keep a current backup of the Library6.iPhoto file (found inside the iPhoto Library folder in Finder). This contains albums, info, keywords, etc. and is vital to have in the case of a database corruption.
    Have fun with this big project. I'm sure others here will add their valuable input, as well. If you'd like further clarification from me, I'll be glad to help.

  • Startup script error-newbie needs guidance

    I am seeing a new error from my startup script...can anyone give me assistance...
    mac os 10.4.3.....
    error with adobe file...........adobelibrary2.jsx
    line 220: throw localize ($$$/was/store/err3=errr reading storage information: file not found")
    to view a photo of the message
    http://domphoto.com/errorphoto.png

    Something has gone wrong with your file permissions.
    Go to Folder:
    [User Library]\Application Support\Adobe\ScriptStore
    Delete all the files in that folder, and restart.
    Somehow, your account lost permission to read those files.
    Bob
    Adobe Workflow Scripting

  • Newbie needs guidance on BC4J

    I'm struggling to get my head round something. I'll keep it simple??
    I have a user table (userid, username)
    I have a message table (messageid, userid, message)
    I have created Entity Objects for the user and message tables.
    I have created an association between the user.userid and message.userid. I have created a view object based on these 2 entity objects as follows
    select username, message, userid, messageid from
    message, user where user.userid = message.userid;
    When testing this single view object using the tester in Jdeveloper the functionality I require is that when a user wants to create a new message they click new and insert a new message yet pick an existing user from the user table. However the BC4J framework creates a new instance of Message entity and a new instance of the User entity. I do want to create a new message but not a new user!!
    Where am I going wrong? I've read through lots and lots of docs but do not seem to find something this simple. Any pointers would be great. Thanks.

    Try it this way.
    Create a new view and add to it first the message table and only then the user table (note that the user table is added as a read-only table).
    This should do the trick.

  • Flash newbie wants to know how to open a new browser

    Hello all! I'm a flash newbie who needs some help!
    I am building a flash website. To navigate within the site, i
    made buttons which use the "gotoandStop" behavior which takes the
    user to certain frames within the my Flash file timeline. However,
    I want this to happen in a new browser window for the user, like a
    popup.
    How do I do this?
    THANKS in advance, and I hope someone can help!!!

    Oh, someone just told me....hit the space bar. 

  • Need guidance in displaying graphics shapes on image

    I would like some help drawing a circle over an image which is displayed in JScrollpane through JLabel, The goal is, whe we click over the image, the image apperas with a small circle in the place we have clicked. I have used JLabel for displaying image in JScrollpane by using imageLabel.setIcon(new ImageIcon("default.jpg"));
    I need to draw circle/rectangle when i click on image by this i need to select different points in the image by drawing circles/rectangles over the image.
    If you understand my problem than please guide me for the same.
    Thank you

    Don't post the same question multiple times. It's rude, as it leads to people wasting their time duplicating each others' answers.
    http://forums.oracle.com/forums/message.jspa?messageID=9385315#9385315
    http://forums.oracle.com/forums/message.jspa?messageID=9385314#9385314
    Need guidance in displaying graphics shapes on image

  • Need guidance on statspack report

    Hello Friends, How are you. I hope you all will be fine.I need guidance on statspack report. I do not know how can i resolve wait events. Please help me and give me some time for considering statspack report. If any one willing to do my help its really honour for me. In reply just show me email address and i contact you for you kind consideration.
    Thanks in advance

    Either post the report here, or send it to me at [email protected], and I'll try to give my 2 cents on it.
    Daniel

  • In recent weeks many websites show "blocked plug-in". Clicking onto it reveals a notice that my Adobe Flash Player needs updating but I'm not able to do it because Step 3  of the update has "blocked plug-in" in it.

    In recent weeks many websites on my OS X (10.6.8) have been showing a white patch with "blocked plug-in" on it preventing access to all of the site. When I
    click onto it a message appears stating that my Adobe Flash Player needs updating and when I have downloaded the upgrade & moved  to Step 3 I get
    a "blocked plug in" on it as well. How do I resolve this issue?
    Archeee

    When you have installed the latest version of Flash, relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser.
    You can also try these illustrated instructions from C F McBlob to perform a full "clean install", which will resolve the "Blocked Plug-in" message when trying to update via the GUI updater from Adobe.
    Use the FULL installer for 12.0.0.44:  Flash Player 12 (Mac OS X)
    And the instructons are here: Snow Leopard Clean Install.pdf

  • My start up disk Macintosh HD is full on my McAir OSX 10.9.4 memory 4GB. I need to clear the disk so that I can update it with the new software IOS 10.9.5 requiring 2.05GB. Need guidance on how to clear space.

    My start up disk Macintosh HD is full on my McAir OSX 10.9.4 memory 4GB. I need to clear the disk so that I can update it with the new software IOS 10.9.5 requiring 2.05GB. Need guidance on how to clear space.

    For information about the Other category in the Storage display, see this support article. If the Storage display seems to be inaccurate, try rebuilding the Spotlight index.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
              iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then restart the computer. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation—not the mythical 10%, 15%, or any other percentage. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) or GrandPerspective (GP) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one. Note that ODS only works with OS X 10.8 or later. If you're running an older OS version, use GP.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install the app you downloaded in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    sudo /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Ignore any other messages that appear in the Terminal window.
    The application window will open, eventually showing all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • 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

  • Phone wont turn on and brings up an error of flash drive needs to be accessed and keepout, what can i do??

    phone wont turn on and brings up an error of flash drive needs to be accessed and keepout, what can i do??

    is the phone jailbroken? if so, no help can be given here.

Maybe you are looking for

  • Question about multiple ipods on one computer

    I set up my own ipod nano on my computer and I have been using it without problems for some time. Now someone else in my family got the same ipod nano. I do not know how to set up this new ipod. Do i use the same software already on my computer? Do i

  • Can't copy .doc, .xls. pdf's

    Ok, I'm on OSX 10.4.7 connected to my windows xp home through my linksys wireless router... The problem I'm having is trying to transfer files over but I keep getting "The operation cannot be completed because you do not have sufficient privileges fo

  • Adobe Premiere Pro cs5 has eaten a free space on the hard drive!

    The initial video file was about 1Gb, I needed to cut it and add audio to it. I tried exporting with DV PAL encoding, there was about 15Gb of free space on the hard drive. It took a long time to export and somewhere at 90% it showed the message that

  • Planned cost with VPRS condition type

    Hi, Planned cost of sales order corresponding to condition type VPRS does not appear in report like KKBC_KUN though it appears for condition type like EK02. How to get planned cost also for VPRS in report like KKBC_KUN. With regards, Mrinal

  • Over-riding the "create or replace" function in WriteToSpreadsheetFile.vi

    I would like to modify the WriteToSpreadsheetFile.vi so that it automatically replaces a file, without asking me if it is okay to replace it. i.e. I want my file to be just one line, and not have to append it.