SWF en DW: No veo SWF usando templates de DW!!!

ME está rompiendo la cabeza!!!
A ver si a alguien le ha pasado...
Hice un Template (plantilla) en dreamweaver para hacer varias
paginas. Hice
varias paginas y todo me funcionaba bien.
Decidí agregarle un layer al template, asi se lo
hagregaba a todas las
paginas. y Saben que pasó? Ahora no veo el SWF del
encabezado...
Puse un jpg en reemplazo del SWF y todo aparece normal.
Pero lo mas loco es que si previsualizo el TEMPLATE en el
explorer, veo todo
normal. Ahora, cuando previsualizo cualquiera de las otras
páginas que
dependen del TEMPLATE, no me muestran el SWF...
Es la segunda vez que me pasa. La primera vez no le di
importancia porque ya
tenia el sitio terminado y subido. Pero ahora el sitio
está en pleno
desarrollo y tendria que armar todo de nuevo.
Lo mas loco es que si creo un nuevo HTML a partir del
TEMPLATE y lo guardo y
previsualizo, ahi si veo el SWF!, pero no lo veo en el resto
del as
paginas!...
La pregunta es:
¿puede incidir en la visualización de un SWF
colocar un LAYER en un html o
en un TEMPLATE???
¿será algo del Z-INDEX del layer??? me fijo en el
código y no hay nada
raro!?
No s esi obtenga una solución a travez del foro... pero
me a servir para
desahogarme un poco....!
Saludos y espero el comentario de un Mesias.
Ale Photoshop

Por lo que veo, se actualiza la ruta en las etiquetas embed y
object, pero
no en el script:
Plantilla:
en el script: '../images/sonnos_top'
embed src="../images/sonnos_top.swf"
param name="movie" value="../images/sonnos_top.swf"
En cambio, en la pagina hija:
en el script: 'src','../images/sonnos_top'
embed src="images/sonnos_top.swf"
param name="movie" value="images/sonnos_top.swf"
Como el documento usa el script (ya que javascript está
activado), utiliza
la ruta incorrecta. Es posible que los otros swf carguen sin
problemas
porque utilizan el método antiguo de carga sin script
(utilizando object o
embed)
Modifica en la lista de parámetros que utiliza el script
las rutas, ej:
<script type="text/javascript">
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','750','height','237','title','Sonnos
Wb: Fábricación de Productos y Respuestos para
Gimnasios.','src','images/sonnos_top','quality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmod e','TRANSPARENT','movie','images/sonnos_top'
); //end AC code
</script>
En este aso, no podrás ver el swf en la plantilla, pero
sí en el resto de
páginas hijas, aunque hay una solución: Escribir la
ruta relativa a la raiz
del sitio en vez de al documento:
<script type="text/javascript">
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','750','height','237','title','Sonnos
Wb: Fábricación de Productos y Respuestos para
Gimnasios.','src','/images/sonnos_top','quality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmod e','TRANSPARENT','movie','/images/sonnos_top'
); //end AC code
</script>
En este caso, verás el archivo tanto en las plantillas
como en las paginas
hijas
Saludos,
Andres Cayon
http://www.dwug.es
": : Ale Photoshop : :" <[email protected]>
escribió en el mensaje de
noticias news:[email protected]...
> Estuve viendo ue por algun motivo, cuando modifico el
TEMPLATE, las
> paginas hijas de este template se actualizan pero no me
muestran el SWF
> del encabezado, pero si me muestran otros SWF...
> La verdad que ya no se que hacer...
> Me estoy empezando a desesperar...!!!!
>
> Ale Photoshop
>
>
> ": : Ale Photoshop : :" <[email protected]>
escribió en el mensaje
> news:[email protected]...
>> Gracias Andres por tu interes,
>> Veo porr donde viene tu solución, y la verdad
que no chequee si el DW me
>> actualiza bien el ruteo.
>> Lo voy a revisar, pero igual acá te dejo el
código:
>>
>> Codigo del TEMPLATE:
>>
>> <!--INICIO de Pelicula SWF Sonnos WEB -->
>> <script type="text/javascript">
>> AC_FL_RunContent(
>> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','750','height','237','title','Sonnos
>> Wb: Fábricación de Productos y Respuestos
para
>>
Gimnasios.','src','../images/sonnos_top','quality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmod e','TRANSPARENT','movie','../images/sonnos_top'
>> ); //end AC code
>> </script>
>> <noscript>
>> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
>> width="750" height="237" title="Sonnos Wb:
Fábricación de Productos y
>> Respuestos para Gimnasios.">
>> <param name="movie"
value="../images/sonnos_top.swf" />
>> <param name="quality" value="high" />
>> <param name="WMODE" value="TRANSPARENT" />
>> <embed src="../images/sonnos_top.swf" width="750"
height="237"
>> quality="high"
>> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
>> type="application/x-shockwave-flash"
wmode="TRANSPARENT"> </embed>
>> </object>
>> </noscript>
>> <!--FIN de Pelicula SWF Sonnos WEB -->
>>
>>
>>
>>
>> y Acá el de una página HIJA del TEMPLATE:
>>
>> <!--INICIO de Pelicula SWF Sonnos WEB -->
>> <script type="text/javascript">
>> AC_FL_RunContent(
>> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','750','height','237','title','Sonnos
>> Wb: Fábricación de Productos y Respuestos
para
>>
Gimnasios.','src','../images/sonnos_top','quality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmod e','TRANSPARENTE','movie','../images/sonnos_top'
>> ); //end AC code
>> </script>
>> <noscript>
>> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
>> width="750" height="237" title="Sonnos Wb:
Fábricación de Productos y
>> Respuestos para Gimnasios.">
>> <param name="movie" value="images/sonnos_top.swf"
/>
>> <param name="quality" value="high" />
>> <param name="WMODE" value="TRANSPARENTE" />
>> <embed src="images/sonnos_top.swf" width="750"
height="237"
>> quality="high"
>> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
>> type="application/x-shockwave-flash"
wmode="TRANSPARENTE">
>> </embed>
>> </object>
>> </noscript>
>> <!--FIN de Pelicula SWF Sonnos WEB -->
>>
>> Ya me pongo a revisarlo... obviamente, si ves algo
raro por favor
>> avisame!!!
>>
>> Saludos!
>>
>> Ale Photoshop
>>
>>
>> "Andres Cayon" <[email protected]>
escribió en el mensaje
>> news:[email protected]...
>>> Hola Ale:
>>> 1.- Has actualizado las páginas que
dependen del template?
>>> 2.- Los mayores problemas con las plantillas son
a causa de las rutas
>>> (ya que el template utiliza rutas diferentes a
las finales de la páginas
>>> hijas): ¿Puedes postear el fragmento de
código donde la plantilla carga
>>> el swf y el mismo fragmento obtenido de una
página generada a partir de
>>> la misma?
>>>
>>> Saludos,
>>> Andres Cayon
>>>
http://www.dwug.es
>>>
>>>
>>> ": : Ale Photoshop : :"
<[email protected]> escribió en el mensaje de
>>> noticias
news:[email protected]...
>>>> ME está rompiendo la cabeza!!!
>>>> A ver si a alguien le ha pasado...
>>>> Hice un Template (plantilla) en dreamweaver
para hacer varias paginas.
>>>> Hice varias paginas y todo me funcionaba
bien.
>>>> Decidí agregarle un layer al template,
asi se lo hagregaba a todas las
>>>> paginas. y Saben que pasó? Ahora no veo
el SWF del encabezado...
>>>> Puse un jpg en reemplazo del SWF y todo
aparece normal.
>>>> Pero lo mas loco es que si previsualizo el
TEMPLATE en el explorer, veo
>>>> todo normal. Ahora, cuando previsualizo
cualquiera de las otras páginas
>>>> que dependen del TEMPLATE, no me muestran el
SWF...
>>>>
>>>> Es la segunda vez que me pasa. La primera
vez no le di importancia
>>>> porque ya tenia el sitio terminado y subido.
Pero ahora el sitio está
>>>> en pleno desarrollo y tendria que armar todo
de nuevo.
>>>> Lo mas loco es que si creo un nuevo HTML a
partir del TEMPLATE y lo
>>>> guardo y previsualizo, ahi si veo el SWF!,
pero no lo veo en el resto
>>>> del as paginas!...
>>>>
>>>> La pregunta es:
>>>> ¿puede incidir en la visualización
de un SWF colocar un LAYER en un
>>>> html o en un TEMPLATE???
>>>> ¿será algo del Z-INDEX del
layer??? me fijo en el código y no hay nada
>>>> raro!?
>>>>
>>>> No s esi obtenga una solución a travez
del foro... pero me a servir
>>>> para desahogarme un poco....!
>>>>
>>>> Saludos y espero el comentario de un Mesias.
>>>>
>>>> Ale Photoshop
>>>>
>>>
>>
>>
>
>

Similar Messages

  • How can I call functions from a SWF loaded in to another SWF?

    Hi there,
    Please excuse my ignorance, I am very new to actionscript and flash.
    I have 2 SWF's - a.swf and b.swf.
    I load b.swf into a.swf with the following code:
    var swfLoader:MovieClipLoader = new MovieClipLoader();
    swfLoader.loadClip("b.swf", container_mc);
    Now in b.swf, I have a function as follows:
    public function sendData(){
      trace("I ran the function!");
    So I have done a lot of reading, from what I can tell I should be able to run the sendData() function from the code in a.swf, by typing:
    container_mc.sendData();
    but its not working. What am I doing wrong?
    Thanks in advance,
    Adam

    Thanks heaps mate, after a bit of trial and error it works! Here is the code that I added:
    var loadingListener:Object = new Object();
    swfLoader.addListener(loadingListener);
    loadingListener.onLoadStart = function(container:MovieClip):Void  {
        trace("The MovieClip "+container+" started loading");
    loadingListener.onLoadInit = function(container:MovieClip):Void
        trace("The MovieClip " + container + " has been initialized");
      container_mc.test();
    Marked your answer as correct :-)
    Thanks again, I really appreciate your help.
    Cheers
    Adam

  • FAQ: How do I load an external SWF file into a parent SWF file?

    A ton of Flash users visit Adobe’s we site every month wondering  about how to load an external SWF file from within another SWF.
    Adobe's own TechNote on the subject attempts to answer the basic question, along with some common follow-up questions, including:
    How do I load more than one SWF?
    How do I load a SWF into a specific location in the display list?
    How do I resize the loaded SWF?
    How do I set its X and Y location?
    Here are some additional resources that elaborate on loading content and on working with the display list:
    Sample files for the above TechNote. A set of 3 FLA and 3 corresponding SWF files, including a parent SWF and 2 SWFs that the parent loads.
    Help > AS3 Developer’s Guide > Loading an external SWF file
    Help > AS3 Developer’s Guide > Loading display content dynamically
    Loading multiple external SWFs within a main SWF – CreativeCow.net forums
    Video tutorial: ActionScript 101 – Episode 6: Adding named objects to the Stage. By Doug Winnie. An example of how to add the loaded external asset to the Stage and modify its location or other properties.
    Video tutorial: Preloading in ActionScript 3.0.  By Lee Brimelow. A slightly more complicated example, showing how to  make the parent SWF display information about the progress of loading  the external SWF.
    Tutorial: Loading and unloading SWFs - FlashAndMath.com
    This article provides several examples of how to communicate between a parent SWF file and the loaded SWF:
    SWF to SWF Communcation via ActionScript 3.0 (by kglad)

    quote:
    Originally posted by:
    NedWebs
    You now seem to want to get rid of the swf once it has loaded
    and played itself thru. To do that you would need to have something
    in the swf itself that triggers its removal in its last frame. The
    following might work...
    MovieClip(this.parent).removeChild(this);
    Unfortunately I couldn't get this to work. I placed it on the
    last frame of the SWF to be called - is that right?
    I am not sure I am doing it correctly...

  • Too much delay to load new SWF after unloaded the current SWF

    Hi,
    In our application we are using more than 10 SWFs. While traversing one SWF to other trying to unload currently loaded SWF and loading the new one. We were success to unload the existing SWF but the problem is, taking too much time to load new SWF (more than 5 seconds). Please suggest a useful method to avoid this delay to get better performance.
    will get some idea from following code snippet.
    Thanks
    public function SwitchSWFs():void
                   if (null != SystemAgent.getInstance().currentSWFLoader)
                                    SystemAgent.getInstance().currentSWFLoader.unload();
                                    SystemAgent.getInstance().currentSWFLoader = null;
                                    trace("HomeUI : Previous swf unloaded!!!");
                    else
                    addChild(SystemAgent.getInstance().swfLoaderSecondSWF);
                    SystemAgent.getInstance().currentSWFLoader = SystemAgent.getInstance().swfLoaderSecondSWF;
    //will invoke from a button click
    public function LoadSecondSWF():void
                    SystemAgent.getInstance().swfLoaderSecondSWF.load(new URLRequest("Second.SWF"));
                    SwitchSWFs();

    Is the delay happening when you test locally?
    One thing you might try is to load any Loaders you have up front before they are needed so that there is a better chance they are ready to be added to the display list when called for.  So instead of having the button trigger loading the swf, you just have it call the switchSWFs function.
    Another thing you might try if you keep it where the button triggers loading the file is to assign an event listener for the Loader to detect when it has finished loading and then have that listener's event handler function call the switchSWFs function.  At least that way, the current swf is not unloaded until a replacement is ready and waiting.

  • GetURL not working when swf is loaded into another swf

    Ok, I need some help for something relatively simple which
    for some reason I've not been able to find any information on at
    all?
    Hopefully it will be something easy to fix.
    Essentially I have the following:
    my main movie "Home.swf"
    another movie "Sub.swf"
    I've loaded "Sub.swf" into "Home.swf" via an empty movieclip.
    Within "Sub.swf" I have some links which when clicked call
    getURL and open a HTML page in the browser.
    But for some reason the getURL isn't working and I believe
    its because the getURL is called from a loaded movie within
    "Home.swf".
    I've tried changing the actionscript to:
    _root.getURL('/mypage.html');
    _parent.getURL('/mypage.html');
    but neither (_root / _parent) seems to work?
    Need help here please.
    Many thanks.
    Kind regards,
    M.

    Hi kglad,
    Yes the button is definitely firing ok.
    In the "Sub.swf" movie, on the second frame of the timeline
    (the first frame is some preloader code) there is the following
    code:
    imgMC.mascara.onPress = function() {
    //trace('mc[activo] = ' + mc[activo]);
    switch(mc[activo])
    case _level0.imgMC.MC0:
    trace('0 - ' + mc[activo])
    break;
    case _level0.imgMC.MC1:
    trace('1 - ' + mc[activo])
    break;
    case _level0.imgMC.MC2:
    trace('2 - ' + mc[activo])
    break;
    case _level0.imgMC.MC3:
    trace('3 - ' + mc[activo])
    break;
    case _level0.imgMC.MC4:
    trace('4 - ' + mc[activo])
    break;
    case _level0.imgMC.MC5:
    trace('5 - ' + mc[activo])
    break;
    If I run this movie in Flash (ctrl-enter) then the trace
    works fine.
    But the trace stops working when I run the main "Home.swf"
    movie in Flash (ctrl-enter) when the "Sub.swf" is loaded into an
    empty movie clip.
    And when I change the trace for a getURL and test in a
    browser it still doesn't work?
    What do you reckon?
    Thanks.
    M.

  • Parent swf call function in Child swf not working

    Hi all,
    I'm having a problem with this and I just can't figure it out
    :( (I've been trying different things and staring at it for hours
    and I'm losing my mind...)
    So I have a Parent swf that loads a Child swf (this goes
    without any problems), but I want the Parent to call a function in
    the child, now this is where it goes wrong...
    The function the Parent has to call is named "lookupcar" and
    needs to give the value "wagen" with it. The problem I think is
    that the Parent wants to call the function but it still needs to
    load (correct me if I'm wrong). Is there a way to check if the
    Child swf is loaded completely before trying to call the function?
    Could you give me an example of this please? Or any other
    suggestions on what goes wrong?
    Code in the Parent
    root.inhoud.createEmptyMovieClip("thetext", "thetext",
    this.getNextHighestDepth());
    root.inhoud.thetext.loadMovie("uitrusting-wagenpark.swf");
    root.inhoud.thetext.lookupcar(wagen);
    Code in the Child
    (the function lookupcar)
    _global.lookupcar = function(carnr:String){
    trace("LOOKUPCAR, with car nr: " + carnr);
    Thanks in advance for all the help.

    Perfect....just to make sure i m taking care of it in a nice practical way....here is how i learned to access a file located in Child (researching other posts)
    is this the way you recommend it?
    (LoaderName.content as MovieClip).functionName(new Event("whatever"))
    and in Child File we have
    function functionName(e:Event)
    i have seen other ways of calling a function in Child Swf , like using EmbedSWF and etc. wanna make sure which one is a better practice. Thanks

  • Loading a sequence of swf files in one main swf

    Can someone help me with this?
    I'm using this loadMovie actionscript to load a swf file, but
    I want to load mutiple swf files in sequence. Should I just repeat
    the actionscript?
    Something like this?
    loadMovie("filename1.swf", 1);
    loadMovie("filename2.swf", 1);
    loadMovie("filename3.swf", 1);

    just take three diff blank movie clip like a,b,c
    and place it properly where you want to load swf and write
    loadMovie("filename1.swf", "a");
    loadMovie("filename2.swf", "b");
    loadMovie("filename3.swf", "c");

  • Imported swfs getting data from main swf

    Hi everybody,
    I'm struggling shaking my old school AS2 mindset here. I've got a main swf which loads a bunch of subordinate swfs. I need my loaded swfs to see some variables in the main. For instance (example simplified for conversational purposes), let's say I've got a swf loading (we'll say littleSwf), which needs to set its rotation based on a variable (we'll say swfRotation) in the main. The rotation code is inside of the little swf. How does that little swf get told / find out what its rotation number is?
    How would I do that? I've tried everything I can think of and done some digging, but apparently not in the right places.
    Any input appreciated.
    Dan P.

    If you are loading the swf into another, chances are you are using a Loader.  So the Loader becomes the parent of the loaded swf.  And the main swf is the parent of the Loader.  So using the more common AS2 mindset, you would want to get any variable in the main swf by targetng the parent.parent... which in AS3 can be done using... MovieClip(parent.parent).
    A more OOP correct way of getting the rotation value to the child is to assign it to it from the main swf after it has completed loading the child.  To do this you assign a listener to the Loader to determine when the file has been loaded, and then you have the main file target the child thru Loader.content property.  You could then have some function in the child that the main calls and passes the rotation value to as an argument, or just have the main file perform the operation on the child using the rotation value if that is suitable.

  • Edit/change swf files in pages based on DW templates

    I have seen how to make banners or pictures editable by using the »Editable Tag Attribute« function. But when I want to do the same with a swf banner I don't get the option SCR in the popup menu, but: ID, CLASSID, WIDTH and HIGHT instead. I have tried to add other attributes as well, but none of them seem to work. Do anyone know how to solve this problem, so I can define a knew swf on every new page?

    I would do this by creating the circles in Illustrator and assigning them with a formula in Excel so they can just come in with the merge.
    Use this formula, substituting your values
    =IF(A2>75,"Green.jpg",IF(A2>49,"Yellow.jpg",IF(A2<50,"Red.jpg",)))
    Then just have placeholders for the circles. (note that the title of the column must begin with '@ for DataMerge to see this as an image field. (Make sure the csv file is in the same folder with the images.)

  • Dynamic swf that exports non-dynamic swf

    Is it possible to create a swf file that would dynamically load images into a viewer and then output a self-contained swf of that same file?
    I guess it's really two questions.
    1. can you embed dynamically loaded images into another file?
    2. can you export a swf from itself.
    Think of custom flash banner templates of sorts. Where users can upload their own images and then receive a self contained flash banner with those same images embedded.
    Just curious as to the possibilities of such a thing. Maybe get into specifics later.
    Thanks!

    wow, thanks for the quick reply.
    So flash doesn't have the ability to self publish. What would one need in order to push out a swf from an online appication?

  • Concatenate two single frame swf's into one singleframe swf?

    Hi
    Is it possible to combine multiple swf's into one "single frame" swf?
    I have an flex application, that has a scroller with a swfloader inside, and the swfloader should load the "single frame" swf and it is possible to navigate up and down, via the scroller.
    Any help is appreciated.
    /Allan

    I've experienced the same thing sometime long in the past,
    and I probably did a frame by frame Print Screen to get around it.
    If it's single frame swf, then that's probably all you're going to
    get is one frame as an output.
    You may be able to incorporate a jpeg encoder of some sort to
    take snapshots as the piece animates in some form of loop fashion,
    but I'm not savvy in that dept.

  • How to Restart a SWF movie (from in the SWF)

    Hello all:)
    My designer has a flash movie that is heavily actionscript
    (it has only 1 frame on the timeline!) Is it possible to create a
    button that will either replay the movie from the beginning
    (ignoring any input info) or refresh the HTML page it is on so the
    movie starts over? We can't use the "Go to Frame 1" action because
    it does not clear the variables already input (it's already in
    Frame 1).
    I appreciate any help anyone can come up with...
    Again, we need to either refresh the HTML page the SWF file
    is on from inside the SWF, or make the SWF play again from scratch,
    erasing any variables it may have.

    Delete it.

  • In Flash CS4 a generated html with swf file won't play swf

    Using Flash CS4 and having the Flash plug-in ver 10 on my PC, the generated html file will not play the swf in the browser.
    I noticed that the active-x javascript is now included in the header as well as the javascript portion in the body tag.
    But it won't play.  I get the typical blank window in IE with the "X" in the upper left corner.
    I don't have this problem with Flash CS3.
    Any ideas what may be going on?
    Thank you.

    I am having similar difficulty; mostly I am confused.
    I want to open a flash video file in a frame within a webpage.
    I have generated a Flash CS4 html and swf file. When loaded they play, but they play on a separate, full size web page, not in the frame where I want it.
    I then generated FLV and F4V files but that doesn't work.
    It appears that I need to insert the object and embed tags "for Flash Movies" in the html file.
    Once I do that, do I go back to only putting in the html and swf files and create a link to the html file to bring up the video in the target frame?
    What are the FLV files for?

  • How to load an AS3 swf file into a AS2 swf file?

    Hi,
    i am trying to display a swf file using AS3 in a flash site which uses AS2. I know that loading the swf file in the normal way, into a dummy movieclip (loadMovie) or into a new level (loadMovieNum), doesn't work. The AS2 based flash site doesn't understand the new file. Is there another way to get around this problem?
    Many thanks
    92 North Ltd
    Leeds website, graphic and web banner design
    Phone 0113 815 1158
    http://www.92north.com

    Thanks kglad. Will give that a try
    92 North Ltd
    Leeds website, graphic and web banner design
    Phone 0113 815 1158
    http://www.92north.com

  • AS2 SWF loaded inside a AS3 SWF

    Hi,
    In a recent project I had to load a FlashPaper2 document
    inside a SWF implemented in AS3. I read a couple of articles about
    Darron
    Shcall's article and
    FlashInterface
    but none of them seemed to be useful in my case.
    I needed to load a FlashPaper SWF inside a AS3 and couldn't
    rely on ExternalInterface since they were not two separate SWF's.
    To be more clear, I was using the Loader class via a Sprite to load
    the FlashPaper SWF.
    Anyways, I created FlashPaperLoader.SWF implemented in AS2
    which was used to load the FlashPaper SWF. This loader was able to
    communicate with the FlashPaper APIs (AS2). As you can guess, the
    AS3 SWF was used to load the FlashPaperLoader.swf.
    What I don't understand is how come the FlashPaperLoader the
    FlashPaper document SWFs can communicate with each other thru AS2
    function calls when they are loaded inside a AS3 SWF, I thought
    that due to VM differences, no communication is possible!
    I hope I was clear, if I was, any guru insight is really
    appreciated.
    Cheers.

    Thanks kglad,
    But you still haven't answered my question. I am not looking
    for solutions, my own solution works. I wanted to understand more
    about the VM's.
    AS3
    var request:URLRequest = new
    URLRequest("./FlashPaperLoader.swf");
    var loader:Loader = new Loader();
    loader.load(request);
    AS2
    var loader:MovieClipLoader = new MovieClipLoader();
    loader.loadClip("./FlashPaperDoc.swf", fpContainer);
    // the loader SWF used IFlashPaper APIs to communicate with
    the FlashPaper SWF.
    Now, the first part (AS3), all that code is interpreted by
    VM2. Once an AS2 SWF is loaded a
    AVM1Movie
    is created and no direct communication between AS3 and AS2 is
    possible. I am curious to know how come the two AS2 SWFs can
    communicate with each other while inside the VM2 space.

Maybe you are looking for

  • HT3209 I purchased a movie "battleship". I do not know where to open and watch the movie. Pls hlp

    I purchased movie "battleship" yesterday after I download it . No where to find and I am charged to my account . Pls help

  • Signing  a trusted jar for use with forms

    I have not found sufficient documentation on how to sign a new jar for use in conjunction with forms. I have read the descriptions in the getCLientInfo bean. This doesn't cover the whole subject. What must be done in Jinitiator? for instance. Can som

  • N97 Weird power problem

    Hi, I have a Nokia N97, I always use the data cable to charge my N97, yesterday when I was on a holiday a weird problem started, when I tried to use the mobile, the white screen with Nokia logo appeared, then turned of completly, I thought it might b

  • Updated to 10.9.5 and trouble loading saved game FM2014

    Hi, playing Football Manager 2014 was never a problem on my Macbook Air.  Yesterday I updated the system to 10.9.5.  Today I wanted to play the game again and there seems to be a problem with the free memory. Any idea how to solve this problem? I'm a

  • RMAN Clone

    Hello all, I'm currently testing cloing using RMAN. On SERVER A, database backup taken using RMAN catalog to DISK on SERVER A. When I tried to clone to SERVER B, I get an error ORA-19505: failed to identify file "/dba/sade/kamsbup_scripts/testone_bku