A Flash Developer Resource Site

Search:

Type: Posts; User: duneglow

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    499

    Thanks dawsonk I just tried that out and it works...

    Thanks dawsonk I just tried that out and it works good for 98% of the buttons there are two other buttons who already look like this:


    tellTarget ("/btn2mc") {
    gotoAndStop("on");

    and they...
  2. Replies
    8
    Views
    499

    I understand, thank you for your help, i would...

    I understand, thank you for your help, i would upload the fla but its much too large to upload here, but here its the code of the menu from the swf file that i'm trying to load,


    tellTarget...
  3. Replies
    8
    Views
    499

    Ok I used a different version of the swf file...

    Ok I used a different version of the swf file that I'm trying to load and this new version loads some of the data, but when i click on the buttons instead of taking me to individual text pages it is...
  4. Replies
    8
    Views
    499

    uhmm!! no I didn't.. can you please show me an...

    uhmm!! no I didn't.. can you please show me an example?

    this is the line of code that calls the swf file:


    <item ...
  5. Replies
    8
    Views
    499

    this one will drive me to the grave

    Hi have this flash xml menu that loads external swf files like this:


    <item ...
  6. Replies
    3
    Views
    2,255

    I've read it already and I wish that I could...

    I've read it already and I wish that I could figure it out but it is not that easy fro me.
  7. Replies
    3
    Views
    2,255

    Adding a link to xml fill.. will pay

    Hi everyone

    I have this xml file that looks like this:


    <comments>

    <key caption="User4">
    <entry name="main" added="11-01-2009" src="Rain" />
    <entry name="loader"...
  8. Replies
    2
    Views
    866

    Hello sstalder this is the only error i get i...

    Hello sstalder

    this is the only error i get i don't see any line numbers.

    thank you
  9. Replies
    2
    Views
    866

    Please check this error Output

    I converted a code from As 1.0 to AS 2.0
    and in this code:

    #initclip 0

    function FUIComponentClass()
    {
    this.init();
    }
    FUIComponentClass.prototype = new MovieClip();
  10. Replies
    1
    Views
    471

    sending commands from one swf to another

    Hi everyone.

    I have a movie that loads another movie and
    i was wondering if its is possible to have a button on swf1 and when clicked it it tells the swf2 to go and Play a frame?

    if this is...
  11. Replies
    1
    Views
    585

    formatting external text

    Id like to format the font style and font size of of a external text file that is loaded as a variable into a dynamic text field.

    can this be done?

    thanks
  12. Thank you my friend I'll see what I can do. ...

    Thank you my friend I'll see what I can do.

    God bless to you too
  13. here is a sample fla thanks for trying to help...

    here is a sample fla

    thanks for trying to help me.
  14. Hi vinayak and thank you for offering to help...

    Hi vinayak

    and thank you for offering to help my friend, the thing is thing is that the flash file works with php and i don't think you'll be able to view it.
  15. I tried doing this if...

    I tried doing this


    if (_root.buttons.bt1.btn1mc.text1 == "") {
    _root.buttons.bt1.gotoAndStop("on");
    } else {
    stop();
    }

    but it didn't work.
  16. checking for dynamic text and performing action

    Hi I need some help with this code.

    I have this button, who's text is loaded dynamically, the button text is inside an mc, I need for the dynamic text's mc to be invisible when no dynamic text is...
  17. Replies
    1
    Views
    444

    can anyone help?

    can anyone help?
  18. Replies
    9
    Views
    747

    That sounds like good Idea whispers, a Php form...

    That sounds like good Idea whispers, a Php form conducts the upload I don't know how harder that makes things.

    couldn't the checking be done at the point the file occupies the container though?
  19. Replies
    9
    Views
    747

    Hi whispers Let me explain 1.this is a 10...

    Hi whispers

    Let me explain

    1.this is a 10 image slide show from a multi user gallery

    2.Right now if a user uploads for example 3 out of the 10 images, when viewing the slideshow it displays...
  20. Replies
    1
    Views
    444

    passing all data to loaded swf

    I'm loading this external swf file and only the graphics are loading no data or variables are being passed any idea on how i can make it to load everything?

    Originally the file being loaded in to...
  21. Replies
    9
    Views
    747

    the are images... that code that you suggest...

    the are images...

    that code that you suggest that i need to add to the preload.onLoadInit(); is what i need exactly, I'm thinking that it may be an if statement, i just dont know how to add the...
  22. Replies
    9
    Views
    747

    Ok I managed to update my loadmovie code and now...

    Ok I managed to update my loadmovie code and now I'm using the movieClipLoader() wish yes.. thank you!!.. it is so much better.

    now how do i get to check if the movie loaded into the movie clip...
  23. Replies
    9
    Views
    747

    Hi whispers thank you for taking the time to...

    Hi whispers

    thank you for taking the time to help me :)

    I tried using the movieClipLoader() but it din't work for me that is why i ended up using the old loadMovie(), I'm sure i used it wrong,...
  24. Replies
    9
    Views
    747

    if statement question

    Hi

    I have a 10 image slide show, each image gets dynamically loaded with this code:


    if (_root.contenturl1 == "") {
    loadMovie("img1intro.jpg", "introimagethingy");
    } else {...
  25. Replies
    0
    Views
    584

    How can I do this

    Hi everyone

    I'm having problems trying to figure this out, I've tried a couple of things but nothing works for me.

    I could for sure use the help.

    I have this code that loads and scales an...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center