Dreamweaver/Flash Help!!!!!!!

So this is my first time using either of these programs, and
my head is spinning.
I have a few questions,and any help would be GREATLY
appreciated.
1. How do I create a flash button from a picture in my comp?
2. How do I save that in flash to prepare it for Dreamweaver?
3. How do I put that flash file into Dreamweaver w/out the
white box around the pic while it plays??
4. How do I move the icon to anywhere on the screen?
I know it's a lot... but as I said... I'm LOST and about to
pull my hair out!! Thank you so much for any help!!
Nikki

Nikki
Firstly I would suggest that you work through the tutorials
that come with
Flash on how to create buttons as this will be useful to you.
Flash Buttons
in DW are based on predefined templates that are quite
different from a
button created in Flash. There is no ability to add images to
the DW flash
buttons, however I have a tutorial on the Adobe site on how
to create your
own button in Flash and use them in DW. The link is
http://www.adobe.com/devnet/dreamweaver/articles/flash_buttons.html
In terms of the white space you can use the Wmode parameter
in the DW code
to set the background of the flash file to transparent which
should solve
the problem.
In terms of placement you would need to place the flash file
inside of a DIV
and then you could position to the DIV.
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"nikki85" <[email protected]> wrote in
message
news:ep99f6$r7n$[email protected]..
> So this is my first time using either of these programs,
and my head is
> spinning.
>
> I have a few questions,and any help would be GREATLY
appreciated.
>
> 1. How do I create a flash button from a picture in my
comp?
>
> 2. How do I save that in flash to prepare it for
Dreamweaver?
>
> 3. How do I put that flash file into Dreamweaver w/out
the white box
> around
> the pic while it plays??
>
> 4. How do I move the icon to anywhere on the screen?
>
> I know it's a lot... but as I said... I'm LOST and about
to pull my hair
> out!!
> Thank you so much for any help!!
>
> Nikki
>

Similar Messages

  • Dreamweaver/Flash help need ASAP!!!!!

    Okay So I am designing a site in dreamweaver as a final
    project and i have to used fireworks and flash throughout the
    site...So I did the flash insert it into dreamweave and it DOESNT
    WORK!!! It is giving me this message
    Unable to find the plugin that handles this media type.
    Dreamweaver lookis in both the "Configuration/Plugins" folder, and
    the plugins folder for each of your installed browsers. So someone
    please help how do I fix this so my flash will play!!!! Thanx in
    Advance

    Flash should play in DW - select it and click on the Play
    button on the
    Property inspector.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Maneet Puri" <[email protected]> wrote in
    message
    news:gh0b8d$liu$[email protected]..
    > Hi,
    > Just to confirm that I assume that you are testing the
    page in the browser
    > where the flash you have embed does not work, but if you
    are doing it it
    > in the
    > design view of the dream weaver then please note that it
    will not play the
    > flash animation there you will have to check it in the
    browser.
    >
    > If its not working in the browsers and you have the
    plugins then just
    > check
    > the version in which you have created the flash and the
    plugin should
    > support
    > that version of flash other wsie you will have to
    upgrade your browser?s
    > flash
    > plugins.
    >
    > Hope this helps.
    >
    > Cheers,
    >
    > ~Maneet
    > Lexolution IT Services
    >
    http://www.lexolutionit.com
    >

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • Dreamweaver/Flash Image/Link

    Hi. Thanks in advance for any help. I design a small website
    for the company I work for using Dreamweaver as the main program. I
    have never placed a Flash image before and cannot figure out how to
    place a link to another website on this image.
    Here is what I have now:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="392" height="72">
    <param name="movie"
    value="../images/NOLN_banner_v1.swf">
    <param name="quality" value="high">
    <embed src="../images/NOLN_banner_v1.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="392"
    height="72"></embed>
    </object>
    I need to link this to another website other than my own. I
    thought it would be like any other image in Dreamweaver. Help?
    I guess I should mention the Flash image was provided by a
    company wanted it linked to their site.

    > I need to link this to another website other than my
    own. I thought it
    > would
    > be like any other image in Dreamweaver. Help?
    It's completely unlike any other HTML element, since it's
    EMBEDDED in the
    page, not actually on the page.
    You cannot add a link to a Flash element using HTML. You must
    add this link
    in the Flash Actionscript. To do that, you would have to have
    Flash, and
    the SWF file's parent FLA file....
    Perhaps you could ask the provider to make the link for you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "George Markle" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi. Thanks in advance for any help. I design a small
    website for the
    > company I
    > work for using Dreamweaver as the main program. I have
    never placed a
    > Flash
    > image before and cannot figure out how to place a link
    to another website
    > on
    > this image.
    >
    > Here is what I have now:
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,29,0" width="392" height="72">
    > <param name="movie"
    value="../images/NOLN_banner_v1.swf">
    > <param name="quality" value="high">
    > <embed src="../images/NOLN_banner_v1.swf"
    quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="392"
    height="72"></embed>
    > </object>
    >
    > I need to link this to another website other than my
    own. I thought it
    > would
    > be like any other image in Dreamweaver. Help?
    >
    > I guess I should mention the Flash image was provided by
    a company wanted
    > it
    > linked to their site.
    >

  • Intensive course Adobe CS5 DreamWeaver & Flash

    hi there
    I'm a  selfmade semipro in Illustrator, Photoshop, and InDesign  commanding  these tools really well (I mean, I can always do what I want  to, and if  some piece of knowledge is missing, the help manual is  enough). I've  worked with DreamWeaver and Flash for fun but never really got it. I  have no experience in scripting, though...
    i'm looking for  a intensive course in Adobe DreamWeaver & Flash.it should give me  the skills to really start working, i.e. creating Flash animations,  interactivity, and build websites.
    Language: English or German
    Place: Europe, USA, I'd prefer EU for travelling reasons
    Duration: up to one week at a stretch
    Any ideas?
    would be appreciated a lot, thanks, Fantasmorama

    Best place to understand in depth according to me will be http://help.adobe.com/en_US/as3/dev/index.html
    To get started you may find these video tutorials useful http://tv.adobe.com/
    You can start with http://tv.adobe.com/show/actionscript-11-with-doug-winnie/ and then browse through http://tv.adobe.com/product/flash/

  • Adobe Bridge Buttons in Dreamweaver, Flash, and Fireworks?

    Hello,
    Adobe says that the button to connect to Adobe bridge is in
    every CS3 application. I can find it in Photoshop, Illustrator, and
    even Contribute, a former Macromedia project, but none of the other
    Macromedia projects (Dreamweaver, Flash, Fireworks) have one. Am I
    missing it, or is this a glitch?
    Thanks,
    Dylan

    Go to Edit > Prefs > Enable Version Cue. Once you do
    that look in the lower left corner of the flash
    application - you should see "Open" with an arrow. Clicking
    on it will popup "Reveal in Bridge" button.
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    Dylnuge wrote:
    > Hello,
    >
    > Adobe says that the button to connect to Adobe bridge is
    in every CS3
    > application. I can find it in Photoshop, Illustrator,
    and even Contribute, a
    > former Macromedia project, but none of the other
    Macromedia projects
    > (Dreamweaver, Flash, Fireworks) have one. Am I missing
    it, or is this a glitch?
    >
    > Thanks,
    > Dylan
    >

  • Dreamweaver & Flash 8

    How do I get Dreamweaver & Flash 8 working with the new Mac OS 10.8.4 on a iMac 2009?

    Studio 8 pre-dates your operating system by 8 years.  It is no longer compatible.  You should highly consider updating to the latest version of the creative cloud.  The only alternative, which is not tested and may not work is to use virtualization software.  There have been kb articles made that you can install 10.6 if you still own a 10.6 disc which may enable you to run the older DW in a virtualized environment.  This is not recommended nor supported.  I personally think 8 years warrants an upgrade.

  • I need some FREE website templates that i can edit in dreamweaver.. help!!!

    i need some FREE website templates that i can edit in dreamweaver.. help!!! anyone know where i can find good ones?

    By Template, are you looking for DW Template.dwt files?
    Dreamweaver templates: Customizable starter designs for beginners | Adobe Developer Connection
    Or pre-built CSS & HTML Layouts (starter pages)?
    For starter pages in DW, go to File > New > Blank page > HTML.
    Select a layout from the 3rd panel and hit Create button.
    Or, look at Project Seven's commercial CSS Layouts and Page packs (not free, but well worth the investment if you want a good final product).
    http://www.projectseven.com/
    Or do you want Responsive Layouts that work in mobile, tablet and desktop?
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • Why is Flash Help/Search function so worthless?

    Is it just me or is the Flash help function the worst help
    function ever?
    In other software you get the results you were looking for in
    seconds
    in Flash everytime you do a search you get like a hundred
    different
    search results and usually none cover the topic you were
    looking for.
    Its often easier to search on google than use the internal
    help function
    Why is it so hard to only display relevant results?
    Could anyone teach me how to use the search function cause I
    dont want
    to read 1000 pages just to find out the difference between
    align and distribute
    options etc.
    Thx /AquaStealth

    It seems this article was written just for you! :)
    http://www.communitymx.com/content/article.cfm?cid=01B54

  • Flash Help Not Updating on Web

    I've uploaded a Flash help project to our web site. But the
    latest information is NOT showing up, no matter how many times I
    click refresh or clear out the associated cached files. I've even
    deleted all the items on the server and re-uploaded the entire
    project. I've verified that the file sizes and dates are
    identical...
    Yet the browser is showing an older version.
    Any else experienced this? And how do I fix it? It's
    happening in both IE and FF.
    Thanks in advance.

    Hi Jared
    Are you certain that the server has been updated? I've been
    in a few development environments where you uploaded initially to a
    staging server. Then after a certain period of time, the staging
    server would update to one or more production servers. So depending
    on the timing as well as the server you are accessing at the time
    (Important to note that, as load balancing and whatnot can present
    different servers depending on the load) you may see that help has
    updated properly on one server and the next page refresh shows it
    hasn't yet updated to the other.
    Things to ponder... Rick

  • Having trouble opening flash help/f1 in cs6

    This is so stupid I can't get any help I need from any one I don't know what I am even doing here. I have tried to contact adobe but all they want you to do is join or become a member of their boards and that is it. I am having trouble opening flash help on cs6 and no one can help me do it. I have join all that adobe wants me to join I have done and paid out all that adobe has requested why can't I get help when I need it with their products?

    sound like you try to opne flashMX2004 or flash8 foles in MX.
    that wount work. An upgrade would help, or asking your source for
    those flas to save then in MX format - which is not possible in
    Flash 8 though.

  • Flash Help with Flash Basic

    Hello Robohelp Users,
    we want to create our own Robo Flash Help. Does it works with
    the Flash Basic Version or do we need the Flash Professionell
    version?
    Margit

    Margit -
    Flash Help is a product of Robohelp; your users only need
    Macromedia's Flash player installed in order to view it. Which,
    according to MM, is about 97.7% of the Internet-connected PCs.
    So, it looks like you're good to go, yes?

  • Flash Help and Publishing / IIS

    My supervisor is responsible for publishing my projects to
    our intranet server. He published a project of mine and found that
    he ran into issues with IIS. I don't have all the details so this
    may not be enough to get a good answer, but he told me that he had
    to use an * (wildcard) in IIS to allow all the Flash Help
    functionality to show on a web page. He wants to know what can be
    done so the * does not have to be used, if anything, to have all
    the functionality present. Thanks for any help if this is enough to
    give a direction, and if not I will try and get more details from
    him for later.

    Hi jacobremprex
    Are you using Flashhelp Pro output and the RH Server
    software? If not, I don't think you need IIS to publish to the
    intranet. You just need to publish to the intranet URL.
    Can you tell us where the wildcard has been placed and also
    what pieces of Flashhelp functionality aren't working.

  • How could I change the heade in Flash Help

    Hi everybody,
    I am pretty new to this forum, that is I just began to probe
    with RH7, and it is going well so far, because of your help and the
    technical service's help from Adobe.
    I tried different layers to see which one is the most
    appropriate for my project, and the Flash is very interesting.
    However, I would like to put a logo or a text in the header
    (the coloured one), and I have no clue how, and what tool I should
    use.
    Is anybody familiar with Flash Help tweaking?
    Thank you,
    Bogdan

    I'm not familiar with the .fsw file type. Where are you
    finding that file? Is it named skin_background_tb?
    Try searching for skin_background_tb.fla in your project's
    source files. I think .fla is your best bet.
    It's been long enough since I've started a brand new
    FlashHelp project that I can't remember if the "FlashHelp Default"
    skin is included in the project automatically or if you have to
    generate the layout with a skin from the gallery before any Flash
    skin files appear in your source files. If you haven't done so
    already, open the FlashHelp layout dialog, select a skin, and
    generate the layout. Once you've done this, you should see a folder
    within the !SkinSubFolder! directory that has the name of the skin
    you selected. That skin folder should contain all the .fla and .swf
    files for the skin. Those .fla files are the ones you would edit to
    change the skin. (Whenever you edit a .fla file, you then export it
    as a .swf movie to that same skin folder, then generate the layout
    again to see the results.)

  • CS3 Flash Help Menu

    I don't comment much, I tend to be the quiet kind of user
    that just does my own thing. I am quite upset with Adobe's change
    in the help feature in Flash. I understand that things change with
    updates. That's a reason i get work sometimes. Someone wants to
    update.
    I so loved the large amount of useful code and examples
    buried in the Help files in previous versions of Flash. Through
    these i could riddle my why through a problem. Multiple examples of
    how to use something was often the only way to figure out what I
    was trying to do.
    Are those days now long gone? I hope not. I am not a
    programmer, but i do have some programming experience. I am a web
    designer. i prefer not to live in binary, classes and the like.
    Often these samples worked as idea starters, and answers to late
    night prayers when the oil had been burning all too long. You know,
    when your head gets fuzzy and you need to go to bed but the project
    has to be done....
    Well I don' t mean to be the whiner, but is there anything
    that can be done about this?
    I know there are some samples in there, I flipped through it
    for a while, but i feel the quality of the Help menu in Flash has
    dropped dramatically. The new neat features in the Help menu and
    the nice skin don't measure up to the loss in content. I plan on
    working with MX by my side so i can use its Help features, because
    CS3 doesn't look like it will do the job.
    Anyone else want to comment?
    Thanks,
    mr_bidinkle

    I found this thread through a search.
    Has Flash help menu been savaged to leave only two headings??
    I only have the following two main headings in my Help Menu:
    Using Actionscript 2.0 Components
    Actionscript 2.0 Components Language Reference
    I have bought the Rich Media Project Player and List
    Component and they said their help file is also installed.
    I cannot see that here either.
    Whats going on? Can an Adobe person answer this for
    me??

Maybe you are looking for