A Flash Developer Resource Site

Search:

Type: Posts; User: rg_martino

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,223

    Scrollbar MouseWheel Scroll Help

    I'm using this scrollbar in all my pages in my site but have a slight problem.

    http://theflashconnection.com/book/export/html/186

    One of the sections in my site triggers sounds and movieclips...
  2. Replies
    6
    Views
    2,207

    Optimize code for 100 swfs or more

    How can I make this code smaller adding 100 swfs or more. thanks.

    var seccion:String="home";
    var loader:Loader = new Loader();

    function loadSection():void {
    loader.load(new URLRequest...
  3. I have been trying this but is not working ...

    I have been trying this but is not working

    scrollContent.addEventListener(Event.ENTER_FRAME, functionOne);

    function functionOne(e:Event) {
    if (scrollContent.y == -125){
    myclip.play();
    }...
  4. Scrollbar triggers animations as it goes down

    How do I build a scrollbar that listens when certain text is at some Y position and triggers certain animations(MovieClips to play) ?

    Someone knows a tutorial for this?
  5. [RESOLVED] Help with Loading External file

    I'm using this code.

    var seccion:String="home";

    function loadSection():void {
    var loader:Loader = new Loader();
    loader.load(new URLRequest ("swf/"+seccion+".swf"))...
  6. I will be more specific I want to control the...

    I will be more specific I want to control the loaded movie better but with something more reusable because to make this work I had to do this. All code in firstframe.

    var lessonsHolder:Loader =...
  7. Checking on Loaded external SWF files into parent SWF

    What is the best approach to add and remove sections if I'm using this method for example.

    var myLoader:Loader = new Loader();
    addChild(myLoader);
    var url:URLRequest = new...
  8. Replies
    5
    Views
    1,672

    Thanks a lot for the tips, do you know a good...

    Thanks a lot for the tips, do you know a good tutorial to learn this stuff with good practice from 0 up? I tried lynda but dont seem to get it right with their tutorials.
  9. Replies
    5
    Views
    1,672

    I tried it but I get this error. TypeError:...

    I tried it but I get this error.

    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::SimpleButton@55229ec9 to flash.display.MovieClip.
    at...
  10. Replies
    5
    Views
    1,672

    setChildIndex help

    I have button inside a MovieClip called bigDraw that has this code

    but.addEventListener(MouseEvent.ROLL_OVER, move1);

    function move1(evt:MouseEvent):void
    {...
  11. Replies
    6
    Views
    3,355

    AS 2 Again thanks very much learned a lot :)

    Again thanks very much learned a lot :)
  12. Replies
    6
    Views
    3,355

    AS 2 Thanks again it works. Sorry to bother you too...

    Thanks again it works. Sorry to bother you too much. Is it possible it stops with easing? right now it abruptly stops.
  13. Replies
    6
    Views
    3,355

    AS 2 Thanks very much this is very helpful and works...

    Thanks very much this is very helpful and works great. The only small detail I'm having is that when I leave my mouse over continually it stops at the end of the clip but leaves like extra 200px...
  14. Replies
    6
    Views
    3,355

    AS 2 Scrolling/panning on Roll Over Effect

    Does anybody knows a component or tutorial on how to do this effect?

    http://www.aflac.com/agents/agentstories.aspx

    This one stops at the center area and accelerates toward the ends.

    Thanks.
  15. Replies
    0
    Views
    1,740

    Scrolling/panning on Roll Over Effect

    Does anybody knows a component or tutorial on how to do this effect?

    http://www.aflac.com/agents/agentstories.aspx

    This one stops at the center area and accelerates toward the ends.

    Thanks.
  16. Thread: Website

    by rg_martino
    Replies
    2
    Views
    875

    Website

    Please check out these websites www.uae.edu.sv/flashsite.htm and www.lab2x.com and put some comments about them
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center