On Thu, Jul 30, 2009 at 12:18 PM, carlo<syseng...@gmail.com> wrote:
>
> Thank you Miguel but I found out that the problem is with my swf file.
> It is originally an mp4 file, I tried to convert it with Flash CS4 but
> any options I choose seems not working when I call the file form my
> web2py view.

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')}}

> When I right click the swf exported by Flash and choose open with
> Firefox (the same with IE6) Flash Player starts ok and I can see the
> movie. When form inside Flash I try Publish Preview I can see the
> movie in my browser. But if I call the file from a web2py view or I
> manually call the /static/myfile.swf form the browser nothin happens I
> can see nothing.

That's strange. Perhaps somebody can shed some light on this?

> Do you have any experience with Flash swf conversion? Or can you
> suggest a better format for online tutorials (flv ?)..thank you

No. I don't.

--~--~---------~--~----~------------~-------~--~----~
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