|
Posted by jojo on 06/20/06 20:14
krupa.p@gmail.com 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.
Navigation:
[Reply to this message]
|