Re: dynamically embedding objects in html



Yes, that was what I was trying to ask. Could you give me some more
details on how to read the query string I pass in the url?

Say, my html page is "/Storage Card/Flash/GPSRanger.html", and the
flash movie I need to play is test.swf. Is the following correct?

/Storage Card/Flash/myHTML.html?movie=test.swf

In myHTML.html, I need to embed test.swf. Could you please give me a
sample code which decodes my query string and embeds the swf file I
sent?

Thanks,
Krupa

jojo wrote:
krupa.p@xxxxxxxxx schrieb:
Hi All,

I am a newbie in html coding. I am writing an application in C# for
Windows CE device. I need to navigate to a html page in my application.
I also need to embed flash movies in the html page dyamically. Is there
a way I can pass the name and path of the flash movie through the url?
Or any other way to achieve my goal?

Thanks,
Krupa

I'm not sure if I got your question right, but if it was "How can I tell
the webpage which file to embed?" than I can help you:

www.somepage.com/somefile.htm?theUrlToLoad

The String behind the ? can be read by several script-languages, server-
and client-side.

.



Relevant Pages

  • Re: dynamically embedding objects in html
    ... >> krupa.p@xxxxxxxxx schrieb: ... Is there a way I can pass the name and path of the flash movie through the url? ... sample code which decodes my query string and embeds the swf file I ...
    (alt.html)
  • Re: dynamically embedding objects in html
    ... I am looking forward to your script. ... flash movie I need to play is test.swf. ... sample code which decodes my query string and embeds the swf file I ...
    (alt.html)
  • Re: dynamically embedding objects in html
    ... Probably I need some Java scripting to be done, ... flash movie I need to play is test.swf. ... sample code which decodes my query string and embeds the swf file I ...
    (alt.html)
  • Re: Dynamically generate HTML in C#
    ... display a map based on the query string that is passed to it. ... > your site for the HTML." ... the class you generate would be a helper class which would ... >> and using the HttpWebRequest and HttpWebResponse classes. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: dynamically embedding objects in html
    ... Thanks Jojo! ... I plan to open the html page from my application. ... I am looking forward to your script. ... sample code which decodes my query string and embeds the swf file I ...
    (alt.html)