A Flash Developer Resource Site

Search:

Type: Posts; User: ralphiedee1

Page 1 of 7 1 2 3 4

Search: Search took 0.36 seconds.

  1. Replies
    0
    Views
    597

    HTML INSIDE A SCROLLBAR problem

    I'm using a Loadvars code to load external html formatted text into a scrollbar. The scrollbar works but it does not display the entire .txt In the attached is a link to a zip which has the fla and...
  2. Replies
    5
    Views
    572

    SoundMixer.stopAll(); solved the problem

    SoundMixer.stopAll();

    solved the problem
  3. Replies
    5
    Views
    572

    Man this must be real hard as I cannot find a...

    Man this must be real hard as I cannot find a solution. I went ahead and made a zip with all the files

    main.swf

    home.swf

    commercial.swf


    the slideshow pro is in the commercial.swf and...
  4. Replies
    5
    Views
    572

    Just checking, no one yet? That hard???

    Just checking, no one yet?

    That hard???
  5. Replies
    5
    Views
    572

    I came up with a solution but it only works with...

    I came up with a solution but it only works with an unload btn on the stage. I'm trying to add event listeners to the existing buttons so they unload and stop any swf that is on the stage before a...
  6. Replies
    5
    Views
    572

    Removing streams from the stage

    I have a main timeline which loads swfs in certain frames. It all works great except when I select one of the swfs that has a flv video inside. When I try to select any other frame the swf unloads...
  7. Replies
    1
    Views
    1,331

    Help creating multiple swfs with xml AS3

    What I want to do is to create a banner that has 4 to 6 swf's inside. The swfs will be animated and have button rollovers for the animation and links to each. I can't do with jpgs as each has to be...
  8. Replies
    0
    Views
    3,870

    CS4 3D raised effect

    I have a picture of a camera lens, I want to spin it in CS4 using the 3D tools. That part is easy but I need to make the lens look like it is thick, like using the 3D animation in illustrator where...
  9. Replies
    5
    Views
    1,497

    Thanks for the code, there are two things I did...

    Thanks for the code, there are two things I did not explain.

    The original UI loader for the flv was done using the UI component, not importing the loader class. The addEventListeners are in the...
  10. Replies
    5
    Views
    1,497

    anybody???

    anybody???
  11. Replies
    5
    Views
    1,497

    Removing flv from the stage

    I have a main. fla with navigation btns activated by GoToFrame actions.
    Some btns load content and some use the UI loader component.

    I have one btn that calls a UI loader "loaderVideoGallery"...
  12. Replies
    0
    Views
    1,214

    XML file path problem

    I have a banner that I uploaded to an e commerce application.

    I used the following code to embed:

    <object height="681" width="511"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"...
  13. Loading and removing xml driven data from an swf

    This has been driving me nuts for a week. This all started when I had a client pick an xml driven photogallery for his site. I had to use the loader , frame labels and a button. I click the button...
  14. Added the following code stop(); ...

    Added the following code



    stop();



    var myLoader:UILoader ();
    addChild (myLoader);
  15. thx for the answer, there is much more to this...

    thx for the answer, there is much more to this than to add (removechild) as I will attempt to explain.

    I have 4 btns on main timeline
    all btns call movieclips into frame names

    I also have...
  16. adding and removing swfs with the UI loader

    I have a flash file with frame labels, home, profile, contact.it also has 4 separate photogalleries, gal1, gal2, gal3, gal4 also in frame labels. the galleries are all separate swf files. I used the...
  17. Replies
    8
    Views
    898

    fla zip is here ...

    fla zip is here

    http://www.mediafire.com/?wwqt5yeiotz
  18. Replies
    8
    Views
    898

    1067: Implicit coercion of a value of type int to...

    1067: Implicit coercion of a value of type int to an unrelated type flash.display:DisplayObject.

    1067: Implicit coercion of a value of type flash.display:MovieClip to an unrelated type int.
    ...
  19. Replies
    8
    Views
    898

    Yes you are right I do have a mask that rolls...

    Yes you are right I do have a mask that rolls around on the over and out states. I tried the code you gave me and I'm getting errors. Can I send you the fla to have a look?

    rdee
  20. Replies
    8
    Views
    898

    OK here is the code I have so far ...

    OK here is the code I have so far

    pic1_mc.buttonMode = true;
    pic1_mc.addEventListener(MouseEvent.ROLL_OVER,buttonOver);
    pic1_mc.addEventListener(MouseEvent.ROLL_OUT,buttonOut);


    function...
  21. Replies
    8
    Views
    898

    re creating an accordion menu in AS3

    This was part of a previous post , since I cannot figure how to re do the AS to call actions to a frame i will have to do the menu from scratch.

    here is the original

    ...
  22. Replies
    1
    Views
    331

    Didn't think someone would replay to this as it...

    Didn't think someone would replay to this as it is alot to ask someone to look thru the AS file. I will repost part of this problem in a different post figuring out another way to do this.
  23. Replies
    1
    Views
    331

    Linking xml driven fla to a frame

    I originally posted in the xml forum, was told to post here as it turns out it is not an xml problem.

    I have an accordion menu fla, I copied the fla into my main fla so I have one file. The menu...
  24. Replies
    3
    Views
    2,626

    Ahh! i didn't think I would get answer so quick....

    Ahh! i didn't think I would get answer so quick. This is my fault as the client had an old site done in AS1 , I re did it in AS3 but could not re do the opening menu which featured an accordion with...
  25. Replies
    3
    Views
    2,626

    Loading xml into an swf frame

    I have an accordion menu that uses links thru an xml file. I'm using the menu by calling the swf from a loader component so it sits in a set of frames on my main.swf Now I need to link one of the...
Results 1 to 25 of 168
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center