<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">the thing that always got me when learning mod_rewrite, is that you have to rememeber that your site consists of more than .html files... what's probably happening is that when their browser makes a request for swfobject.js, that request is being rewritten as well... <DIV><BR class="khtml-block-placeholder"></DIV><DIV>do you get any javascript errors? maybe something like 'swfobject is undefined'?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Oct 22, 2006, at 4:19 PM, Peter Jelsted wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="background-color:"><DIV class="RTE"><P>I have with succes set up up the swfobject with my website, however I have a problem, do to some url rewriting im doing on the site. When I use swfobject I have the following problems:</P><P><A href="http://www.mysite.com">www.mysite.com</A> - is ok works</P><P><A href="http://www.mysite.com/cat/wheels/">www.mysite.com/cat/wheels/</A> - is not ok, does not show my flash content,  but my html content</P><P><A href="http://www.mysite.com/?cat=wheels">www.mysite.com/?cat=wheels</A> - is ok, but im rewritnig to get "clean url´s"</P><P>my htaccess looks like this:</P><P>RewriteEngine On</P><P>RewriteCond %{REQUEST_FILENAME} -f [OR]<BR>RewriteCond %{REQUEST_FILENAME} -l [OR]<BR>RewriteCond %{REQUEST_FILENAME} -d<BR>RewriteRule ^.* - [L]</P><P>RewriteRule ^([^/]+)/([^/]+)?/?$ /index.php?$1=$2</P><P>hope some of you can give me some hints ? </P><P>Thanks peter<BR><BR></P> <DIV></DIV><FONT color="#000000"></FONT></DIV><FONT color="#000000"> <DIV></DIV></FONT></DIV><BR clear="all"><HR>Få de bedste søgeresultater med  <A href="http://g.msn.com/8HMAENDK/2752??PS=47575" target="_top">MSN Search</A><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>