+ Reply to Thread
Results 1 to 5 of 5

leggere AC_FL_RunContent da actionscript

This is a discussion on leggere AC_FL_RunContent da actionscript within the Actionscript 3.0 avanzato forums, part of the Flash Italiano category; salve a tutti, ho un problemino per cui è richiesto un aiuto dai più bravi...e quindi da tutti voi all'infuori ...

  1. #1
    Junior Member Settled In markuspedro is on a distinguished road
    Join Date
    Aug 2007
    Posts
    24
    Rep Power
    0

    leggere AC_FL_RunContent da actionscript

    salve a tutti,
    ho un problemino per cui è richiesto un aiuto dai più bravi...e quindi da tutti voi all'infuori di me...

    vorrei chiamare da flash una funzione actionscript o meglio vorrei leggere tutti i parametri contenuti in AC_FL_RunContent e poi buttarli a video quando clicco su un bottone presente in un swf...come posso fare?

    ho provato con ExternalInterface ma ho dei problemi col mio ie7...

    help me please

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,762
    Rep Power
    11

    Re: leggere AC_FL_RunContent da actionscript

    Ciao markuspedro e benvenuto

    Credo che la soluzione sia proprio ExternalInterface.
    Che problemi hai ?

  3. #3
    Junior Member Settled In markuspedro is on a distinguished road
    Join Date
    Aug 2007
    Posts
    24
    Rep Power
    0

    Re: leggere AC_FL_RunContent da actionscript

    externalinterface mi viene bloccato da ie

    e cmq ho trovato stoocodice solo che non mi gira

    import flash.display.Stage;
    var value:String;
    var id:String;
    var obj:Object=LoaderInfo(root.loaderInfo).parameters;
    for (value in obj)
    {
    id=String(obj[value]);
    tf.text=id;
    }

  4. #4
    Junior Member Settled In markuspedro is on a distinguished road
    Join Date
    Aug 2007
    Posts
    24
    Rep Power
    0

    Re: leggere AC_FL_RunContent da actionscript

    nessuno sa dirmi nulla?...please

  5. #5
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,762
    Rep Power
    11

    Re: leggere AC_FL_RunContent da actionscript

    Dovresti farci vedere anche l' HTML.

+ Reply to Thread

Similar Threads

  1. Leggere i valori dei TAG HTML da actionscript - è possibile?
    By lorens.camellini in forum Actionscript 3.0 base
    Replies: 2
    Last Post: 22-03-10, 12:20
  2. Leggere contenuto HTML
    By jacopo88123 in forum Actionscript 3.0 base
    Replies: 1
    Last Post: 27-04-09, 15:31
  3. Leggere file txt AS3
    By joker89 in forum Actionscript 3.0 base
    Replies: 3
    Last Post: 28-01-09, 05:13
  4. leggere da file
    By zanna in forum Actionscript 3.0 avanzato
    Replies: 2
    Last Post: 12-06-08, 08:06
  5. AC_FL_RunContent is not defined
    By looollli in forum Flash Italiano
    Replies: 1
    Last Post: 20-05-08, 14:37

Tags for this Thread

Bookmarks

Posting Permissions

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