Substituting slideshows on a draft page

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

  1. #1

    Default Substituting slideshows on a draft page

    HI There, I use contribute to manage an arts website [url]www.tairawhitiarts.net[/url],
    where I am often uploading new pages to the site. I use the save as a new page
    option and then delete the old content and replace it with the new before
    publishing it. When it comes time to deleting the swf file, slideshow from the
    page, I can't locate it. There is no visual of the slideshow on the page. I
    have tried deleting in the vacinity of the slideshow and get told that I don't
    have permission to delete from that part of the page. Is there a way of making
    an outline show up on the page so that I can select it to delete it. I hope
    that makes sense...

    manahi Guest

  2. Similar Questions and Discussions

    1. Published page different than edited draft
      OK, this one is very interesting! I've edited the page, it looks great in draft form. I publish it and suddenly one of the edited parts has a...
    2. Can multiple users edit a draft page
      I have a client that is considering using Contribute to update their web site, but they need the capablility for multiple authors to edit the...
    3. slideshows
      I have a CD full of pictures that I want to post on my website as a slideshow. How do I do this? Thanks.
    4. Link to Draft Page with Contribute 3
      hello, I have clients that I want to view a draft page that has been edited with Contribute, but these clients to not own Contribute. I remember...
    5. Edit page returns a blank draft page
      The connection to my website is validated. I can see the home page as expected. But when I go to "Edit page" online, it comes back with a blank...
  3. #2

    Default Re: Substituting slideshows on a draft page

    The embedding of Flash on your website is done with the javascript solution
    SWFobject.
    (<script type="text/javascript" src="assets/swfobject.js"></script>)

    To show the flash in Contribute you should embed the flash using the
    object/embed tag and maybe the adobe script AC_RunActiveContent.js to avoid the
    flash needing to be clicked to get active and to avoid blocking active content
    from IE

    Furthermore there seems to be an arror in the javascript (line: 58, error:
    'SWFobject' undefined), but that's not the problem you are facing.

    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