A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: javascript code...

  1. #1
    Junior Member
    Join Date
    Aug 2018
    Posts
    2

    javascript code...

    Hello,
    Anybody can help me about what is wrong with this code?

    on (press) {
    getURL ("javascript:yev=window.open('http://cagribariskasap.**********app.com/yev.swf','yev','width=1024,height=768,left=0,top=0 ,toolbar=No,location=No,scrollbars=No,status=No,re sizable=No,fullscreen=No'); yev.focus(); setTimeout('yev.moveTo(200,300)',1000); void(0);");
    }

    I have five more files using exactly the same script only with different file names. It works just fine with other files but does not work with this one. Any ideas?
    Best,
    Cagri Kasap

  2. #2
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    the link gives no data, are you trying to embed a child swf

  3. #3
    Junior Member
    Join Date
    Aug 2018
    Posts
    2
    Quote Originally Posted by Alloy Bacon View Post
    the link gives no data, are you trying to embed a child swf
    I do not know what a child swf is but I do not think that is what I am doing. I am trying create a pop-up window that will display yev.swf. Like I told you, there are five more of this exact code but different file names. It works fine with them except this one. I do not know what is wrong with this one.

  4. #4
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    well I forgot this thread, you still need it?

    as2:
    PHP Code:
    getURL('http://your_page.com','http://your_page.com'); 
    You need this script alone in your_page.com
    https://rpguy.weebly.com/uploads/2/0...550/index.html
    Last edited by AS3.0; 03-18-2019 at 10:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center