Hi Kieran,

I think it should work if you put your *.wrl-files in the static-directory:

app.yaml:

handlers:
- url: /media
  static_dir: media

html:

<EMBED SRC="/media/cube.wrl"

Best Regards,

Jesaja Everling


On Sun, Nov 30, 2008 at 10:57 PM, Kieran <[EMAIL PROTECTED]> wrote:
>
> Hello
> I am trying to embed some VRML in my HTML using:
> <EMBED SRC="cube.wrl"
>        TYPE="model/vrml"
>        WIDTH="128"
>        HEIGHT="128"
>        VRML_SPLASHSCREEN="FALSE"
>        VRML_DASHBOARD="FALSE"
>        VRML_BACKGROUND_COLOR="#CDCDCD"
>        CONTEXTMENU="FALSE">
> When i run this with the dev_appserver on localhost:8080 it just
> displays a black square and no cube image.
> Any ideas on why this is or on how to embed VRML in HTML?
>
> Thnaks!
> >
>

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

Reply via email to