FL+DW: Pop up desde FLASH, no me da bola...

mmm.... bueno... eso no me da bola el pop up... debe ser que
estoy fuera de
trainnig...
quiero que al hacer clic en un boton de flash se me habra una
ventana de
html, busque en internes muchas maneras de hacerlos (en en
realidad son toda
smas o menos iguales), pero estoy casi seguro que el problema
es de los
navegadores (IE6 y FIREFOX) ¿que les parece? ¿me
falta algun codigo?
los codigos que usé son los siguientes:
en el boton de flash:
on (release) {
getURL("javascript:openNewWindow('simple.html','thewin25','height=\r\n270,width=310,toolb ar=no,scrollbars=no')");}y
en el head del html:<script language="JavaScript">function
openNewWindow(URLtoOpen, windowName, windowFeatures)
{newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}</script>Muchas gracias!Ale Photoshop

Gracias juan, era eso lo que quería saber...
"Juan Muro `8¬}" <[email protected]>
escribió en el mensaje
news:[email protected]...
> Ale:
> En el botón de Flash has puesto una llamada a un
javascript, pero Flash no
> es un intérprete de Javascript, solo se comunica
con él, por éso tu swf
> debe estar dentro de un html para que te abra la popup.
Además, existen
> una serie de restricciones de seguridad, que se han
implementado mucho en
> Flash 8, para evitar el robo de bandwith, y por ello tu
archivo debe estar
> colgado en tu dominio para que funcione.
> Salu2
> `8¬}
> Juan Muro
> ": : Ale Photoshop : :" <[email protected]>
escribió en el mensaje
> news:[email protected]...
>> ehh... si , ese lo di por acentado...
>> pero sabés que me pasó? si lo subo al
servidor me funciona ¿que puede
>> ser?
>>
>>
>> "XL" <[email protected]> escribió en el
mensaje
>> news:[email protected]...
>>> Te falta el código del htm o php donde
está la peli que embebe el fla
>>> que contiene el botón que lanza el pop up.
Supongo que es que se te
>>> lvidó ponerlo ¿no?
>>>
>>> Saludos, XL
>>>
>>> ": : Ale Photoshop : :"
<[email protected]> escribió en el mensaje
>>> news:[email protected]...
>>>> mmm.... bueno... eso no me da bola el pop
up... debe ser que estoy
>>>> fuera de trainnig...
>>>> quiero que al hacer clic en un boton de
flash se me habra una ventana
>>>> de html, busque en internes muchas maneras
de hacerlos (en en realidad
>>>> son toda smas o menos iguales), pero estoy
casi seguro que el problema
>>>> es de los navegadores (IE6 y FIREFOX)
¿que les parece? ¿me falta algun
>>>> codigo?
>>>>
>>>>
>>>> los codigos que usé son los siguientes:
>>>>
>>>> en el boton de flash:
>>>>
>>>> on (release) {
>>>>
getURL("javascript:openNewWindow('simple.html','thewin25','height=\r\n270,width=310,toolb ar=no,scrollbars=no')");}y
>>>> en el head del html:<script
language="JavaScript">function
>>>> openNewWindow(URLtoOpen, windowName,
windowFeatures)
>>>> {newWindow=window.open(URLtoOpen,
windowName,
>>>> windowFeatures); }</script>Muchas
gracias!Ale Photoshop
>>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • I'm running adobe 11.4 over vista and I'm getting a pop up "adobe flash 11.4 is broken"

    I'm running adobe 11.4 over vista and I'm getting a pop up "adobe flash 11.4 is broken"
    I tried reinstalling 11.4, but to no avail .
    Any ideas?

    Are you using Internet Explorer?  Could you post a screenshot of this error, I haven't seen this exact text before.
    Thanks,
    Chris

  • POP ups in FLASH

    How do i do a pop up from flash??? I have this code:
    And that works on PC and NOT on MAC.(any browser... i think
    (at least it
    doesnt work in safari))
    news2_btn.onRelease = function() {
    getURL('javascript:void(window.open("news01.php?class=news","NEWS","width=500,height=450,
    scrollbars=yes, menubar=no, location=no, resizable=no"));');};

    wynterain wrote:
    > Urami
    >
    > A long long time ago in a forum not to far from here, oh
    it was this
    > forum(lol). You gave me a site of a friend of yours or
    someone you were
    > aquainted. I asked about doing a 3d site in flash. You
    gave me a site with
    > vector animation. I know it sounded like bootylicious
    but started with r I
    > think. Please tell me you have some idea of what I am
    talking about and that
    > you remember the site.
    Can't really remember the site. What is that you need in
    particular I might
    be able to suggest something else tho :)
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • IE8 Error when opening Pop-up with Flash Content

    I am running into a problem creating a webpage.  I am very new to AS3 and not quite a novice at Dw CS3.  I have audio files and flash content that is downloadable from my page.  The audio is made available by clicking on a flash button that links to an mp3 or wav file.  The player then opens and plays the file.  I also created some flash animations that are accessed by flash buttons I also created and put on my webpage.  I added scripting (AS3) for those buttons that defines a pop-up window size and points to an html page to put into the pop-up window.  I'm really not sure if this script is the most efficient.  It probably isn't. The script is below: (Note: I could not paste it in so I retyped it.  Don't know why, but the script works even though there might be syntax errors below.)
          //define variable "jscommand" that has URL to open and pop-up window parameters
    var jscommand:String="window.open('Multiplication.html,'miniwindow','height=440,width=605,toolbar=yes,scrollbar=no');";
          //define variable "openflashURL" which runs "jscommand"
    var openflashURL:URLRequest("javascript"+jscommand+"void(0);");
          //define function "openflashdown" that initiates URL request
    function openflashdown(Event:MouseEvent):void{
    NavigateToURL(openflashURL,"_self"};
          //define button listener
    Mult_FlashPlayer_btn.addEventListener(MouseEvent.CLICK,openflashdown);
    The problem is as follows:  When I click on the flash buttons that use the above script, I get a pop-up window with the .swf in it and everything runs fine.  Next, when I click on an audio button, the mp3 file downloads and the player (Real) begins to play it.  But if I try to open up the flash animation again I get this error message from IE8 "Unspecified Error  Internet Explorer cannot download".
    I tried to find anwsers on-line and I found another person with a similar problem.  Their solution was to take the javascript code out of the flash button coding and put it in the html page directly.  I took the first line on code in the above and put it in the html code.  Dw did not recognize it as code but as text.  I don't know where to go from here.  Does anyone know what to do?  I'm a beginner so please be as clear as you can be.

    Try uninstalling your sound card driver in Device Manager and reboot your PC.

  • Adobe Flash player (I ran scan & got "You have version 9,0,45,0 installed") works on internet explorer emails, BUT it does not work using firefox keeps giving me a pop up need Flash 9 or higher.

    I have Adobe Flash player 9 or higher (I ran your scan-You have version 9,0,45,0 installed) and it always works with Internet Explorer emails BUT every time I click to open incoming email I get a pop up "need to install flash 9 or higher". What can I do? Can I get rid of it? It only happens in internet mail.
    Pat

    Visit [http://get.adobe.com/flashplayer/ this Adobe page] with both browsers to update your Flash version; Firefox uses a different install than IE, so having one doesn't mean you have the other.

  • Why am I having difficulty streaming movies know and there is also a pop up Adobe Flash Settings that comes up from the person s who have the web site

    Why am I know having such difficulty streaming movies, it constantly stopping to upload,, pretty frustrating. There a also  pop ups that have started to come up "  Adobe Flash Settings "Some go away when I click deny, others I need to leave the site because deny won't shut it.

    Blacklist the site. The Flash popups are probably attempts to download malware.
    Do not get Flash from anywhere other than Adobe themselves.

  • Grey "Character" pop up window flashing intermittently over everything?

    Hi
    I was drafting an email earlier and I clicked on the "Edit" menu option and then on the "Special Characters" option in the dropdown menu. The pop up window containing the Special Characters options did not open, instead a grey pop up window of the same size began to flash intermittently on whatever screen or program I am using. The timer is visible in the centre of the screen and the word "Characters" is visible at the top of the window...
    I tried a restart but it did not solve it.
    Any thoughts would be very much appreciated.
    D

    Hi Tom
    I just want to say thank you very much for solving my Mac issue.
    My first mac was bought as a present from NJ when I was over visiting my girlfriends Mother, Thanksgiving 2008.
    I live in Ireland where we have no Mac Store : (  I am always concerned that something like yesterday's issue would arise (thankfully this was the first time).
    Sure, we have approved service agents etc but there is nothing like the reassurance of walking into a Mac Store for your appointment with an expert, that is, until yesterday when I realised the power of the Apple Support Communities.
    People like you give non techie Mac lovers a great peace of mind and freedom to enjoy the experience safe in the knowledge that we have somewhere to turn if we get stuck!
    Again I am very grateful.
    Slan agus go raibh mile maith agat
    Declan Brennan

  • How to remove pop ups and flash mall ads

    When I follow the first step of the instructions from Linc Davis on how to get rid of pop ups flash mall on how to get rid of pop ups flash mall
    I find the following at ~/Library/LaunchAgents:
    com.extensions.updater67619.agent.plist
    com.extensions.updater67619.ver
    com.extensions.updater71471.agent.plist
    com.extensions.updater71471.ver
    com.flashmall1-1.agent.plist
    com.google.keystone.agent.plist
    com.Installer.completer.download.plist
    com.Installer.completer.ltvbit.plist
    com.Installer.completer.update.plist
    com.jdibackup.ZipCloud.autostart.plist
    com.jdibackup.ZipCloud.backupstart.plist
    com.jdibackup.ZipCloud.notify.plist
    com.webtools.update.agent.plist
    UpdateDownloader
    Should I delete all these files???

    Only remove the ones Linc listed; if doing so doesn't remove the adware, keep only the items relating to software you'd like on the computer. Mac OS X doesn't itself put any files in it.
    (124218)

  • Pop ups concerning flash player

    cannot use green mountain card program as flash player pop up insists on popping up.
    I have installed and uninstalled several times , not there must be something I am doing wrong.
    please help
    Martha

    I have no idea what is popping up; can you post a screenshot?

  • Pop ups from Flash Player?

    I installed Flash Player and now I have unwanted pop-ups!!!  How do I get rid of them?

    They DON'T come from Flash Player.
    They come from "adware" and the adware uses Flash Player to display the popups (sometimes).
    You need to run a thorough system scan.

  • Dreamweaver, Fireworks pop menu and Flash  banner issue

    For some unknown reasons I am not getting my Fireworks
    pop-menu to show over a flash banner. It looks like it's working,
    but hidden behind the flash banner

    >>but hidden behind the flash banner
    That's because Flash content rises to the top, so to speak.
    There is a
    kludge/hack using the wmode parameter but I believe it only
    works in IE.
    Your best bet is to redesign the page so the Flash is
    separated from the
    menu.
    Walt
    "snazaire" <[email protected]> wrote in
    message
    news:f747u9$cqk$[email protected]..
    > For some unknown reasons I am not getting my Fireworks
    pop-menu to show
    > over a flash banner. It looks like it's working, but
    hidden behind the
    > flash banner

  • Turning off right mouse click settings pop-up in Flash player

    Using Flash CS4 to create Flash presentation. Is there any way to disable the built-in flash default player function of displaying a pop-up menu on right mouse click that shows About Flash player and quality settings? Trying to use right click for movement within the presentation.

    This link might help:
    http://www.permadi.com/tutorial/flash5tips/#TIP2
    There's a script that will disable most of the options on the menu (not what you're looking for, unfortunately), the mention of a couple of options for programs that will disable the menu completely (no personal experience with those!), and most intriguing, an undocumented feature that will "trap" right mouse clicks. You might want to look into that final option - since if you can trap it, you could also probably trigger another function with that same action. (Sorry if my actionscript terminology isn't the clearest, but I'm sure you get what I'm saying!)
    Good luck!

  • Javascript desde Flash

    Hola:
    Estoy usando javascript desde mi Flash 8 P. La
    instrucción es simple y todos
    sabemos lo que hace:
    getURL("JavaScript:ventana=window.open('pagina.html')");
    Este código lo coloco en el evento Press o Release de un
    botón.
    El asunto es que este código tiene un comportamiento en
    IE y otro, por
    ejemplo, en SAFARI. El comportamiento que espero es el que se
    produce en
    SAFARI. El navegante presiona el botón y se abre la
    ventana nueva pero el
    Flash en el que se encuentra el botón sigue ahí.
    En cambio, en IE, luego de presionar el botón,
    además de abrirse la ventana
    nueva, la ventana donde se encuentra el botón carga una
    página en blanco que
    sólo dice [object]
    Esto es un misterio y no sé cómo resolverlo.
    Cualquier comentario puede ayudarme.
    Muchas gracias.
    Federico

    Estimado Juan:
    Muchas gracias por tu mensaje.
    No soy un teórico de los lenguajes de programación
    y seguro que sé mucho
    menos que vos en este aspecto y en varios otros. Pertenezco a
    una generación
    reciente de programadores que no han pasado por la
    educación formal pero que
    tienen ya, a pesar de eso, algunos logros en su trabajo.
    Sin confrontar, te voy a efectuar algunas preguntas y voy a
    hacer algunos
    comentarios. De acuerdo a lo que sé sobre lenguajes
    orientados a objetos,
    void forma parte de la definición de una función,
    por ejemplo void mifuncion
    (void) sería una función que no retorna un valor
    (tal vez deberíamos
    llamarla procedimiento) y que tampoco recibe parámetros.
    Esto está muy
    claro. El asunto es que void aparece en la definición de
    la función, pero
    nunca he visto que se utilice para llamar a la función.
    De hecho, si la función open del objeto window no
    retorna un valor en
    javascript, te menciono que no he visto en ninguna
    página en la que se use
    esta función que se lo haga con el operador VOID. Ahora
    bien, estamos de
    acuerdo en que es un error desde el punto de vista de la
    sintaxis con que se
    debe escribir la función y estamos de acuerdo en que
    varios vicios de los
    programadores se han ido consolidando con el tiempo, no
    debería Flash
    indicarme que hay un error en el modo en que coloco la
    función, sobre todo
    considerando que esta no funcionará correctamente en
    algunos navegadores?
    Estas son algunas de las preguntas que me hago.
    Gracias por tu ayuda!!
    Federico
    "Juan Muro" <[email protected]> escribió en el
    mensaje de noticias
    news:[email protected]...
    > Ante todo mis excusas, Federico: Podría
    interpretarse por el comienzo de
    > mi anterior mensaje que te reprocho no estudiar, lo que
    nunca fue mi
    > intención. Pretendía con ello decir que este
    es un problema bastante
    > básico, pero mis palabras no fueron las correctas.
    Repito, mil perdones.
    > Precísamente porque la instrucción nativa void
    indica que la función no
    > retorna un valor, es por lo que es adecuada en este
    caso. De otra manera
    > el server puede (y debe) interpretar que existe un
    objeto -en este caso un
    > objeto ventana- esperando respuesta de la funcion.
    > No es que los ingenieros programadores que hicieron
    Flash no supieran de
    > esto (no es cosa de flash en este caso sino del
    javascript al que se llama
    > desde una función de Flash), sino de la manera de
    programar:
    > A la manera ortodoxa, por decirlo así, de utilizar
    los lenguajes de
    > programación le llamamos 'strict data typing', o en
    mal castellano 'tipado
    > estricto de datos'. Mediante esta manera los
    programadores nos obligamos a
    > definir en las funciones el tipo de datos que manejamos
    y los retornos de
    > las funciones, so pena de obtener en los depuradores
    (debugers) de los
    > compiladores de código, unos errores que impiden la
    compilación. ¿Para qué
    > asumimos estas nuevas obligaciones?, pues precisamente
    para detectar y
    > poder evitar errores como el que comentamos.
    > Pero algunos lenguajes de programación comenzaron
    su andadura sin tener
    > presente los estándares de programación, por
    lo que la implementación del
    > strict data typing era imposible. Action Script, por
    ejemplo, solo lo
    > consiguió a partir de la versión 2 del
    lenguaje -con Macromedia Flash 8- y
    > muchos otros andan aún en ello.
    > Lo que sucedió durante la elaboración de IE es
    algo tan confuso, y repleto
    > de injerencias empresariales que nada tienen que ver con
    los lenguajes de
    > programación, que sería demasiado largo de
    contar. No obstante
    > desconocemos el código C++ en el que está
    implementado IE, ya que forma
    > parte del sistema operativo windows, con el que se haya
    profusamente
    > entrelazado, y no solo es secreto y privado sino
    secretista y privativo.
    > Mozilla Firefox interpreta bien tus intenciones de abrir
    una nueva
    > ventana, aunque hayas 'escrito mal' (de manera poco
    ortodoxa, quiero
    > decir) la instrucción. Esto sucede porque, hartos
    de encontrarse con este
    > problema, terminan por asumirlo e implementar en su
    navegador el código
    > que interpreta tu órden de la manera más
    habitual, pero ello no significa
    > que sea Mozilla el que funciona de la manera correcta
    (de hecho es IE el
    > que lo hace), sino que Mozilla ha tapado este parche tan
    frecuente y ha
    > asumido con ello una mala práxis de algunos
    programadores.
    > Salu2
    > `8¬]
    > Juan Muro
    >
    > "Federico" <[email protected]>
    escribió en el mensaje de noticias
    > news:[email protected]...
    >> Estimado Juan:
    >>
    >> Te aseguro que estudio bastante, pero insisto en mi
    teoría de que el
    >> mundo de la programación es sumamente arduo. He
    preguntado en foros dónde
    >> hay personas que saben mucho más que yo y no
    supieron qué decirme.
    >> Conozco lo que hace la instrucción VOID, mi
    pregunta es, y qué importa lo
    >> que hace en este caso? Esa instrucción indica
    que la función no retorna
    >> un valor. Me pregunto si la gente que hizo Flash y
    la que hizo IE no lo
    >> saben, si la función no retorna un valor no me
    explico porque tengo que
    >> utilizar una instrucción que indique eso. Me
    parece que es Mozilla el que
    >> funciona de manera correcta.
    >> Te mando un saludo.
    >>
    >>
    >> Federico
    >>
    >>
    >> "Juan Muro" <[email protected]> escribió
    en el mensaje de noticias
    >> news:[email protected]...
    >>> No Federico, no es difícil, solo hay que
    estudiar. El void es la orden
    >>> de no retorno en muchos lenguajes de
    programación, no solo en java y
    >>> javascript. Con ella le indicamos a la
    función que no tiene que
    >>> devolvernos un valor de datos. Lo extraño
    del caso es que la
    >>> bien-interprete Microsoft, que siempre se ha
    distinguido por su
    >>> programación farragosa y su falta de
    ortodoxia en las sintaxis de los
    >>> lenguajes, y sin embargo sí que cuele en
    Mozilla y otros, que respetan
    >>> más los estándares.
    >>> Ya ves que nada es verdad ni es mentira, todo se
    ve según el color del
    >>> cristal con que se mira.
    >>> Salu2
    >>> `8¬]
    >>> Juan Muro
    >>>
    >>> "Federico" <[email protected]>
    escribió en el mensaje de noticias
    >>> news:[email protected]...
    >>>> Juan:
    >>>>
    >>>> Mil gracias, justo ayer, después de dos
    o tres semanas de investigar,
    >>>> encontré a alguien en Internet dando el
    mismo consejo que vos y así
    >>>> pude resolver el problema. Que difícil
    es programar no?
    >>>> Saludos.
    >>>>
    >>>>
    >>>> Federico
    >>>>
    >>>> "Juan Muro" <[email protected]>
    escribió en el mensaje de noticias
    >>>> news:[email protected]...
    >>>>> Hola Federico:
    >>>>> A la función de javascript le debes
    meter un void para que no retorne
    >>>>> datos de objeto, tal que, por ejmeplo,
    así:
    >>>>> on (release) {
    >>>>> getURL
    >>>>>
    ("javascript:void(window.open('../HTML/pop_up2.htm','popup','toolbar=no,menubar=no,scroll bars=no,resizable=no,width=400,height=550'))");
    >>>>> }
    >>>>> Salu2
    >>>>> `8¬]
    >>>>> Juan Muro
    >>>>>
    >>>>> "Federico"
    <[email protected]> escribió en el mensaje de
    >>>>> noticias
    news:[email protected]...
    >>>>>> Hola:
    >>>>>>
    >>>>>> Estoy usando javascript desde mi
    Flash 8 P. La instrucción es simple
    >>>>>> y todos sabemos lo que hace:
    >>>>>>
    >>>>>>
    getURL("JavaScript:ventana=window.open('pagina.html')");
    >>>>>>
    >>>>>>
    >>>>>> Este código lo coloco en el
    evento Press o Release de un botón.
    >>>>>> El asunto es que este código
    tiene un comportamiento en IE y otro,
    >>>>>> por ejemplo, en SAFARI. El
    comportamiento que espero es el que se
    >>>>>> produce en SAFARI. El navegante
    presiona el botón y se abre la
    >>>>>> ventana nueva pero el Flash en el
    que se encuentra el botón sigue
    >>>>>> ahí.
    >>>>>> En cambio, en IE, luego de presionar
    el botón, además de abrirse la
    >>>>>> ventana nueva, la ventana donde se
    encuentra el botón carga una
    >>>>>> página en blanco que sólo
    dice [object]
    >>>>>> Esto es un misterio y no sé
    cómo resolverlo.
    >>>>>> Cualquier comentario puede ayudarme.
    >>>>>> Muchas gracias.
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>> Federico
    >>>>>
    >>>>
    >>>
    >>
    >

  • Fixed size browser window pop-up from flash?

    Hi there... I'm finishing off a flash website for a band and
    I've created a little music player that's 380 x 250 pixels...
    There's a "launch music player" button in my site and when pple
    click on it, I'd like the music player (which is a flash file
    embedded in an html file) to pop up in it's own little browser
    window. I know how to make normal full size windows pop up (by
    using the: getURL("location", "_blank").... function) but I need a
    browser window that doesn't scroll and isn't resizeable, with a
    fixed size of 380 x 250 to pop up. I know how to do this in HTML
    (dreamweaver), but not in flash - can anyone help?
    Mal

    Using the getURL function you can call a specific javascript
    function where you can create a new window with specific size:
    getURL('javascript:FUNCTION();');
    Cheers,
    Gorka

  • Safari,;pop-ups,adobe flash

    i'm trying to load adobe flash on my sons itouch for the disney chanel.safari says it cannot download this file. when i try to learn more, safari say it cannot open a pop up because there are to many pages open. i've tried turning off pop ups turning off pop ups, no difference. my current browser is safari 525.2 and when i try to upgrade my browser to mozilla, i get safari saying it cannot open a pop up thing again. please help

    You cannot install anything via safari.
    Anything that must be installed is done through itunes app store.
    Adobe does NOT make a flash player for ipod touch/iphone.

Maybe you are looking for

  • Backing up all my pics on DVD

    Once again, on opening the Finder window, I am a rabbit dazzled in headlights (OS9, by comparison, was a model of clarity). As far as I can tell, all my family's photos are spread across the three Users' folders, depending on who uploaded them from t

  • 9.0.3 Upgrade Moved the Navigation Box from Top to Side How can I Fix this?

    In all my previous version of itunes (5+ years worth), I've used the navigation bar on top of the master library list, I'm sure what the official name is, but it opened on top of the library and I could sort my artist, album or genre. I just upgraded

  • Partial Move of Library from IPOD to New Computer??!?

    Hi - Trying to move my entire library from one computer to another. It appears(??) I was successful at moving all the songs I purchased from itunes. Am at my wits end trying to figure out how to get the songs I got off CD's that are now in my ipod an

  • Convert 16 bit Grayscale tiff file to Bitmap

    How can I do a batch conversion of 500+ pics (in TIFF format) from 16-bit grayscale to bitmap in Photoshop? Thanks. Chris PS - I know how to change them manually (Image>Mode>drop to 8 bit and then to bitmap).

  • Difference between Oracle Weblogic Administration and Ofm Soa Admin

    Hi, what is the difference between Oracle Weblogic Administration and Oracle Fusion Soa Weblogic server Administration? pls help me anyone, i want to learn weblogic Administration, but having some confusions.......... thanks,