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
>

Similar Messages

  • 3D rotate tool in flash, help needed asap

    Hi
    I came across this site:
    http://www.yofla.com/flash/3d-rotate/
    And am desperate to incorporate this into some university
    work asap.
    What i need to know is how render the images from 3D Studio
    Max so that i have the stepped images as a 360 degree slideshow so
    that i can then follow the tutorial to completing the final thing,
    seen as examples on the site.
    Thanks

    check out this tutorial
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14363
    you will need to embed ion pop-up menu into another in order
    to do what you describe
    here is an off the shelf solution if you prefer
    http://www.scriptocean.com/popmenu.html

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • Error messages help need asap!!!!

    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly ended

    Hi,
    Welcome to the forum!
    Don't say things like "urgent" or "asap" (as in your title, "error messages help need asap!!!!"). It's rude.
    971848 wrote:
    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly endedIt looks like you're missing a semicolon at the end of line 13; that's why the statement beginning at line 8 can't be understood.
    Also, you store a number in my_val, but never use that number, and you have a variable called tasktotal that's never defined. Should my_val and tasktotal be the same variable?
    Perhaps this is what you want:
    CREATE OR REPLACE FUNCTION
           no_of_task_types (x NUMBER)
    RETURN NUMBER IS
        tasktotal   NUMBER;
    BEGIN
        SELECT  COUNT(distinct t.task_type_no)
        INTO    tasktotal
        FROM    employee e, assignment a, task t
        WHERE   e.employee_id = x
        AND     e.employee_no = a.employee_no
        AND     t.task_id        = a.task_id;          -- ; at end is important
        RETURN tasktotal;
    END;
    /This question doesn't have anything to do with SQL*Plus, so maybe the SQL*Plus forum isn't the best place for it. This is strictly a PL/SQL problem; in the future, post questions like this in the PL/SQL. The FAQ page for that forum, {message:id=9360002} , can really help you.

  • HELP Needed ASAP! Curve Not Turning On, Red Flashing Lights!

    Hi,
    I have a Blackberry curve 8310. I plugged my curve into my mac to do a software update. Midway through, my phone shut off and hasn't worked since. The battery is fully charged. The phone is off and won't turn on. Additionally, there is a red LED light blinking twice every few seconds. I think I found an article on blackberry.com's knowledge database that diagnosed my issue, but my problem now is that because the curve isn't turning on/off, it's not connecting to my mac's desktop manager. So I can't do anything the article tells me to do. What should I do now? I need help ASAP!
    Here's the link to the article: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB19915
    Thanks in advanced!

    Hello Asmro and welcome to the BlackBerry Support Community Forums.
    It can take up to 30 minutes for the Mac to connect to the BlackBerry.
    I would remove your battery and connect to the BlackBerry Desktop Manager. Once it comes up there is no software installed, re-insert the battery and follow the article KB19915.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • HELP NEEDED ASAP! SIMPLE ONE!

    I'm a noob so please dont shout at me....!
    Okay, I have a 1x1 table, and an image....i need tick boxes
    and image maps ontop of this image. Now I thought I'd have to set
    the image as a background image in the table, but in doing so, I
    cant see a way that I can add my maps or tick boxes........and If
    the image is simply placed in the table as an image, I cant add the
    tickboxes, but can add the maps........what should I do??
    Please can someone help asap as this is the final stage of a
    stupid uni project that needs handed in in a day or so....
    Thanks in advance!!
    Mark

    mthorpe84 wrote:
    > Lol that's utter garbage. As much as I appreciate the
    help from you guys n
    > gals, graphic design, as a degree is the study of
    design, design traits,
    > publication, print, typography etc etc. Flash is as much
    web work that any
    > graphic design school will follow. And just for the
    record, I'm at what's
    > regarded as one of the top 3 design schools in the UK,
    so please don't give me
    > that crap.
    I was at an elite university many years ago, so can
    understand the
    feeling of a student who "knows it all". I thought I did,
    too. When I
    got out into the real world, I discovered that what
    university teaches
    you, although valuable, means little until you have built up
    practical
    experience.
    Perhaps your design school was trying to tell you something
    when it
    decided the project was to be a web page. Lesson:
    understanding the
    basics of the web is just as important to your craft as
    print,
    typography, and all the rest.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

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

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • Urgent Flash help needed; Using Movie Clip Objects

    Hello,
    I am currently trying to design a small flash movie.
    I have a "Movie Clip" object (a short animation) that i wish to act like a static object until a certain frame on the main Timeline.
    Then i want it to play out, at it's own pace, just like normal, until it finishes (no looping)...
    What do i need to put into, and where do i put it?
    So in short, frame 30 of the main animation triggers the clip, whilst the main animation still runs...
    I know very, very minimal AS3... so please, can someone help me?
    A lot of solutions suggest a button, but I don't want to use a button, as it's not interactive - just a movie.
    i just want the damn movie clip to play in the damn movie when it reaches frame 30! it shouldn't be that hard..

    There is most likely no need for any code. And most likely no need for a movieclip even.
    It sounds like you would need a graphic symbol. (You can convert it in the library or you can just change the instance you have placed on stage.)
    First select the symbol on its first keyframe and on the properties panel select the looping options and tell it single frame, first 1.
    Then move along your timeline to where you want the animation to start playing. Add a keyframe. Now select Once, first 1.
    Now it will start playing, you will be able to see it play as you scrub the timeline.
    If you use movieclips and code for this, you won't be able to see them play together as you scrub the timeline.

  • Oracle Forms - need to update multi-record block - Help needed asap

    Hi,
    We are using Oracle apps release 11i - Oracle forms 6i.
    I have a field "project_start_date" in project_block in a custom form. There is another multi-record block called role_block in the same custom form and it has a field named start_date. Requirement is when ever I make change in the project_start_date in project_block, that should reflect in role_block.start_date. I tried different means and could update only the very first record of the multi-record block - role_block. I need to update all the records in the role_block with the same project_start_date. Used looping and several other methods. But could not achieve. Any help is really appreciated.
    Thanks
    Akil

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which you can get more quick response
    Regard
    Helios

  • IPhone 4 accessory help needed asap

    Okay so here's the deal,
    I used to have the first generation IPOD and I connected it to my after market DVD system that is in my car. I wouldn't be able to tell you the brand because there isnt one.
    But the connection is two small USB connectors on one side and on the other the iPod charger connector.
    Normally I plug my iPod in and go to the iPod menu in the system and then navigate through that to play the songs over my car speakers.
    I have recently purchased an iPhone 4. And I am no longer able to do this.
    I connect the accessory and it says this is not optimized for iPhone 4 you may experience some disruption in the background
    I navigate the same way my play lists pop up and everything is the same but when I click it no sound comes out.
    And when I navigate through the actual iPhone the sound comes out the iPhone even whilst still connected.
    Is there anything I can do to make this accessory work??
    Any settings I can change, any apps I can download.
    Any advice would help.
    Cheers in advanced.

    unfortunately if its not working you need a update from apple or a update from the manufacturer there has been a lot of complaints about car stereos not working with the iPhone 4 and it def has something to do with the software that apple is shipping there is no magic application or magic setting that is going to change this sorry

  • Blackberry Storm Problems..​.Help Needed ASAP

    Soooo...for some strange reason i bought a BB Storm : /  when i got it (yesterday), i charged it and it charged up fine. but the battery ran down rather quickly. So i am now tryin 2 charge it up again and it is not giving one bit of charge. i just left it for 3 hours and came back to check it and it went dead...i did a battery pull twice and still nothing. what is my next move???

    Hi and Welcome to the Community!
    Please try this sequence...note that, throughout the entire 4h15m process, your BB must remain connected to a known-good wall charger (not PC USB):
    With the battery inside, connect your BB to the wall charger
    Leave it alone for 2 hours, no matter what the LED or the display does
    Remove the battery
    Wait 15 minutes
    Insert the battery
    Wait another 2 hours, no matter what the LED or the display does
    This has been known to "kick start" some BBs.
    It is also possible that your battery or BB has experienced a problem...to test, this sequence is needed:
    Obtain a known good and already fully charged additional battery...use it in your BB and see what happens
    Obtain access to a known good and identical BB...use your battery in it and see what happens
    The results of this will indicate if it's your BB or your battery that has the problem.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • CE505 boot problem. Help needed, ASAP

    One day old (still rocks! :)) working CE-505 stop booting with:
    --- boot msg ---
    Press any key to stop auto-boot...
    0
    auto-booting...
    boot device (flash,net) [ net]:
    file name [ ce505-cache-231.bin]:
    cache IP address [ 192.168.0.99]:
    IP network mask [ 255.255.255.0]:
    server IP address [ 192.168.0.10]:
    protocol (rcp,ftp,tftp) [ tftp]:
    flags [ 0]:
    Loading from the network
    Attaching network interface fei0... done.
    Attaching network interface lo0... done.
    Loading... Starting at 0x108000...
    #!ImageInfo
    # +--------------------+
    # | CISCO CE image |
    # +--------------------+
    SUPPORTED_PRODUCTS=CE505,CE550
    UNCOMPRESSED_CKSUM=0xf17c87d3
    UNCOMPRESSED_SIZE=0x3578b8
    COMPRESSED_CKSUM=0xd6ab0b3
    COMPRESSED_SIZE=0x167cdb
    This image supports models CE505,CE550 and this appliance is a 00000.
    Press any key to stop auto-boot...
    --- boot msg ---
    And start timer again :( I tryed booting from network because flash boot fails similar above. I see IOS booting message and then boot counter again :(
    Can any one help me with this issue?
    P.S. Sorry for my english.

    It's me again with another CE 505. I van't understand what happens, but one day flash boot fail and i try to boot from network:
    auto-booting...
    boot device (flash,net) [ net]:
    file name [ ce505-cache-251.bin]:
    cache IP address [ 10.10.10.120]:
    IP network mask [ 255.255.255.0]:
    server IP address [ 10.10.10.10]:
    protocol (rcp,ftp,tftp) [ tftp]:
    flags [ 0]:
    Loading from the network
    Attaching network interface fei0... done.
    Attaching network interface lo0... done.
    Loading... image read failed: Image is not for x86 CPU: errno=0x16
    Error loading file: errno = 0x31.
    Can't load boot file!!
    Why CE can't boot? I downloaded image from anothe working CE
    Thank you.

  • Help Needed ASAP!

    I am such the rookie at Mac.....I have completed a video on Final Cut and saved it as a Quick Time Movie....looks great on my mac and my PC....here's the deal:
    1. I need to convert it to an avi to work in a software program of a church that I am working for this weekend. Is there a way to do that without losing the quality? Can I save it like that without having to convert it.
    2. Can someone please give me the quick steps to taking the movie from Final Cut to DVD authoring?
    Much thanks!

    1. I need to convert it to an avi to work in a
    software program of a church that I am working for
    this weekend. Is there a way to do that without
    losing the quality? Can I save it like that without
    having to convert it.
    Is AVI a flash file. If it is just give your quicktime to someone with flash. I think.
    2. Can someone please give me the quick steps to
    taking the movie from Final Cut to DVD authoring?
    That's like saying can someone walk me through surgery. No not quite that drastic, but it can get hairy. First, you need to export an MPEG2, AC3 and AIFF files. If you are in FCP 5 go export>compressor>and pick appropriate settings.
    If you don't know what appropriate settings are get back to use with video length etc.
    Let's start there okay.

  • Help needed ASAP!  Ext. DVD-RW Drive Question

    I need help...I have a Mac Mini purchased in 2005 with just a CD-R (I didn't buy the SuperDrive model).
    I am wanting to connect a firewire DVD-RW drive to burn a slideshow created in iPhoto. However, I do not have iDVD on the machine, and when I try to install from the internal CD drive, I get a prompt telling me that it will only install on machines with the SuperDrive (even though this is the CD that came with the machine).
    If I connect the external DVD burner, will I be able to use that to install iDVD and then burn my slideshow?
    Help!! I need the slideshow by Sunday of this week!!

    Found it:
    iLife: How to Install iDVD on a Macintosh Without a SuperDrive
    http://docs.info.apple.com/article.html?artnum=93290
    or
    Control-click on the file called "Install iLife '05" and select "Show original"
    From there you should be able to install each part of iLife individually.
    Mini 1.42GHz   Mac OS X (10.4.6)  

Maybe you are looking for

  • Quicktime movie export from Flash CS3 is skipping frame.

    When I try to export Quicktime movie from Flash CS3, the resulting mov file is skipping frames. i.e.: The movie is showing frame number 1, 2, 3, 4, 5, 6, 7, 7, 7, 10, 11, 12, 12, 12, 15 etc... As you can see the frame number 7 is repeated 3 times and

  • How can i add stucture sharpening to a photo?

    Hi how can i add stucture sharpening to a photo? nik plugins like silver efex , or viveza 2 have a structure feature they add sharpening to a photos and contrast and amplify micro details i tried to do it in photoshop with high pass but i was not abl

  • PI 7.1 how to connect to WEBDAV server?

    Hi Experts, How to coonect to WeBdav server to drop a file using HTTP PUT? Is there any standard feature available in PI 7.1?

  • Can't register my iPhone

    Hi, I would like to register my new iPhone. I can see my other apple products, but not my 6+. I have already activated and can use ist with my Account. But if I want to register my 6+, I get the message, that this phone is already registered maybe wi

  • Trial version of After Effects - which do I choose?

    I currently own the Design and Web Premium pacakge, but wanted a trial version of After Effects to complete a motion graphic I am creating. The trial offer includes the choice of; a free trial download or to join the Creative Cloud and download now (