On 9/18/08, luca72 <[EMAIL PROTECTED]> wrote:
>
>  Hello i have make it and i have write this:
>  <applet archive="/static/java/flame3.jar"
>
>  but i don't understand why when i run the project in localhost the
>  applet start but if i run the project in the web server i get the

because you should use tg.url like this:

<applet archive="/static/java/flame3.jar"
py:attrs="archive=tg.url('/static/java/flame3.jar')" />

this way it will work locally and be correctly relocated when run on
the server...

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to