<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Did the flash work. I have a 64bit system, but since there is the released 32bit version, I followed the instructions in the Fedora 10 FAQ.  <br><br>Worked just fine<br><br><br>--- On <b>Thu, 1/8/09, Dario Lesca <i><d.lesca@solinos.it></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Dario Lesca <d.lesca@solinos.it><br>Subject: Macromedia Flash Player on x86_64 system.<br>To: "Fedora Italia" <fedora-it-list@redhat.com><br>Cc: "Fedora Project List" <fedora-list@redhat.com><br>Date: Thursday, January 8, 2009, 5:59 AM<br><br><div class="plainMail">hi, I have fount this news:<br><a href="http://labs.adobe.com/downloads/flashplayer10.html" target="_blank">http://labs.adobe.com/downloads/flashplayer10.html</a><br><br>and this info:<br><a
 href="http://www.myscienceisbetter.info/64bit/" target="_blank">http://www.myscienceisbetter.info/64bit/</a><br><br>then, on my last F10-x86_64 desktop, I have install the last PreRelease<br>of Macromedia Flash Player x86_64 with this procedure:<br><br>> #!/bin/bash<br>> set -x<br>> flashpage='<a href="http://labs.adobe.com/downloads/flashplayer10.html%27" target="_blank">http://labs.adobe.com/downloads/flashplayer10.html'</a><br>> <br>> flashurl=$(wget -q $flashpage -O - | grep 'Download 64-bit Plugin for Linux'| sed -e 's/.*a href="//' -e 's/".*//')<br>> <br>> flashfile=$(basename $flashurl)<br>> <br>> destplug=/usr/lib64/mozilla/plugins/<br>> <br>> test ! -f $flashfile && wget -c $flashurl<br>> <br>> tar -xvzf $flashfile -C $destplug<br>> <br>> exit<br><br>Work for me.<br><br>Someone have something better?<br><br>hope this help <br><br>thanks<br><br>-- <br>Dario Lesca <<a
 ymailto="mailto:d.lesca@solinos.it" href="/mc/compose?to=d.lesca@solinos.it">d.lesca@solinos.it</a>><br><br>-- <br>fedora-list mailing list<br><a ymailto="mailto:fedora-list@redhat.com" href="/mc/compose?to=fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br></div></blockquote></td></tr></table>