A Flash Developer Resource Site

Search:

Type: Posts; User: yvillicana

Page 1 of 9 1 2 3 4

Search: Search took 0.35 seconds.

  1. Resolved

    Resolved
  2. Event dispatch in external swf not being registered in main swf

    Hi,

    I have an external swf, which runs in the main swf and when it gets to the end of it's timeline I have it fire off an event dispatch..but the main swf doesnt seem to be listening...if it was...
  3. Need a AS3 scripter to convert a few files from as2 to as3

    Hi,

    I have a project that needs conversion--would just consist of two files for use as templates--Willing to pay $200, but needs to be done in a day or two-email me at yvillicana666@gmail.com for...
  4. Get combined totalFrames of a number of externally loaded swfs.

    :yikes:Hi,

    I understand that in order to get the totalFrames you need to use a ProgressEvent listener---I have a number of swfs that I need to load and as they are being loaded I need a way to add...
  5. Here's the code(I think)--Simpler way? ...

    Here's the code(I think)--Simpler way?

    //----------NAV MENU FUNCTIONS----------

    function InitNavMenu(){
    if (ItIsAContentPage){
    WorkTypeID=location.search.substr(12,1);...
  6. How to autoscroll menu buttons like on kilfish.com

    Hi,

    Does any one know how this effect is achieved on the menu buttons on http://www.kilfish.com. I looked at the .js but still can't figure it out. Is there a simpler way to do this?

    Thanks,...
  7. Its working now--- ---Yvette

    Its working now---

    ---Yvette
  8. Need some more help

    ok-I went back to the tutorial at http://www.republicofcode.com/tutorials/flash/twitter_widget/3.php and made a twitter.php file as instructed:

    <?php
    /*
    * @return string
    * @param string $url
    *...
  9. Need some help

    Hi,

    I figured out how to get the feed from here:http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=myusername-by altering the code from...
  10. Hi, I figured out how to get the feed from...

    Hi,

    I figured out how to get the feed from here:http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=myusername-by altering the code from...
  11. how to work with twitter if the xml feed is deprecated?

    Hi,

    some time ago I downloaded and modified this code so that my most recent tweet could be displayed in flash:http://www.republicofcode.com/tutorials/flash/twitter_widget/
    However, it seems like...
  12. Hi cancerinform, just one frame for mc1...

    Hi cancerinform,

    just one frame for mc1 (myContent) and a blank container mc, mc2(mycontainer)inside. Yeah, I had been using that dot syntax and it used to work fine...just used that code as it...
  13. Nice-Thanks so much! ---Yvette

    Nice-Thanks so much!

    ---Yvette
  14. Thanks Steve

    Thanks Steve
  15. Is it possible to have multiple cases in a switch statement

    Hi,

    I made a carousel, which required that I added 44 items in order to get the 15 clips showing on the front plane..However, I only have 10 items which are repeated...
    I have a function that...
  16. [RESOLVED] clearing the File Upload Manager?

    Hi,

    My Upload Manager is nearly full, thus preventing me from uploading more files..Can anyone tell me how to clear it out?

    Thanks,
    ---Yvette
  17. Thanks cancerinform, It's absolutely the...

    Thanks cancerinform,

    It's absolutely the Document class and I've never had to declare such variables before...
    Here's what I've done: I just removed the graphics from the Flash IDE and created...
  18. Main Class unable to identify Clips in the Flash IDE

    Hi,

    I'm using the Flash IDE with a Main Class(CarouselNew) and for some reason, the objects that are on stage(given instance names) in the the Flash IDE are throwing errors when I try to run the...
  19. Thread: Carouhell

    by yvillicana
    Replies
    1
    Views
    1,133

    Got it--used arrays to store the XML Thanks

    Got it--used arrays to store the XML

    Thanks
  20. Replies
    3
    Views
    1,974

    Got it

    Hi and thanks cancerinform,

    Think I have it solved---I made some arrays and am storing the XML elements in them--seems to be working out...Thanks for your help

    ---Yvette
  21. Replies
    3
    Views
    1,974

    Thanks cancerinform

    I tried your sample, but I couldn't get it to work---For the CarousselOne.fla are you supposed to link it to the AS file(Carousselone.as)through its main document class path?
    I don't think it would...
  22. Thread: Carouhell

    by yvillicana
    Replies
    1
    Views
    1,133

    Carouhell

    Hi,

    This is another carousel I've been working with--lee brimelow's http://gotoandlearn.com/play.php?id=92, which loads in the images through XML. I amended the XML to contain a tooltip element...
  23. Replies
    3
    Views
    1,974

    Carousel help

    Hi,

    I downloaded this carousel http://pv3d.org/2008/12/01/carousel-with-proper-rotation-and-reflection/index.htmland am trying to modify it to suit my needs, but I would like to get it out of...
  24. Replies
    8
    Views
    2,642

    2nd attempt to post files

    ok--attached is the fla and here is the as file:

    package
    {

    import flash.display.*;
    import flash.events.*;
    import com.greensock.TweenMax;
    import com.greensock.easing.*;
    import...
  25. Replies
    8
    Views
    2,642

    Still not working

    Hi,

    I converted the tweens in the sample fla file and it still doesnt work..all of the numbers seemed to be correct except for the reverse_mask(maskb in attached), which were way way off..I put...
Results 1 to 25 of 202
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center