Added: 2 years ago
From: tutvid
Views: 82,050
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (71)

Sign In or Sign Up now to post a comment!
  • Awesome man. I like it.

  • Great tutorial. The only one that taught me to successfully load a swf into my timeline via ActionScript.

    However, I noticed that the imported swf played only in an external viewer. Is there a way to use ActionScript to import a swf directly onto the stage?

  • Great tut, perfect pace, learn a valuable concept in reasonable chunks of time... great work, thank you

  • Is it in any way possible to load diffrent pictures without going in to the code and change the names? Like if you have a folder containing, say 4 pics (random names), they load fine but later you want to change the pics without having to rename the new ones or going in to the code and tell it to get the new ones.

    kind of loading a folder of pics without specifying all the pics names in the code.

  • flash cs4..

  • Comment removed

  • Thanks for the tutorial! :)

  • He sounds like the voice of Tai from Digimon

    I like that voice ^_^

    /watch?v=1jrsBSEmndk

  • OMG THANK YOU!

  • Bless your heart, kind human. You saved my brain from going into meltdown.

  • Dude you saved my life(and work heheh), great tutorial. I was actually looking for a way to load the images on a presentation so I can feed the presentation by preparing the pictures every week for now, but this helped out a lot!, later will find out how to link to the actual database.

  • Dude you saved my life(and work heheh), great tutorial. I was actually looking for a way to load the images on a presentation so I can feed the presentation bye preparing the pictures every week for now, later will find out how to link to the actual database. Thanks man!

  • having trouble using this method on a website. is there extra code to add if im loading from a server?

  • @aracabushcabar yea look into SharedObject

  • thank you for this tutorial, real helpful!

  • hi.. love your tutorials... i just have one question... is there a way to like resize the image loaded in the container... so that i dont have to resize the image before uploading it to the server in order to run it... i want flash to automatically resize the image loaded according to the loader_mc.... plzzz helppppp !!!!

  • @saadanjum91 resizing it in photoshop takes a couple of seconds.

  • I have an FLA file and I need someone to check it, for unloadeing swf's purposes, I've tried many things and I'm going nuts. I have two external swf's adn I want them to unload and stop when I click any button. Please somebody let me send you the file and get your help Urgent.

    Thanks

  • OK, I urgently need to find out how to convert .swf into a video file suitable for youtube. GUYS HELP!!!! This is so desperate, I've downloaded a pile of converters that don't work, tried various other methods of exporting from flash, OMG nothing works!!!!!!!!!!!!!!!!!!!!!!!!!­!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!­!!! PLS PLS PLS does anyone know, I need it for my project.......................­....

  • i ws lookin for past past 2-3 days and i found it

    greate u saved me!!

  • can you but this on a dreamweaver page part of a your website after completing it

  • Dude I made just about everything youn indicate in this video. But somehow I keep getting this every time I click on a button: Error: A 'with' action failed because the specified object did not exist.

    Furthermore, when I test the movie it seems to work fine but when I publish it, it doesn´t work at all....

    Any suggestions?

  • Thanx for your time ... 100/100 :)

  • wats this pls:

    Layer AS frame1, line 9 1120: access of undefined property image loader

  • Hey Man, Thanx A Lot

    You Take 22minutes i was doing it like 1hour and a half :(

    But finally i Got it!!!!!!!!!!! :) Amazing 3d Dynamic Image Gallery SWF with the

    2 buttons

    Amazing!!!!!!!!!!!!!

    Man you´re a Terrific Tutor!!!!!!!!!!!!!!!!

    Great Explanations, step by step very simply

    Again Thanx. This work it´s to get my Bachelor Degree, it really helps.

    :)

  • can I do this on CS3?

  • @emgobyron yeah u can :)

  • your tutorials are always fantastic - you've no doubt got a lot of very indebted people around the world! Many thanks!

  • Fantastic tutorial.

    Easy to follow step by step instructions with explanations of the AS3 coding which make it possible to UNDERSTAND the coding and adapt it for your individual use.

    Again, top job!

  • Question:

    I have a loader(movieclip instance) of 264px widht by 164pxheight. When I load a .jpg of the same size there´s no problem at all, but when i load a larger image the movie clip(loader) resizes to the image size.

    ¿How can i fix this?

  • can you load a swf that is in as 2.0 onto an as 3.0 flash site???

  • Very good tutorial. Is there a way to have AS cut the picture in such a way that it fits in the box i've drawn?

  • Ok, all the people saying "omg I just wanted the code" Nate is showing people who may not be as confident the whole process. Purchase any training material on the internet and it will be the same format. Well done nate - keep it up ;)

  • Lets see you do better! Fuck wit

  • Hey, I'm working on creating a simple portfolio site for my Community Studies but I'm having some trouble with this tutorial. I'm using Adobe Flash Pro CS3 and when I wrote my code, i got:

    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

    at flash.display::DisplayObjectCo­ntainer/removeChild()

    at Portfoliopage_fla::MainTimelin­e/unclickFirst()

    Help! I'll post my script!

  • var img1Request:URLRequest = new URLRequest("pic1.jpg"); var img1Loader:Loader = new Loader (); load_1mc.addEventListener(Mous­eEvent.CLICK, clickFirst); load_2mc.addEventListener(Mous­eEvent.CLICK, unclickFirst); function clickFirst(event:MouseEvent):v­oid{ img1Loader.load(img1Request); img1Loader.contentLoaderInfo.a­ddEventListener(Event.COMPLETE­, loadNowFirst); function loadNowFirst(event:Event):void­{ imageArea1.addChild(img1Loader­); } }
  • function unclickFirst(event:MouseEvent)­:void{

    imageArea1.removeChild(img1Loa­der);

    }

  • how can i load another jpg file or swf file when i click another button to show another movie clip in the same box which is _1.. can you help me.. this vid is so helpfull to me... thanks a lot ... from davao city philippines... i hope you will give tutorial for my question....

  • Comment removed

  • AS3 sucks... what used to take seconds with AS2, now takes hours. thanks alot adobe ass.

  • narrator in this video is trying to sound like andrew kramer. what a fucking poser. you spend the first 15 minutes designing when all i wanted to know as the code to load external swf.

  • you could have just jump to the first screen where you see an AS window man.... I think this was realy understandable for newbies....

  • That model is hot.

  • maxmanpop: check your output box.. something is wrong in your script

  • very cool Tut... btw i love you voice! =)

  • PERVERT LOL J/K

  • Great vid, just like all the others.... but im having one problem, when I test it the button is flashing and showing many other buttons like a drop down menu, whats wrong?

  • with what program did u make the intro?

  • can you load web page like .php, .css, .html .... in this. if yes the how

  • just replace the 1.jpg to index.html or index.php

  • ya i did and it give me this error

    Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.

  • so, what is your script?

  • actionscript confuses me!

  • @aodara are u good at it now?

  • @Thet3  not really :(

  • @aodara Im a noob also.. I will just stick to it! If you want you should to!

  • I need to learn flash!!

  • Thnx

  • Rofl jk

    i was looking all over for this

  • Like you i assume....

    nah jk i was looking all over to diss you!

  • no.

  • Great tutorial, I like this style!

  • love the tuts keep on making them

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more