A Flash Developer Resource Site

Search:

Type: Posts; User: 0gani

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    2,316

    Please be specific, i have made available all...

    Please be specific, i have made available all files that i am using. Which one are you saying has the problem? there are only 4 files.

    1. the fla file (you said this is fine)
    2. as file ( you...
  2. Replies
    8
    Views
    2,316

    So why is it not working then? The fact that it...

    So why is it not working then? The fact that it dissappears for you says something is wrong with it. For me, nothing loads at all. I have provided all the files. If anyone can take a look at this for...
  3. Replies
    8
    Views
    2,316

    ok .... here is the evidence the page is...

    ok .... here is the evidence the page is absolutely blank

    final product (not working)
    look here --> http://www.breezeland.com/myop/preload.swf

    here is myswf.swf working fine
    look here...
  4. Replies
    8
    Views
    2,316

    i typed 'preloader' in the document class section...

    i typed 'preloader' in the document class section in properties. Does it afffect anything if i change the name of the document class to 'theloader' as shown below?


    package {
    import...
  5. Replies
    8
    Views
    2,316

    Preloader problem

    I am trying to create a preloader. Step one is to load the main swf (myswf.swf) into the parent swf. But for some reason myswf.swf is not appearing. Just a blank page. Here is the code...please help...
  6. Thread: Preloader

    by 0gani
    Replies
    3
    Views
    1,834

    I cant make heads or tails of that 2 page...

    I cant make heads or tails of that 2 page tutorial. I do not need all those complicated loaderbars.

    So i will just say what i want to do to make things easier.

    I have an as3 swf that is 1mb. i...
  7. Thread: Preloader

    by 0gani
    Replies
    3
    Views
    1,834

    Preloader

    How is it done in AS3?
  8. Replies
    22
    Views
    5,660

    So what was our conclusion then people? ...

    So what was our conclusion then people?

    ExternalInterface.call does not work in IE?
  9. Replies
    3
    Views
    2,018

    I am sorry. I just do not understand that. Could...

    I am sorry. I just do not understand that. Could someone give me a simple example.
  10. Replies
    3
    Views
    2,018

    Accessing variables

    how do I access a variable that was created in a function? For example



    function create()

    {

    var myvariable:string='hello world';
  11. Thread: swfobject

    by 0gani
    Replies
    0
    Views
    425

    swfobject

    I am using the swfobject with actionscript to automatically update users who have old versions of flash. The problem is, when the user's flash player has been updated to flash 9, the page closes and...
  12. Replies
    2
    Views
    1,764

    Well, i am hopeless at AS3. My code is in AS2 and...

    Well, i am hopeless at AS3. My code is in AS2 and i just need one functionality in AS3. So i figured it would be just a lot easier to just import the functionality from AS3 and keep my AS2 code...
  13. Replies
    2
    Views
    1,764

    LocalConnection dropped

    I have 2 swf movies. They communicate using LocalConnection. They are on one page. One swf is AS2 and the other AS3. They work fine when it is just the one window open. But when i open another window...
  14. Thread: LocalConnection

    by 0gani
    Replies
    2
    Views
    1,834

    AS3 import flash.external.ExternalInterface;...

    AS3

    import flash.external.ExternalInterface;
    import flash.net.*;
    var AVM_lc:LocalConnection = new LocalConnection();
    AVM_lc.connect("thisconnection");

    AVM_lc.showalert= function()
    {...
  15. Thread: LocalConnection

    by 0gani
    Replies
    2
    Views
    1,834

    LocalConnection

    Does anyone know where i can see example code of an AS3 swf receiving variables from AS2 swf using LocalConnection.

    http://www.kirupa.com/forum/showthread.php?p=1964550#post1964550
    is not...
  16. Replies
    1
    Views
    3,603

    swf to swf communication

    I have two swf files (A.swf and B.swf) communicating with each other. They are on the same html page. They communicate fine.

    However when i open another window with another swf file (c.swf)......
  17. Thread: swf inside swf

    by 0gani
    Replies
    1
    Views
    2,017

    swf inside swf

    I have an swf inside another swf.

    The parent swf is AS3. the child is AS2.

    How can i make the child successfully execute this



    import flash.external.ExternalInterface;...
  18. Thread: AS2 with AS3

    by 0gani
    Replies
    7
    Views
    1,862

    Thank you senocular..... interesting...

    Thank you senocular..... interesting solution....exactly what i am looking for...it will save me a lot of problems...

    Please take a look at this

    http://myoperators.com/useless/hip.swf
    ...
  19. Thread: AS2 with AS3

    by 0gani
    Replies
    7
    Views
    1,862

    Senocular, please explain further.... you might...

    Senocular, please explain further.... you might save me on this one ...
  20. Thread: AS2 with AS3

    by 0gani
    Replies
    7
    Views
    1,862

    bummer..... so i have to change 1000 lines of my...

    bummer..... so i have to change 1000 lines of my entire AS2 code just because i need one line of AS3 code .....:crazy:

    The AS3 code would need to feed the AS2 with variables. What a...
  21. Replies
    4
    Views
    1,065

    Does it have to be AS3?

    Does it have to be AS3?
  22. Thread: AS2 with AS3

    by 0gani
    Replies
    7
    Views
    1,862

    AS2 with AS3

    I was just wondering. I am going through a lot of grief trying to change my AS2 code to AS3 simply because I need to use one tiny little functionality which is in AS3 but not in AS2.

    So, quick...
  23. Thread: loadVariablesNum

    by 0gani
    Replies
    5
    Views
    5,895

    loadVariablesNum

    loadVariablesNum ("text.htm", 0);



    This code worked great in AS2. It would get variables from text.htm.

    Would someone be able to demonstrate how this now works in AS3?
  24. Replies
    22
    Views
    5,660

    Actually, after further research, i discovered...

    Actually, after further research, i discovered the problem is with flash player 9. Something is wrong with the way it installs itself. I dont know what causes it and how to stop it.

    please tell...
  25. Replies
    22
    Views
    5,660

    wierd

    This AS2 works great in both IE and firefox

    import flash.external.ExternalInterface;
    var cookieValue = ExternalInterface.call("myGetCookie", "yumyum");
    hello_txt.text = cookieValue;


    This...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center