Flash :: Right Dimension When Creating Website?
Oct 7, 2010What is the right dimension when creating flash website?
View 1 RepliesWhat is the right dimension when creating flash website?
View 1 RepliesThe issue I'm having is that I have a main "wrapper" 100x100 (but it could be any size) - it's just there to hold and display whatever content, swf, gif, etc we may want to throw into it. As long as the loaded content doesn't have 3D animation like rotationY going on, it displays fine. But when it does, the 3D "anchor" properties (like projectionCenter) of the loaded swf inherit those of the main timeline (i.e. 100x100 (main) vs 728x90 (loaded)). If I change the dimension of the main "wrapper" in Flash IDE to match what's coming in - the 3D behaves fine, but I won't know what the dimensions of the content will be until it comes, so I need a way (if there is one) to dynamically alter the main "wrapper" or root display object through AS. Stuff like "this.width = loader.width" or "stage.width = loader.width" or "root.width = loader.width" etc doesn't work. Flex has the hBox and vBox
View 1 RepliesI am in the process of creating an all-flash website for my best friend.It is for his music group and he would like to be able to update the dates on the upcoming events page every so often.s there a fairly easy way for me to show him how to do this, or should I just scrap the half-made flash site and opt for an html site?
View 1 RepliesRather than build a controller for each video on our website, my IT dept wants me to build one controller that all videos can access. How do I do that and do I need a script? I know nothing about scripting and I'm a newbie in video publishing
View 3 Repliesi'm recently creating a full browser flash website. the important thing is: the stage.height should never be smaller than 768px because things are cut then. but how to tell actionscript not to make the stage.height smaller than 768 onResize? i've tried the following things, but they don't work:
[Code]...
Basically Iam new to flash actionscript3.0, I am plannning to create Flash website. I need some help from anyone like creating button events, getting url, loading dynamic text etc.
View 2 RepliesI want to be able to record 5-30 sec "green screen" segments on my video camera, extract them from the background, save it as DECENT QUALITY flash that can be embedded in my company website (small motorcycle dealership in Sweden) so that I can reach my customers in a better way. I have seen a website that does this and truly want to learn it. I am willing to buy whatever software is necessary.
View 2 Repliesi have a created full flash site and i m ready to upload it on a my server But i want to add a download link to a pdf file in my Site can i just do it by simply adding the following A.S. to the button
download_btn.onRelease = function() {
getURL("myFile.pdf", "_blank");
}
i would be keeping the myfile.pdf in my website folder itself!
I'm currently creating a FPS-gaming clans website(entirely in flash). I'm trying to get a MovieClip to work, so when i roll over it, another movieclip shows up, and if i then roll onto the new movieclip(no longer on the old, in which case a function drags back the new movie clip) the movieclip will still stay.
[Code]...
I'm creating a website where I want to navigate through the menus using the Arrow Keys and by hitting the Return Key..it launches that selected page.
View 1 RepliesI would like to create a secure login section for a website. I have managed to build up an AS3-PHP communication where PHP checks user credentials. I am already providing data enchryption between AS3 and PHP but I would like to add some further security. Is it possible to implement a HTTPS login section?
View 5 RepliesI understand that there are many methods to creating a slideshow on a website, but that isn't my question. What I really want to know is what is the most mainstream method of creating a slideshow on a website.What do you recommend?So far I've seen Jquery, Javascript, CSS & DHTML, and Flash. The first thing that comes to mind for me is flash, then second Javascript.
View 2 RepliesI want to create an auction website in Flash using Action Script. Any suggestions how I can go about doing that? If anyone has any code snippets for auction website
View 1 RepliesI'm about to create a Flash XML web site template.The site functionality should allow the site editor (the person)
-to add and remove new sub pages
-to edit pages contents
-to add and remove auto-scalable site multilevel menu items
What is the best way to do this? Where I can find guidance (tutorials or something like that) on building a full-scale, dynamic xml site?
What ist the best dimension for photography portfolio in Flash?I would like to make my portfolio website with my photographs.
View 3 RepliesI'm trying to get the dimensions of the videosource in a VideoDisplay:
private function loadMovie () : void {
vid = new VideoDisplay();
vid.source = _item.itemLg;
[Code]....
Ok so my website is a basic portfolio site. the interface is as follows: on the right is a box shape...to the left are my buttons and on the top is my logo and such. now for my coding questions.
1. I want a gallery to appear in the box showing my work
2. My buttons are named "Photoshop", "Illustrator", and "Indesign", i would like to have it so when you click on each button a new window gallery will appear in the box to show my work for each pogram
3. How do i insert my images? Do i just place them in my library in Flash? Do i use dreamweaver?
thats pretty much it.Unfortunately my teacher is refusing to teach coding.
I am a very basic user on adobe flash, basically all I use Flash for at this moment is to create animated gif or basic SWF website banners. The problem that I am encountering at this moment is that when I export to an animated GIF the image quality becomes pixelated (see sample image below), where if i export the same work to an SWF it appears normal, I have tried several different combinations on the settings when saving the GIF but everytime I get the same results.
I would only use SWF formats but our website does not support SWF in every section.
I'd like to create a Website in form of a book - completely scripted. Is that possible?
View 0 RepliesI am a member of a clan on a popular gaming website. I'd like to make fully interactive flash videos detailing certain game concepts. Is it possible to do this with screenshots (there are some drop down menus) or would I have to remodel the website in Flash?Basically, I'd like to know how to make it so I can tell the user to click a certain link and take a certain step, we've all seen those types of interactive tutorials.
View 0 RepliesRecently i made flash animation in 500x300px, now i need to re-create the same animation in 100x65px, plz tel me how can i decrease the dimension of same animation widout re-creating it in new dimension. is there any codes or tools or plugins?
View 3 Repliesi'll be straight to point,well i'm now working on a project using action script 3 now what i'm trying to make is a Main SWF that load whatever other swf into it the tricky thing is that i used 1 xml document read the external swf source nad it's setting(such as it's x,y position and it's width and height) and i'm having problem setting it's width and height (i mean the loaded swf width and height)
Code:
//variable list
var swfList:XMLList; //hold all the zone list from the xml
var totalZone:uint; //total of zone there is in the xml
var myURLLoader:URLLoader = new URLLoader();
[Code]....
i want to ask how to make a placeHolder in flash actionscript 3..,what i do need to know is that how to sett a placeholder width and height:confused::confused::confused:
Code:
import flash.display.*;
var placeHolder:Sprite = new Sprite();
[code].....
This is my first time using Flash to create a website. I am not familiar with Action Script, its functions classes etc., however I am familiar in programming in JAVA. I will be using ActionScript 3 and Flash CS5. (I have Flash CS4 also if needed). I am trying to create a website with a scrolling background that has 4 different scenes. I have attached an image to illustrate my idea. There will be a user interface, consisting of 4 buttons, which will be on stage at all times. Each of the button will correspond to a different scene of the background. So if the user clicks on the third button, the background will slide itself until the third scene appears on the stage.
Questions in mind:
How would the coding be like? I am planning to apply it to the button. So the background should shift ___ amount of pixels to the left or right depending on which scene the user is currently in. So if background is currently at position 800,0 (so the user is currently in scene 2) and the user clicks on 4th button. The background should move -1600 so the 4th scene will appear on stage. I am guessing there is 16 different cases I have to address. Assuming if that works, how would I also move the other objects on the scenes of background? Such as links to email address or my portfolio.
I have a class (ImageLoader) that extends Sprite container and loads an external image to its instance. When i instantiate an object of this class from another (Main) class i want to have the dimensions (width, height) of the loaded image being known to this (Main) class. It seems that is difficult for me as the dimensions are known after the image compete loaded. But i don't know how to pass this information from completeHandler event handler to the Main class.
package
{
import flash.display.Sprite;
import flash.events.Event;
[Code].....
Is possible to change the browser dimension dynamically in flash? I have a ball that bounce up and down on the stage and I would like that everytime it bounces on the bottom the broswer window gets bigger ..
View 1 RepliesI am creating a website to allow users to download a selection of soundfiles. What I'm wondering is how I can create a link in ActionScript 3 which downloads a specified file to the users machine - giving them control over the download location along the way.
View 1 RepliesI've made this code:
Code:
var txt:TextField = new TextField();
var frmt:TextFormat = new TextFormat();
txt.autoSize = TextFieldAutoSize.LEFT;
frmt.font = "Arial";
frmt.size = 800;
frmt.color = 0xFF00FF;
txt.defaultTextFormat = frmt;
txt.text = "TRY WITH THIS";
I've seen around the web flash websites with text bigger than the max flash dimension of 72 pt. How can I make that? I've tried with the code above but it seems that flash set the text size to 72.
I have 2 websites both built entirely in flash.My problem is that I have created a button on 1 of the sites that has to link to a particular scene and frame within a different flash website.
View 6 RepliesI want to use a flash preloader for my php website. I have seen some javascript examples; but I want something attractive and cool. So I want use flash preloader which will show the percentage of the website loaded.My website is kinda heavy(with lot of images). It looks bad when the contents load. So I want to show a flash preloader while the site loads.
View 2 Replies