Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Google and flash

    How do you stop google from linking to your .SWF files directly..?
    It displays as a 'Supplemental Result'.

    We all want google to index flash sites but surely it should only grab the
    html page in which its embedded!

    Is it because the .swf is in the root directory with the index.html?


    DD

    David Douglas Guest

  2. Similar Questions and Discussions

    1. Google Map Integration in Flash MX
      Dear All, I'm fairly new to Flash, and trying to integrate Google map in Flash (plz don't tell me that I shouldn't be doing this). I've done that...
    2. Google FYI
      http://www.geek.com/news/geeknews/2006Jan/gee20060202034550.htm Have Fun!
    3. Google API
      I have the following code for a search engine in our website. The search engine work just fine but only returns 10 results. I want to modify the...
    4. PHP<->Google?
      I'm so curious to know whether Google uses PHP or not. Some pages on the net says that Google uses PHP. Is it true? If so, what database they use?...
  3. #2

    Default Re: Google and flash

    Web crawlers do not scan folders for there contents, only what is on the html
    pages that are visible to the internet, otherwise everyones image folders and
    such would be indexed and that would truly be a mess.

    The swf file is placed in the body of the index page which is indexed for
    content and such, so aside from using virtual headers and methods like that, I
    do not have any clue how you would get around that.

    Maybe a java script function to ignore files by type, but you may end up with
    knobody being able to view your .swf



    cVarz 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