A Flash Developer Resource Site

Search:

Type: Posts; User: vladc77

Page 1 of 8 1 2 3 4

Search: Search took 0.16 seconds.

  1. Thank you for the response. I tried to make it...

    Thank you for the response. I tried to make it work but still cannot finish this up. I'd like to find out what I am missing here.

    I have a Document class. I am able to get the Flashvars Value,...
  2. I believe it is something related to...

    I believe it is something related to SingletonEnforcer. The class is below.


    package com {

    class SingletonEnforcer {}

    }
  3. How can I trace it? I cannot publish it. I am...

    How can I trace it? I cannot publish it. I am getting errors - "1136: Incorrect number of arguments. Expected 2."
  4. Calmchess, I tried to not bother you with this...

    Calmchess, I tried to not bother you with this issue but after spending a time on numerous attempts to make it work I am giving up. Obviously, I need to read more about AS 3.0, however, I'd like to...
  5. Thank you so much for your responces. However, I...

    Thank you so much for your responces. However, I have to leave for today. I will try to implement it and if I still will not b able to make I will get back here.
    Once again, I really appreciate...
  6. If you look at the ConfigManager class I included...

    If you look at the ConfigManager class I included above it might explain why I have singelton. I changed the constructor and I am still getting the error:

    Line 188 is located in here:

    public...
  7. Thak you for the quick reply. I have problem in...

    Thak you for the quick reply. I have problem in this step:


    I have 'ConfrgManager' constructor I have this:


    public function ConfigManager(singletonEnforcer:SingletonEnforcer, ) {
    }
  8. I finally managed to create Main.as document...

    I finally managed to create Main.as document class. Thank you for the lead. Now, I really want to get to the point I can pass flashvars into 'public class ConfigManager extends EventDispatcher'. I...
  9. Passing Flashvars into public class and assign this string as path to XML????

    I am trying to pass FlashVars into public class EventDispatcher to set the path to data.xml. I need it because the name and path of the xml file will be dynamically created. I need to use Flashvar in...
  10. I finally managed to create Main.as document...

    I finally managed to create Main.as document class. Thank you for the lead.
  11. Actually, It was not hard at all. Here what I...

    Actually, It was not hard at all. Here what I did:

    import flash.display.Stage;
    import flash.display.Sprite;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import...
  12. Great, I will try this technique in my next...

    Great, I will try this technique in my next project. Now, It will take some time for me to make within my existing project. I believe I still should be able to pass the Flashvar string to...
  13. Can Flasvars be passed to the loaded external swf?

    I am wondering if you know how I can pass flashvars to a child swf. I am loading an external swf into main swf. The loaded swf has to be able to read flashvars from html. Any ideas???
    Thanks.
  14. Perhaps, we are talking about different things. I...

    Perhaps, we are talking about different things. I just want to make sure I explained everything correctly. I just want to get to the bottom of it to make sure I have a good habit working on...
  15. No. I am calling all classes by assigning a path...

    No. I am calling all classes by assigning a path in Actionscript 3.0 Settings in Preference. I need to call it from html page because the xml files will loaded accroding to html page is loaded.
  16. Not, I have other classes. This paricular 'public...

    Not, I have other classes. This paricular 'public class ConfigManager extends EventDispatcher' has a reference to the statc path to data.xml which I need to modify to dynamic.
  17. I placed it in the frame of the fla I use. ...

    I placed it in the frame of the fla I use.

    var:Classname = new Classname(root.loaderInfo.parameters["xmlfile"]);


    I am getting error:


    I am not sure what else I need to do. I need to...
  18. Yes, I did it. The class you provided is placed...

    Yes, I did it. The class you provided is placed at the same directory where dispatcher class is located. What next I should do? Thanks.
  19. I need to pass XML path via FlashVars to the...

    I need to pass XML path via FlashVars to the class below.
    I need to assign Flashvars string which I can get in the timeline to "DATA_XML_URL" I have in this class.


    package com {

    import...
  20. I am getting the error: I added this: ...

    I am getting the error:


    I added this:

    dispatchEvent(new CustomEvent0("CustomEvent",false,false,"data0_tosend","data1_tosend"));


    to ConfigManager.as which I described above in the...
  21. Thank you for sending me as code. I am highly...

    Thank you for sending me as code. I am highly appreciate it.

    I did install it in the class' directory. I have confiManager class which defines path to xml at this moment. This class public class...
  22. It will be great. I am using this technique forst...

    It will be great. I am using this technique forst time and have lots of milestones. Thank you again.

    By the chance, I am wondering if you know how I can pass flashvars to a child swf. I am loading...
  23. I also wanted to know how I can pass flashvars to...

    I also wanted to know how I can pass flashvars to a child swf. I am loading an external swf into main swf. The loaded swf has to be able to read flashvars. Any ideas???
    Thanks.
  24. Any ideas on how I can pass it to the event...

    Any ideas on how I can pass it to the event dispatcher I mentionded above. Thank you again.
  25. How I can get Flashvars value from a package as class, not from the timeline?

    I need to assign dynamically a path to a xml file through Flashvars. How I can make it work?

    I was able to get Flashvar from html page into swf with actionscript code on timeline:

    1. HTML –...
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center