New to flash, need to edit

ok, this is my flash image
http://www.businesslink.abdezines.com/pagecurl.html
this is my first flash image but have noted that i would
rather have delay of say 5 seconds before it starts so that my
viewers see the hole thing properly however when i have gone to
open the file back up in flash it wont let me edit it. i am using
dreamweaver to input this but am now a little stuck, any
help?

if youre using AS2, insert this on the button itself.
on(release){
getURL("
http://www.blahblah.com/whatever.html",
"_blank");
OR, give your button an instance name, and place this on a
FRAME, not the button. assuming your button has instance name of
my_btn
my_btn.onRelease = function() {
getURL("
http://www.blahblah.com/whatever.html",
"_blank");
If youre using AS3, i believe the command is navigateTo or
something, but you'll have to check the help files. good
luck

Similar Messages

  • New To Flash Need Help

    Ok Ive been doing alot of tutorials but none seem to cover my
    problem though some have helped they have given me enough knowledge
    to only dig my hole deeper. Ive done Total Trainings CS3 essentials
    and a bunch of Lynda.com stuff too.
    All Im trying to do is make tutorial Videos for new
    employees. I want to build it using a Flash interface.
    All I want to do is have a main screen (which I can build)
    and from that main screen you select these thumbnails of each
    video. Each thumbnail opens a specific .FLV in the FLV player and
    when its done the FLV player closes and you back at the selection
    screen (this is the problem).
    How do I set the button to open the FLV file?
    Do I import the File to a diffrent layer and place it on the
    Timeline or do I make it in its in SWF and then refer to it from
    the button?
    How do I get it to close when its done playing?
    Any help would be appreciated.

    I'm not working in CS3, but here's the basics. you should
    make a swf with your list of buttons that refer to the different
    sections of tutorials. each button will then set a new 'path' to
    the associated flv to play, and begin the download to start the
    video. You will have a FLVplayback component on the stage which
    each file is 'streamed' into regardless of which file is selected.
    when the user selects a button from the list, you will simply set
    the 'contentPath' parameter and call to a function that then loads
    the video into the component. the FLV playback component has many
    handlers for al types of events, including 'complete' which you can
    set up to do anything like advance to the next video in series or
    trigger another event to prompt the user to do something else.
    Look up the ... FLash Help>>Component Language
    Reference>>FLVPlayback Component ... for more info than you
    can imagine :)

  • New to flash, need advice

    hi, i made photo of one very cool wallpaper, i would like to animate it in resolume avenue, i think i should make layers of the image in photoshop and then make it move in flash, or is it possible to make layers also in flash? i prefer PS as i am really used to it, but if it is more convenient in flash i could switch it. there are different geometrical objects i want to move to all different directions, i've heard that after effects is good for it, but resolume supports more flash so i would like to know what people with more experience think, thanx a lot for your answer.

    If I can create the graphics I need in Flash then that is what I normally do.  Flash creates scalable vector graphics which can be an advantage if you need to scale the swf file.

  • New to Flash need assistance with autoplay

    I purchased a template from template monster that has a Flash Intro. It has a header with a previous and next button and three photos.  When the site loads up the first photo drops into place and text flies out from the sides of the photo then when you hit the next button the next photo drops in with its text and so on.  I was able to change the photos and text and all works fine.  What I want is for the banner to automatically rotate these three images and texts every 4 seconds or when someone hits those next or previous buttons.
    Right now the images/text only move if you hit the next or previous buttons.  Can someone please point me in the right direction to get this to automatically move by itself.
    In dreamweaver I set the Flash to autoplay and loop but that did nothting.

    use setInterval (as2) or the timer class to call the next button's onRelease().  (be sure to clear and re-set/re-start the interval/timer when the next or previous button is clicked).

  • I AM BRAND NEW TO THIS AND HAVE PROTECTED A DOCUMENT THAT I NEED TO EDIT.    DOES ANYBODY HAVE AN IDEA ON HOW TO DO THAT, IT IS AN ENCRYPTED PASSWORD, SO I AM NOT SURE

    I HAVE ACCIDENTALLY PROTECTED A DOCUMENT THAT I NEED TO EDIT.  IT IS AN ENCRYPTED DOCUMENT THAT I PROTECTED TOO EARLY.
    I AM VERY NEW TO THIS, ANY SUGGESTIONS???

    It's OK, don't worry about it.
    I assumed before that you don't know the password that you used. If that's not the case, then you can simply go back to File - Properties - Security and remove the security policy by setting it to "No Security" and entering the password when prompted. Then save the file and re-open it.

  • HT204053 i need to edit my apple id from old email to new for i cloud  and i not able to do that, any ideas

    i need to edit my email address from i cloud to my new address so my apple and icloud are the same,   it will not let me edit, anyone know were i can?

    Hi, harrietfromutah.
    Here is the best resource to reference when needing to change your Apple ID email address. 
    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/HT5621
    Cheers,
    Jason H. 

  • Should i use flash to create/edit an swf interactive online book?

    Hello I'm new to Flash; as Indesign limits what I can do in terms of sound for interactive swfs (specifically I need an mp3 player/controller that would allow a reader to control a number of sound files from any page of the swf), would flash be a suitable program for creating such a book? The aim is to upload the final swf to a website for viewing online.

    Just a follow up if you don't mind... My main issue is with an mp3 file I placed in indesign, opting for a floating controller; the problem is that the controller is huge and the file stops playing on page turn, and I can't change either of these things from indesign. Can I make these changes in flash or flash builder while preserving the swf document as it is? Or should I restart the project from within flash? Ideally I'd like to use indesign to create ebooks with interactive audio, and edit them in flash to give them an interactive transcript feature that indesign can't do. Is this a reasonable workflow?

  • New at Flash

    Hey All,
    I am new with flash and i am creating a site and i have
    created a button which i want to modify.
    So i basically copied it and now when i make chnages to one
    button, it effects the other ones also.
    Can someone help me, its prob easy but i am blind.
    I have done a search also and could not find anything, so
    sorry if its already been posted somewhere.
    Thanks in advance :)

    This is because you have many *instances* of the same symbol.
    The reason for
    this is that if you need the same thing on stage many times,
    it is more
    efficient in terms of filesize of your finished SWF to use
    the same symbol.
    What you need to do is:
    Select the button you want to change.
    In your 'Properties' panel, click the 'Swap' button.
    At the bottom of the panel that pops up is a button that
    looks like 2
    squared with an arrow - click this.
    Give your duplicate symbol a new name.
    Click OK.
    Edit the new symbol.
    Repeat until done!
    HTH
    Remove '_spamkiller_' to mail

  • Bought a new 4s and need to transfer photos from iCloud to new device. iCloud is giving me an old @me address. I do not have the email or pw  for the iCloud account. How do I retrieve this information? Thanks.

    Bought a new 4s and need to transfer photos from iCloud to new device. iCloud is giving me an old @me address. I do not have the email or pw  for the iCloud account. How do I retrieve this information? Thanks.

    If you need to change the iCloud ID on your new phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • About in tears from new adobe flash player 10.3 not working

    After installing the new Adobe Flash 10.2.153.1 on my Windows7 64 bit computer, it can not be found when using my IE8 (does not show 32 or 64 bit only 256-bit).
    I have uninstalled using your reference on "please read: when asking Flash Player questions" and then reinstalled. It is on the programs list as installed but when I go to a site that needs me to use Adobe Flash it says I need it install it. Whn I go to the adobe web site to verify that I have installed Adobe Flash it only has a box with a small red x in the corner.
    I have updated my devices drivers.  I do not completely understand what a "kill-bit" is; however, I have gone into my registry and there is no registry keys that have {d27....etc}. There are many other numbers and most have a compatibilty flag of 0x00000400. So I must not have a "kill-bit" for Flash Player set. Not sure what that means.
    Can you help me? And have I given you enough info?
    Thanks for any help you can give me.

    FYI - have uninstalled adobe flash player since we last replied should I try to install again?
    I have checked this too and
    *Shockwave Flash Object installed and Enabled. version 11.5.7.
    * Yes at medium now (was at med high)
    * have mcafee but just installed tonight your recommended microsoft security essentals (did a quick scan tonight)
    * C:\Windows\SysWOW64\Macromed\Flash - FlashInstall (txt file) and Install (txt file)
    * No error messages - was told it was installed successfully
    thanks!

  • I need to edit out parts of a song to cut it down to two minutes for my daughter's talent show. I went to info and it will cut down one part but only one part. I need to put three parts together. I tried adding duplicates of the song to the list but if I

    I need to edit out parts of a song to cut it down to two minutes for my daughter's talent show. I went to info/start time and it will cut down one part but only one part. I need to put three parts together. I tried adding duplicates of the song to the list but if If I change the start time on one it will change it on all of them.

    In your library, right-click the song you want to edit.
    select "get info".
    go to "options" and select the start and stop times for your first section of the song.
    click "OK".
    Find the shortened version of the song in your library. It may take a minute for it to show up. right click it again and select "create (????) version". (the ???? is different for different formats).
    The library will spit out a new, second version of the song which you can rename. I suggest you use the original title and add a 1 to the end.
    Now you can go back to the other version and repeat the process with a different  start/stop time.
    Once you are done editing, you can burn all of your versions to a disk, just make sure your interval time is zero so there are no gaps between edits.
    To keep the orginal song on your library, just go back to the original and put the start/stop times back to the original settings.

  • Quicktime and new Adobe flash don't work!!

    Ever since I have ? downloaded new iTunes/Quicktime updates I cannot get Quicktime to play any movie trailers. Also, when I go to any sites which need a Flash player, I am unable play any flash related videos. To add further frustration, I am unable to download the new Adobe flash player. It "downloads," but goes nowhere on my computer and is nonfunctional!! I feel like because I have an "old" Mac with Panther (which otherwise works great!), I am slowly being phased out of all the new downloads as they often either don't work or screw up my system. Help!!

    Hi again Stephen,
    That's great! I'm glad that that got you back on the track.
    I personally Repair Permissions about once a week or so (though the need to is highly debated here in Discussions).
    You might be interested in having a look at About Disk Utility's Repair Disk Permissions feature.
    Always Repair Permissions from Disk Utility on you HD before and after any Software Update/Upgrade for trouble free downloads.
    Glad I was able to help and thank-you for the courtesy of extending the Solved star!
    good luck,
    littleshoulders [:-)

  • My laptop has crashed and I'm in between getting a new one but need to update my iOS on my iPad, is there anyway of doing this without a laptop or computer?

    My laptop has crashed and I'm in between getting a new one but need to update my iOS on my iPad, is there anyway of doing this without a laptop or computer?

    If you can't update via wifi, you can use a friend's computer, or an Apple store will do it for you.
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 4: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom
    PS When you get your new computer.
    Sync Your iOS Device with a New Computer Without Losing Data
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive
    https://discussions.apple.com/docs/DOC-3141
    Message was edited by: Texas Mac Man

  • I have a PC desktop and an iPad.  I have a large library of PDF documents on my desktop that I would like to sync with my iPad.  I would like to be able to download new PDF's and make edits on existing PDF's on either device and have those edits and new P

    I have a PC desktop and an iPad.  I have a large library of PDF documents on my desktop that I would like to sync with my iPad.  I would like to be able to download new PDF's and make edits on existing PDF's on either device and have those edits and new PDFs synced to the other device.  I would also like to have my library available on the iPad even if there isn't a wifi connection (i.e., not on the cloud).  Is that possible.  I don't mind if I have to purchase a separate product or a product upgrade ect.

    You can't use an external hard drive like you would with a computer.
    You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    When you first connect the USB flash drive, you will only see thumbnails of the pics on the iPad; you have to import the pic file to see the full size. With your large library of pics, you will have to do this repeateably and then delete pics so you don't exceed your memory capacity.
     Cheers, Tom

  • Am new to imac; need flashplayer to view some websites.  Which one is safe to download?

    am new to imac - need a flashplayer to view some websites.  which one should I use and is it safe to download?
    does apple have similar program to use and would sites accept it?

    Hi,
    Here's a Link for Flash Player...
    http://www.adobe.com/software/flash/about/
    Cheers,  

Maybe you are looking for

  • IMovie 6.0.3 theme rendering in 16:9 in a 4:3 project

    In addition to a problem with the brightness of the lower third element of the "Passage" theme (where big transparent letters are moving in front of the movie/image in the drop zone) I cannot use this theme any more because it renders using 16:9 aspe

  • EHP5 - Dump in WD ABAP form link in Portal

    Hi Experts, EHP5 has been upgraded in Portal. Now whenever we are clicking any WD ABAP form link in Team Dashboard we are getting the following dump------ 'An exception occurred that was caught'. When we debugged the WD ABAP code we found the error i

  • Signing 2 different classes in the same package differently.

    I have a class B in the default package. I have another class C which is kept in a jar file without any package information. I have signed this jar file in using one alias in my keystore. class B instantiates class C and passes its own reference to i

  • Configure Network Level Authentication for Remote Desktop client

    We publish Remote Desktop in our Windows 2008 R2 terminal server. However, in Windows 2008R2 , the remote desktop client will a lillte bit slow I found out that if I modify the setting in default.rdp authentication level:i:0 enablecredsspsupport:i:0

  • Downloading iTunes from USB stick

    I copied my iTunes catalogue to a USB. Now i would like to copy them back on to my iMac after rebooting. I keep getting a message saying; The operation cannot be completed because the item "resources" is in use. How do i get past this one and will th