For Programmers: Free Programming Magazines  


Home > Archive > Java Help > January 2008 > How to get a URL encapsulated in a SWF file(Flash)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to get a URL encapsulated in a SWF file(Flash)
Jason Yang

2008-01-23, 8:28 am

The Flash usually combines ActionScript.

with a script like

on (release)
{
getURL("http://www.someweb.com","_blank");
}"

it will run internet explorer and direct to the website in the script when
we click on it.

and now I want get the url without clicking, how can I make it with java?

Thanks for any assistance you may give ~


Roedy Green

2008-01-23, 7:26 pm

On Wed, 23 Jan 2008 20:29:27 +0800, "Jason Yang"
<hankes_garden@163.com> wrote, quoted or indirectly quoted someone who
said :

>
>and now I want get the url without clicking, how can I make it with java?


see http://mindprod.com/jgloss/htmlrendering.html
--
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com
Jason Yang

2008-01-23, 7:26 pm

Thank you very much.

It seems the page only refers to how to get HTML document from a url and
display it .but My problem is how to get the ActionScript string of url from
a flash,without clicking or decompilation.

"Roedy Green" <see_website@mindprod.com.invalid>
??????:nsoep3hohs6mc7t40pc5dghoa765vd5h0o@4ax.com...
> On Wed, 23 Jan 2008 20:29:27 +0800, "Jason Yang"
> <hankes_garden@163.com> wrote, quoted or indirectly quoted someone who
> said :
>
>
> see http://mindprod.com/jgloss/htmlrendering.html
> --
> Roedy Green, Canadian Mind Products
> The Java Glossary, http://mindprod.com



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com