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?
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.
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!
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 !!!!
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.
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...........................
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....
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.
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.
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 ;)
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::DisplayObjectContainer/removeChild()
at Portfoliopage_fla::MainTimeline/unclickFirst()
var img1Request:URLRequest = new URLRequest("pic1.jpg"); var img1Loader:Loader = new Loader (); load_1mc.addEventListener(MouseEvent.CLICK, clickFirst); load_2mc.addEventListener(MouseEvent.CLICK, unclickFirst); function clickFirst(event:MouseEvent):void{ img1Loader.load(img1Request); img1Loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadNowFirst); function loadNowFirst(event:Event):void{ imageArea1.addChild(img1Loader); } }
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....
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.
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?
Awesome man. I like it.
j53iliff2 4 months ago
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?
mel2000 4 months ago
Great tut, perfect pace, learn a valuable concept in reasonable chunks of time... great work, thank you
VCHoops 5 months ago
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.
KentAErvikAnimations 5 months ago
@KentAErvikAnimations xml
BassThatGuy 1 week ago
flash cs4..
PusatVideoTutorial 6 months ago
Comment removed
PusatVideoTutorial 6 months ago
Thanks for the tutorial! :)
kragoon 6 months ago
He sounds like the voice of Tai from Digimon
I like that voice ^_^
/watch?v=1jrsBSEmndk
kragoon 6 months ago
OMG THANK YOU!
evaunitzero1 6 months ago
Bless your heart, kind human. You saved my brain from going into meltdown.
Artanis224 6 months ago
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.
alexsr27 10 months ago
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!
alexsr27 10 months ago
having trouble using this method on a website. is there extra code to add if im loading from a server?
aracabushcabar 11 months ago
@aracabushcabar yea look into SharedObject
slipknotjoeyjor 7 months ago
thank you for this tutorial, real helpful!
aracabushcabar 11 months ago
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 1 year ago
@saadanjum91 resizing it in photoshop takes a couple of seconds.
JosephVanbelleghem 1 year ago
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
aDistortedMind 1 year ago
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...........................
KISSAproductions 1 year ago
i ws lookin for past past 2-3 days and i found it
greate u saved me!!
semn95 1 year ago
can you but this on a dreamweaver page part of a your website after completing it
covboy153 1 year ago
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?
markiebeyond 1 year ago
Thanx for your time ... 100/100 :)
inverse999 1 year ago
wats this pls:
Layer AS frame1, line 9 1120: access of undefined property image loader
philjt22 1 year ago
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.
:)
OscarAlvarez1 1 year ago
can I do this on CS3?
emgobyron 1 year ago
@emgobyron yeah u can :)
madonsnow 1 year ago
your tutorials are always fantastic - you've no doubt got a lot of very indebted people around the world! Many thanks!
laughingkuma 1 year ago 2
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!
DanHibbert 1 year ago
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?
TheProfileder 1 year ago
can you load a swf that is in as 2.0 onto an as 3.0 flash site???
aznballer04 2 years ago
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?
arno8 2 years ago
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 ;)
brad828 2 years ago
This comment has received too many negative votes show
this tutorial sucks ass who ever made this must have donkey shit for brains
ayeech 2 years ago
This comment has received too many negative votes show
Guess what? Fuck you!
BloodGlutton 2 years ago
Lets see you do better! Fuck wit
Peakaboo92 2 years ago
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::DisplayObjectContainer/removeChild()
at Portfoliopage_fla::MainTimeline/unclickFirst()
Help! I'll post my script!
Peakaboo92 2 years ago
Peakaboo92 2 years ago
function unclickFirst(event:MouseEvent):void{
imageArea1.removeChild(img1Loader);
}
Peakaboo92 2 years ago
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....
artshop1321 2 years ago
Comment removed
Graphicstodiefor 2 years ago
AS3 sucks... what used to take seconds with AS2, now takes hours. thanks alot adobe ass.
Seigu007 2 years ago 2
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.
Seigu007 2 years ago
you could have just jump to the first screen where you see an AS window man.... I think this was realy understandable for newbies....
gigigdesign 2 years ago
That model is hot.
puffnpluky76 2 years ago
maxmanpop: check your output box.. something is wrong in your script
jammenfaenda 2 years ago
very cool Tut... btw i love you voice! =)
josemanuel26 2 years ago
PERVERT LOL J/K
gilbot3030 2 years ago
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?
maxmanpop 2 years ago
with what program did u make the intro?
yoto5951 2 years ago
can you load web page like .php, .css, .html .... in this. if yes the how
spsvideo08 2 years ago
just replace the 1.jpg to index.html or index.php
PersonalComputerHelp 2 years ago
ya i did and it give me this error
Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
spsvideo08 2 years ago
so, what is your script?
altu892 2 years ago
actionscript confuses me!
aodara 2 years ago 25
@aodara are u good at it now?
Thet3 9 months ago
@Thet3 not really :(
aodara 9 months ago
@aodara Im a noob also.. I will just stick to it! If you want you should to!
Thet3 9 months ago
I need to learn flash!!
01jlolmx10 2 years ago 2
Thnx
jinxy312 2 years ago 2
This has been flagged as spam show
ghey
MrAnimated 2 years ago
Rofl jk
i was looking all over for this
MrAnimated 2 years ago
Like you i assume....
nah jk i was looking all over to diss you!
UNiqEz 2 years ago
no.
olddiademmaster45 2 years ago
Great tutorial, I like this style!
marquesbrownlee 2 years ago 2
love the tuts keep on making them
IIIANUIBISIII 2 years ago 10