On Jul 30, 2009, at 5:21 PM, Miguel Lopes wrote:

>
> On Thu, Jul 30, 2009 at 4:58 PM, Jonathan  
> Lundell<jlund...@pobox.com> wrote:
>>
>> On Jul 30, 2009, at 7:47 AM, Jonathan Lundell wrote:
>>
>>> On Jul 30, 2009, at 7:42 AM, Miguel Lopes wrote:
>>>
>>>> If its in swf, it should work.
>>>>
>>>> Although, I notice an error in the original snippet you posted
>>>> (besides the missing ' ):
>>>> {{url=URL(r=request,c='static',f='somefilename.swf)}}
>>>>
>>>> Should be):
>>>> url={{URL(r=request,c='static',f='somefilename.swf')}}
>>>
>>> Or maybe:
>>>
>>> url={{=URL(r=request,c='static',f='somefilename.swf')}}
>>
>> Never mind. I see from a later post that the {{url=...}} was correct.
>>
>
> Forgive me. Actually I meant:
> href="{{=URL(r=request,c='static',f='somefilename.swf')}}"
>
> it is also true that:
> {{url=URL(r=request,c='static',f='somefilename.swf')}}
>
> is also correct. But the only thing it does is assign the url to a
> variable, that is only available in the template. So if you are using
> this to populate a href tag (like I assumed), you'll get an empty tag.

What I meant was that Carlo's original question had this code:

{{url=URL(r=request, c='static', f='somefilename.swf' )}}
<object width="550" height="400">
<param name="movie" value="{{=url}}">
<embed src="{{=url}}" width="550" height="400">
</embed>
</object>

...where the treatment of url look fine to me.


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

Reply via email to