A Flash Developer Resource Site

Search:

Type: Posts; User: trionik

Page 1 of 20 1 2 3 4

Search: Search took 0.45 seconds.

  1. Replies
    0
    Views
    708

    Setting xml value in c#

    Hey there ... God do i hate microsoft ... But anyway i have to do it in c# so here it goes... i am using XPathDocument and XPathNavigator to retrieve my value from my xml and i have no problem. But...
  2. Replies
    13
    Views
    752

    After a few test and some head scratching i found...

    After a few test and some head scratching i found out that when you load the clip everything is erase all variables are gone. It's the same if you are trying to put something in the movieClipLoader...
  3. Replies
    2
    Views
    504

    you can set a variables to flash from within an...

    you can set a variables to flash from within an html file its the same has in a url but you put it inside the page in the embed tag where you call your movie

    youMovie.swf?playSound=on

    or
    ...
  4. Replies
    13
    Views
    752

    that make sense since the loop don't wait for the...

    that make sense since the loop don't wait for the init and replace the picLoader

    Sory i did not see that before
  5. Replies
    13
    Views
    752

    this["PicLoader" + i] = new MovieClipLoader(); ...

    this["PicLoader" + i] = new MovieClipLoader();
    this["PicLoader" + i].onLoadInit = function (targetMC) {
    // NOTE THE FOLLOWING LINE:
    targetMC.onRelease = function() {...
  6. Replies
    13
    Views
    752

    wait i will try something

    wait i will try something
  7. Replies
    13
    Views
    752

    Well i'm bafled how could the only thing you have...

    Well i'm bafled how could the only thing you have in your movie is a function loadInit... Can you send a fla....
  8. Replies
    13
    Views
    752

    you are suppose to get the output on click right?

    you are suppose to get the output on click right?
  9. Replies
    8
    Views
    472

    wow i never saw that before _lockroot thanks for...

    wow i never saw that before _lockroot thanks for the tip. It's useless to me but hey at least i'll know what to say next time.
  10. Replies
    13
    Views
    752

    PicLoader.onLoadInit = function(targetMC) {...

    PicLoader.onLoadInit = function(targetMC) {
    targetMC.onRelease = function() {
    for(var i in this)
    {
    trace(i + " = " + this[i])
    }
    ...
  11. Replies
    3
    Views
    357

    i cannot say much more then to check your...

    i cannot say much more then to check your instance name and make sure that if the textfield is mask that the font are embeded. maybe the color is the same has the background . Anything else that what...
  12. Replies
    13
    Views
    752

    Well normaly if you declare a onRelease function...

    Well normaly if you declare a onRelease function while in the {} your in the movie. And since TargetMc is from loadInit it does not exist anymore when you click or refer to the last Image create.
    ...
  13. Replies
    3
    Views
    741

    This has been cover quite a bit basicly you need...

    This has been cover quite a bit basicly you need to create a bat or a com file and call it with fscommand exec but i found this
    ...
  14. Replies
    13
    Views
    752

    targetMC.onRelease = function() {...

    targetMC.onRelease = function() { alert(targetMC._ImageName); };

    replace with

    targetMC.onRelease = function() { alert(this._ImageName); };

    give it a try
  15. Replies
    8
    Views
    472

    Personaly i think its the best way also but alot...

    Personaly i think its the best way also but alot of people have told me that now their variables that they declare with 'this.' in the _root don't work that's why i never use _root and i think it...
  16. Replies
    4
    Views
    686

    Sory i did read the question right the first time...

    Sory i did read the question right the first time and you see i've been working with flash for 7 years and i had never open a template before i just did for the first time reading your post and...
  17. Replies
    8
    Views
    472

    I'm not talking about movie on the timeline but...

    I'm not talking about movie on the timeline but in the library like component or movieclip wich you have given a linkage named and choose to export on first frame.

    If you want to make sure that...
  18. Replies
    12
    Views
    1,203

    But wait if what you want is a web page with all...

    But wait if what you want is a web page with all the car that you have made it can be done with xml. You just have to create a flash that built the car with the data you get from the xml that you...
  19. Replies
    12
    Views
    1,203

    Well its a good idea but to create a bitmap out...

    Well its a good idea but to create a bitmap out of a flash is something i have never done. So i cannot help you there ...
  20. First mac don't read exe but that is the easy...

    First mac don't read exe but that is the easy part since you can publish mac projector hqx if i remember . There is also a different way to create the autorun file and it should be burn in joliet or...
  21. Replies
    12
    Views
    1,203

    Well then i did not understand at all i tough you...

    Well then i did not understand at all i tough you want to send a car to a friend meaning that this friend would go to the site and see the car you have made. If what you want a do is send a picture...
  22. Replies
    12
    Views
    1,203

    Well you can search for xml and flash in google...

    Well you can search for xml and flash in google or in the tutorial section here at flashkit.
  23. Replies
    8
    Views
    550

    Well i'm just saying this because i don't think...

    Well i'm just saying this because i don't think they like to have their page diplayed in other frame. In fact they sugest that you use their code.
    ...
  24. Replies
    92
    Views
    7,769

    Well the sad thing is we have everything we need...

    Well the sad thing is we have everything we need to do this



    and we are not doing it so i think that the money spent on that girl would never have go to this kind of humanity action. Probably...
  25. if (hours == 6 || 7 || 8 || 9 || 10) i don't...

    if (hours == 6 || 7 || 8 || 9 || 10)

    i don't think you can assign multiple condition from the first element unless its something new or that i never though of but i think you should read

    if...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center