Can't publish because Contribute converts flash fragmentinto java error

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Can't publish because Contribute converts flash fragmentinto java error

    Hello Everyone,

    I'm new with Contribute.
    We designed a website with a flash navigation, embedded as folows:

    head: <script src="../js/AC_RunActiveContent.js"
    type="text/javascript"></script>
    body: <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
    ##version=7,0,19,0','width','480','height','800',' src','../haborn_homeh=0&amp;s=
    0','quality','best','pluginspage','http://www.macromedia.com/go/getflashplayer',
    'movie','../haborn_home?h=0&amp;s=0' );
    </script>

    (just the standard way of diplaying flash without the active content message
    in explorer)

    when i surf through the website in contribute, everyting goes perfectly well,
    but when i edit the page, the flashfragment disappears, and a javascript error
    occurs. the page then can be published, but with an error so that the page
    can't be edited or viewed again.

    is there a way to define regions that are not touchable by contribute in
    dreamweaver, the same way that you can difine an editable region?

    Tnx for any help!

    Yannovich Guest

  2. Similar Questions and Discussions

    1. Contribute CS3 will not publish Flash Player
      :confused; A few months ago the company I work for bought Contribute CS3 to edit our website. The homepage of our website contains a Flash Player...
    2. Contribute 4 Publish error
      I am able to set up the ftp connection from Contribute. The problem is after making an edit and hitting publish I get the following: Publishing...
    3. Contribute 4: Won't publish on mac - help
      I downloaded contribute 4 - connects fine, but eveytime i go to publish i get an error saying it can't connect to the server - this is on my mac os...
    4. Contribute Error when trying to publish
      I am using Contribute Version 1 and get this message when I try to publish "Either the network is unavailable, or you don't have permission to...
    5. Contribute won't let me publish
      I've got a page template, part of which contains a dynamic list of links - built in ColdFusion from an RSS feed, the code is as follows: ...
  3. #2

    Default Re: Can't publish because Contribute converts flashfragment into java error

    I'm having this same problem. Just wondering if you got resolution?
    pedalandrow Guest

  4. #3

    Default Re: Can't publish because Contribute converts flashfragment into java error

    A workaround for this problem could be using a SSI (with PHP f.i.). Contribute won't touch the includes, so your code should be save.
    ThinkInk 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