A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: javascript link in flash

  1. #1
    Senior Member pixelpusher84's Avatar
    Join Date
    May 2004
    Posts
    186

    javascript link in flash

    Hi,

    the cms i am using uses this javascript to launch a pop up window (for front end editing) anyone know if i can use this type of javascript link in flash??

    PHP Code:
    window.open('index.php?a=112&id=[QuickEdit module id]&doc=[*id*]&var=content''QuickEditor''width=525, height=300, toolbar=0, menubar=0, status=0, alwaysRaised=1, dependent=1'
    many thanks,
    G

  2. #2
    Monkey Moderator Lexicon's Avatar
    Join Date
    Jul 2001
    Location
    UK
    Posts
    2,038
    you should have searched for this one, it has been answered lots before.
    Code:
    getURL("javascript:window.open('index.php?a=112&id="+someVar+"&doc="+otherVar+"&var=content', 'QuickEditor', 'width=525, height=300, toolbar=0, menubar=0, status=0, alwaysRaised=1, dependent=1');");
    www.lexicon-design.co.uk
    If we aren't supposed to eat animals, then why are they made of meat?
    If Vegetarians like animals so much, why do they eat all their food?

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