A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: _blank not working Flash 8

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    68

    Question _blank not working Flash 8

    hi guys,

    this code is not openning my image in a new browser window??!!!!

    Code:
    getURL("image.jpg", _blank);
    it just opens in _self ...... im working in Flash 8....

    any help?!!!

    Thanks:

    Duarte V.

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    PHP Code:
    getURL("image.jpg""_blank"); 
    missing some bits

  3. #3
    Member
    Join Date
    Mar 2011
    Posts
    68
    Quote Originally Posted by fruitbeard View Post
    Hi,

    PHP Code:
    getURL("image.jpg""_blank"); 
    missing some bits
    Tkx ..ill try

Tags for this Thread

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