Rajkut,

I have done something similar in which I only call the function from
flash. I don't pass values.

flash

link_btn.onRelease = function():Void {
          getURL("javascript:greyBoxOverlay()");
}

html page

<script type="text/javascript">
 function greyBoxOverlay() { GB_showCenter("", "form.aspx", 450,
430); }
</script




On Apr 1, 6:12 am, rajkut <[email protected]> wrote:
> I'm successfully implemented the GB_show methods in my web page, But I
> need the same function in a flash file with a button, instead of href
> in the HTML. I have used the flash AS2 with getURL command to call the
> javascrpt function, but it's resulting a blank page with the text
> "false" instead of popup. Find below the flash code that I have used.
>
> on(release) {
>         getURL("javascript:GB_show('','http://google.com/',500,1000);");
>
> }
>
> any solution..???
>
> --Rajkut
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" 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/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to