I don't get an error message but the files plays well on IE but not on
Firefox. Btu if I specify the file path as C:\, then it plays well on both
IE and Firefox.

Why the file doesn't play on firefox when I specify the Symfony path ? I am
getting the same problem in the php file below
================================================================

<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
width="160" height="170">
<param name="FileName" value="
https://localhost/sample/web/images/niceday.wmv"; />
<!-- for standards compliant browsers -->
<object type="video/x-ms-wmv"
data="https://localhost/sample/web/images/niceday.wmv"; width="160"
height="170">
Object not loaded
</object>
<!-- // -->
</object>

 ===========================================================



On 2/28/09, Eno <symb...@gmail.com> wrote:
>
>
> On Sat, 28 Feb 2009, DeepakBhatia wrote:
>
> > When I specify the following line, then this movie plays fine in
> > Firefox
> >
> > <embed object src="c:\caves_320_240_512kbps.wmv" width="640"
> > height="480"/>
> >
> > But when I specify the symfony path, then it doesn't play in Firefox.
> >
> > <embed object src="https://10.0.2.6/sample/web/images/
> > caves_320_240_512kbps.wmv" width="640" height="480"/>
>
> Do you get an error message? Wht does it say?
>
> Did you really mean to use https instead of http in your URL?
>
> Also remeber that you will need to add to the rewrite rules in your
> .htaccess so the URL does not get passed your controller (like the
> existing rules for HTML and graphics files).
>
> --
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to