IDE :: Building A Site From Scratch
May 4, 2009
I need help building a site entirely on Flash from scratch. I am a beginner at the software, I know what most tools do, I know how to create basic tweens and stuff, but well, all in all, I'm a beginner. I know absolutely nothing on Action Script (be it 2 or 3), and I want very much to learn Flash now. To do so, I want to put online a portfolio site for me. I already know Photoshop, Illustrator and After Effects quite well, so I think now's the time to give it a shoot. On to business:
1. So, first, what size should it be? I wanted it to be something around 1024 x 768 maybe? Is it possible to set an adapative resolution for the site? (I don't know if that's the correct term, what I meant is that the site changes resolution according to the users who are accessing it.)
2. I heard that if you don't use ActionScript to animate things, the site gets mega heavy. Is that true? What should I use ActionScript for when building this website?
3. Is it possible to organize the loading priorities? As in, the order in which things load, so that the site gets a bit more dynamic allocating the user's connection?
4. Are there global standards for Flash-based websites?
For now, I guess this is it. I'm starting this project today, so I'm still not quite sure what other doubts may pop up.
View 1 Replies
Similar Posts:
Apr 2, 2011
I just recently moved on from tinkering with AS2 to tinkering with AS3. I was wondering what are some of the most useful code libraries and such that make your life easier? For example's sake, take GreenSock's awesome tools, TweenMax and so forth. What would be the best way of building a hierarchical site/presentation with AS3? Meaning a site structured like this, one page having as many subpages to navigate to as you want (probably just three or four levels in the end, structured in XML)
View 3 Replies
Jan 31, 2010
I am building a site in Flash CS4 with AS3. I have one problem, and it seems to me that there are solutions everywhere for that it's just that I don't know how to solve it and implement it. I have 2 swf files. One is preloader and the other is main swf with the whole site. I use this preloader swf to avoid white screen because I have some scripts exporting to the 1st frame. In the main swf I have a single frame (index_mc) containg everything on stage. I am using Lightbox script and it is exported to the first frame. Beside that script I am using some scrollbar script. The problem is that I get #1009 error
[Code]...
View 3 Replies
Oct 20, 2008
I am a newbe to Flash and I have built a flash file that ends up with user input fields which write data to my 1shoppingcart autoresponder. From 1shoppingcart I got the HTML code to capture my website visitors name, email & phone number.
<form name="form1" method="post" action="[URL]">
<input name="merchantid" type="hidden" id="merchantid" value="111555">
<input name="ARThankyouURL" type="hidden" id="ARThankyouURL" value="[URL]">
<input name="copyarresponse" type="hidden" id="copyarresponse" value="1">
<input name="custom" type="hidden" id="custom" value="0">
[Code] .....
When I try to submit the information from my new flash website it does not work and when I did a trace on the application all of my variables seem to be working correctly but not in the same sequence as I had added them to the Actionscript. The only other difference on the trace is at the end of the correct post I get the following fields.
bh_is
bh_fv
bh_fx
bh_iw
bh_ib
View 1 Replies
Apr 21, 2009
I googled this online, and almost all of them start with dragging the scrollpane from the component toolbar.
I don't like the way this scrollpane looks. How to change the color, shapes, etc. Can I do this through altering the code, or do I need to start from scratch?
View 5 Replies
Oct 12, 2009
Is it possible to make a Tilecomponent from scratch only wiith AS3 ?I want to make a xml driven dynamic video playlist with thumbs and text description but without a premade flash componenent.The thing I can't understand is how-to to manage the "cellrenderer" from scratch
View 2 Replies
Mar 24, 2006
The following code doesn't work on a mac but works fine on a pc. Anyone know how revise it so it works on both platforms?
stop();
startDrag("/coin", true);
MovieClip.prototype.startScratch = function(width){
[Code].....
View 2 Replies
Jun 28, 2009
I was wondering what would be the most optimal way of coding something that work this way: There's 10 buttons, you click button 5 (for example) which causes button 5 to gotoAndStop(2) while at the same time it tells all the buttons which aren't button 5 to gotoAndStop(1)
View 1 Replies
Jan 16, 2007
i have a little scratch and win game that's working perfectly, except i am being asked to make a custom cursor (a coin). now, i can easily make a custom cursor for the whole thing, but i think it looks trashy (especially with it going on a website with ads and the like, how would anyone know to click the ad when theres a freakin' coin over it?
anyways, what i want, is to make the coin only show up when the coin is like... over a "scratchable" box..
View 3 Replies
Mar 18, 2008
Does anyone have any tips for how to approach building a two level accordion menu from scratch? ...or better yet a tutorial? I haven't been able to find anything online other than references to the accordion component which I do not want to use.
Right now I got as far as loading in all the 1st level menu items and their child items from an XML file, when you click one of the 1st level items a function is called which moves all of the 1st level items below the one you click on down far enough so that all of that item's sub items have space, they then attach to that item.
I'm using a for loop within a for loop, is there a better way?
View 7 Replies
Mar 3, 2009
Does anyone know of any good tutorials that will walk me through building an as3 player from the ground up including: clickable seek/progress bar, volume control, and fullscreen support?
Lee Brimelow has a great series of tutorials at gotoandlearn.com, but they are for actionscript 2. He has one new tutorial for as3 video basics but he hasn't gone further yet.
I'm not so good at backwards engineering existing players so I think I'd rather just walk though it. I'd also really like to avoid components and pre-cooked stuff.
View 1 Replies
Aug 5, 2009
I would like to write a very simple 3d engine just to learn it. I have some knowledge about 3d in as3 and perspective concept but I would like to see some tutorial about where to start to build it.
View 3 Replies
Jul 8, 2011
Im trying to do a "Pano" 360 flash app from scratch. Using Away3D I should apply an stereographic image very well, everything is working well.But looking in some apps on web (like Panorama), they load only 6 images and somehow they "merge" this 6 images and, I suppose, apply this merge into the sphere 3D. Or it doesnt use a sphere and make kinda illusion of sphere?Could you help me find out how can I merge the images and "apply" those flat, separate images, in my Sphere primitive or, if this isnt the right way, how can I "emulate" those panorama?
View 4 Replies
Nov 16, 2011
I need to create a webcam chat which i intend to use in my website. It will allow two or more persons to video chat through their webcams.I want to develop the webcam chat from the scratch. I have no idea which software to use. I did a thorough search for this topic and alli got is adobe flash with some actionscript is required to build it.
View 1 Replies
Mar 14, 2011
I have started learning about flash about 3 years ago, I had a shot at making a small application for my boss' website and that went down well... but since this first feeling of flash, this technology has evolved rather quickly. I used to write my scripts in AS 2.0, now AS 3.0 has come with a bunch of new stuff like event listeners and such. I have tried to catch up for the past two weeks but I kind of lack some training on all the new stuff added to or changed in AS 3.0.
So to come to the problem, I have tried to make a pretty simple menu from scratch, I wanted it dynamic so I took advantage of reading data in an xml file. I have created buttons but figured that movie clips were actually more flexible so I went down this way and it kind of works except that when i click one of my buttons, the button_down state works once but not twice, it stays as the button_over state even if i click repeatedly. My script is quite ugly as I could not figure out how to loop the creation of my menu buttons from a single set of movie clips (one for the up state, one for the over state and one for the down/clicked state).
View 0 Replies
Mar 19, 2011
I want to create an online q-bank with questions pertaining to a specific medical board examination. This is similar to the way kaplan and other companies creates Q-banks for standardized exams. The reason: No banks exist for these board examinations
what tools would you use to create a Question bank that has the ability to sort questions by user settings, implement timers, keep track of overall performace, display explanations for each questions, and have the options for video explanations. Is ActionScript up to this task?
View 2 Replies
Sep 11, 2003
does any1 know or have done any 'scratch and win' type of game in flash?
View 4 Replies
Feb 16, 2011
I would like to know if any awesome dude knows if there are any AS3 Flex tutorials on the net or in books that explains how to build apps and games from scratch - step by step via Flex
View 4 Replies
Jan 19, 2010
Are there any tutorials available that will show me how to create a multiple class program from scratch? I have 2 classes working with a fla and when I add a 3rd class every object I create comes up as an error.1120: Access of undefined property.I'm very frustrated cause I can't figure what the problem is. I have just migrated to OOP so I'm relatively new at this.
View 2 Replies
Aug 2, 2002
does anyone know where I can get a tut on making a scrolling thumbnail viewer from scratch? I tried to recreate the one in the tutorial here but for some reason I cannot get it to work. I need from scratch step by step (I learn better that way).
View 3 Replies
Nov 5, 2009
I'm trying to make an scratch lottery ticket in as3 by using the bitmapData class. The scratch function is working fine, but I want to add an function that is challenging. When 75% of the lottery ticket surface is scratched of I want to trigger an event.
My ActionScript Code:
var toolsize = skraper_mc.width;
var tooloffset = toolsize/2;
var basepoint = new flash.geom.Point(0,0);
var bitmap:Bitmap=new Bitmap();
[Code] .....
View 4 Replies
Apr 8, 2003
Code:
Scratch = function() {
this.previousClip = null;
this.startScratch = function(clipName) {[code].....
I'm trying to set the previousClip variable (which belongs to the Scratch-class) in the onMouseUp function. I know I'm not doing it the right way, but can someone tell me how to set a the previousClip variable properly?
View 6 Replies
Feb 25, 2012
i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.
View 2 Replies
Feb 14, 2011
I'm looking for resources on making an interactive charting component in Adobe Flash without use of Flex (or, minimal use). That is, starting "from scratch" with Flash and ActionScript 3.0. Is there recommended reading? Perhaps a good recent book on the subject, or a detailed blog article, or an open source project to look at? I'm interested in the development process, and specific design patterns (for example, extending Sprite as the logical base class for your component).
View 1 Replies
Apr 7, 2003
I'm working on a project right now, where I need to simulate a "scratch-effect" with Flash, however, the setMask method just doesn't seem to work for me. examine my code and tell me what the *beep* I'm doing wrong?
SWF-file: scratchtest.swf (click)
Source-file: scratchtest.fla (rightclick and save)
View 8 Replies
Nov 4, 2009
the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.
View 8 Replies
Jul 28, 2011
Forgive if I am not explaining this very well- here goes. I have one major site with three other gallery sites that are related. From one of the gallery sites I need to create a button that takes you back to a specific page on the major site.
[Code]...
View 7 Replies
Jul 30, 2011
figure out why the movie i just made is off stage. I just I don't want to start from scratch or move every object that is off stage onto stage. What did i do to get it here to begin with???
View 1 Replies
May 20, 2009
I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]
View 4 Replies
Dec 14, 2010
A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?
View 1 Replies