MACROMEDIA FLASH - URGENT

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default MACROMEDIA FLASH - URGENT

    Hi,

    1) when we publish a file in macromedia Flash, when we right click on the
    file, generally we can see ZOOM IN, ZOOM OUT, QUALITY, REWIND, FORWARD, BACK,
    SETTINGS, ETC...... In some files we can see only SETTINGS & ABOUT MACROMEDIA
    FLASH PLAYER... LIKE AS. I tried in publish settings but not comming.
    [url]http://www.probe3.com/probe3.html[/url]


    2) Some swf files on websites play transperant, where background can be seen,
    even the flash file is running cross on browser? how can we do this? this site
    is haveing this type of animation on page load [url]www.yahoo.com[/url]



    Plz throw some light on this its urgent.

    Thanks & Regards
    Srinivas Kumar.T.V

    tvsrinivaskumar Guest

  2. Similar Questions and Discussions

    1. macromedia flash, I've tried EVERYTHING
      I've looked at everything and have done everything. I have read all the threads and have looked at all those problems and I have NEVER been able to...
    2. Macromedia Flash
      I cannot get Macromedia Flash to download.....I only get an empty whiterectangle w/icon in upper left. I checked and the Active X controls appear...
    3. URGENT - Either the Macromedia application server isunreachable or it does not have a mapping to process thisrequest
      Hi All, I had 6.1 and wanted to move to MX 7 - didn't find any way to upgrade, so I simply installed the MX 7 over the same machine with same...
    4. Macromedia XML Flash example doesn't go far enough.
      I have downloaded the XML example from the Macromedia website. http://www.macromedia.com/support/flash/applications/jpeg_slideshow_xml/ I had a...
    5. Macromedia Flash Help
      Hello I just recently purchased Macromedia Flash. I'm having some trouble creating simple flash banners and animations for my internet site? Can...
  3. #2

    Default Re: MACROMEDIA FLASH - URGENT

    tvsrinivaskumar wrote:
    > Hi,
    >
    > 1) when we publish a file in macromedia Flash, when we right click on the
    > file, generally we can see ZOOM IN, ZOOM OUT, QUALITY, REWIND, FORWARD, BACK,
    > SETTINGS, ETC...... In some files we can see only SETTINGS & ABOUT MACROMEDIA
    > FLASH PLAYER... LIKE AS. I tried in publish settings but not comming.
    > [url]http://www.probe3.com/probe3.html[/url]
    that menu is controlled inside the movie:

    fscommand("showmenu", "true|false");
    > 2) Some swf files on websites play transperant, where background can be seen,
    > even the flash file is running cross on browser? how can we do this? this site
    > is haveing this type of animation on page load [url]www.yahoo.com[/url]
    that feature only works in some browsers/Flash player combinations. you
    need to add:

    OBJECT tag: <param name="wmode" value="transparent">
    EMBED tag: wmode="transparent"

    take a look at MM site to see more details
    > Plz throw some light on this its urgent.
    >
    > Thanks & Regards
    > Srinivas Kumar.T.V
    >
    Manuel Socarras Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139