Help for a flash website

Hi everybody,
I would like to change my website "diivino.com" into a flash
version.
I have a silly question.....how big has to be the stage in
flash,for the building part, in order to cover the whole screen? I
don't know if this is clear for you......what I mean is:
if my stage size is say 500 by 400 pxl is it going to appare
on the whole screen or will I have some white part?
Please forgive me if my english and my question is not
correct or understandable.
thank you very much in advance.
thomas

The Flash movie will embed just like a jpg or gif file onto
the page so whatever size you export it as is the size it will
appear. I find that the best practice is to optimize for a certain
screensize and if you are trying to avoid too much white space
create a tiled background to go on the page and/or create a
background image that will sit in the table cell where the flash
movie will go that gives the movie a drop shadow or something of
that nature to make it stand out a bit.
There are other options you can create a page that scales the
movie depending on the open size of the browser but this poses
problems with jpg quality, if you are using all vector objects
created in Flash scaling wont cause much distortion at all but if
you use alot of jpgs or movies they will distort if the user has a
high resolution.
Hope this information is usefull if you are interested I have
some code that can help you make your published swf file scale to
fill the browser window.

Similar Messages

  • Can anyone contribute some inputs for creating flash website?

    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. If you can pls share useful source file which is helpful for me.
    Thanks,
    Habib

    As a relative newbie to Flash myself I'd simply recommend getting stuck in and messing about, find out how to do each individual thing as you come up against it. Don't be scared off by the new environment, if you just dive in you'll be up and running in no time Oh and don't expect the first thing you make to be of any real use - create something just to mess about in then start over once you know what you're doing a bit more.
    I found this collection of videos very helpful in getting up and running:
    http://tv.adobe.com/watch/learn-flash-professional-cs4/getting-started-01-understanding-fl ash/

  • Tips for Changing Flash Website to HTML / Dreamweaver

    I am going to be taking over the management of a website that was designed entirely in Flash. There really is no need for the entire website to be entirely in Flash - it is confusing to navigate and most of the content would be so much easier to update and maintain if it were saved in html. I want to keep two flash effects - one is the splash page and the other is gallery where a grid of photos flips up like cards and you can click the individual photos for a link to a specifications page.
    So, my question.  Is there an easy way to transition the site from flash only into html / dreamweaver? I think I already know the answer to this - "NO" - I'm going to have to redesign the site in dreamweaver and just insert the two flash elements I want to keep, but if anybody has any tips or tricks that would be FANTASTIC!  Thanks.

    The problem with FLASH sites is that they speak a different language - Action Script instead of HTML.  While some Flashy effects can be emulated with DHTML (JavaScript, JQuery etc...) it's not always possible to achieve the exact same feel without FLASH.  Everything depends on how Flash-centric the original site is and how much your client/boss is willing to toss out in favor of a more web accessible, search engine / user friendly / standards compliant website.
    Incidentally, SPLASH pages are a complete waste of prime URL real estate.  You don't want a Flash or image only SPLASH intro page on your ALL IMPORTANT domain name default page.  If anything, you need to rebuild home page in HTML with plenty of keyword rich content for search engines and people to grab onto.
    For more meaningful suggestions, please post a URL to the live site?  It will be interesting to see how it ranks on Google and other SEs.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Stage size for a Flash website?

    I am taking a beginners Flash course and our final project is to create a movie/website in Flash. 100% Flash based. In a previous course, I made an HTML site. For this project, I am recreating that website in Flash. But what should the stage size be? That is where I am stuck. I don't know what a normal Flash site size should be to fit the screen like a normal HTML site. Can anyone help me here with this please? I already know to havethe dimentions set to 100% and 100%. But for some reason, when I use Control > Test movie, it never seems to fit right. It's either crunched together to much or spread out to far to where the header and footer are partially off the screen. I've seen posts on the web from years ago that said 950x550 is the size needed. Is that still the case? Because it just doesn't look right. With HTML the page height would adjust to the content and it would automatically scroll if needed. But Flash doesn't seem to do that. It seems that you are stuck with 1 size and you have to work around it. But I don't know what size that is supposed to be. Sorry for the long rant. Just getting really frustrated. I'm using Flash CS4 if that helps any as well.

    if you want to use 100%x100% and not have your display objects resize, set your stage's scaleMode to noscale.  check the stage properties for your actionscript version for exactly how to do that.

  • Help for delopping Flash Lite applications on N95

    Hello Everyone,
    i'm new in the delopment of Flashlite application. I have to
    develop an application working on my Nokia N95. But, i can't test
    all those applications bevor playing them of my device. Flash Lite
    3.0 is installed on my Nokia N95. Please can you tell me how can i
    test those applications in Device Central? I still having a
    question, i want any help about developing with Flash Lite 3.0
    using ActionScript 2.0 or more, can you tell me, if there is any
    books, online tutorials help to begin developping with it? Maybe
    this question is not suitable to this forum, but i need your
    answers to be able continuing to develop.
    Please excuse my english. English is not my official
    language. I can explain myself better in french,german.
    Best regards
    fye2008

    Try out www.biskero.org cause I think that sure is the best
    resource for learning with practical examples all over :)

  • Flash template help for a Flash Novice

    I purchased a template website that has a flash banner which rotates three photos.  I was able to get my own photos into the flash but I don't know how to have each photo be a different hyper link.  Also the flash template has a next and previous button to cycle through the photos but I would like the photos to move automatically but again don't know how to do that.  I'm a complete novice to Flash.
    I'm working with Flash CS4, Dreamweaver CS4 and Photoshop CS4.
    Please any help would be great.
    Thank you
    Al Guzman

    Hi
    You could use tweening or a timer to do what you want...
    But since you're a complete novice, it's hard to advice you on how to
    do it...What I can advice you to do, is the following:
    1. Keep a backup of your original fla file..NEVER work on the original.
    2. Post the code here..One have to be a psychic to guide you without some
        code or at least a detailed explanation.
    We know, that the pictures are shifted using buttons:
    Something like this perhaps (Most likely):
    forward_btn.addEventListener(MouseEvent.CLICK,someNextImageFunction);
    function someForwardFunction(event:Event):void
         //Here we shft to next image
    Previous_btn.addEventListener(MouseEvent.CLICK,somePreviousImageFunction);
    function somePreviousImageFunction(event:Event):void
         //Here we shft to previous image
    Copy/Paste the code located inside the FLA file and help will come..
    Without the code..This could be a reeeeaaalll lengthy correspondance.
    Best regards
    Peter

  • Help with changing Flash Website!

    Hi,
    I have a Flash template:
    And my design in Photoshop:
    I want make my design in flash, so that i change the colors and everything without writing the script. Can someone tell me how to do this?
    Here is the template:
    http://jump.fm/INACQ
    Thanks,
    LTKort

    This will have to be somewhat of a trial and error process for you if you have no training/experie nce using Flash.  I doubt anyone is going to provide you with detailed lessons.
    As far as changing the graphics goes, your best bet is to make a copy of the template and just start changing the graphics.  Retain a copy of the original template at all times so that if you need to you can start all over again.  If you run into a problem doing that, then post your specific problem.
    As far as dealing with the code goes, whatever new objects you create to replace the existing ones will need to be the same types of objects (movieclips, buttons, etc) and will neded to have the same instance names assigned to them.  Movieclip objects might have code insuide of them, in which case you will have to edit the movieclip itself such that you change its graphics while preserving its code.

  • How can run a flash website in apple Ipad

    Any body can help for running flash website in ipad

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • Trying To Add UIScrollbar To Flash Website But FLA File Has No Layers

    I was asked to add content to a flash website page... When I open the FLA file, there are aboslutely no layers for me to work with. I found an .as file that contained the page content and so I added the needed content there. But this is where I run into a problem. I'm fairly new to flash so perhaps this is common. After adding the additional content, the content now extends vertically and beyond the page borders. In doing research, I discovered that the solution is to change the TextField to "dynamic" and add a UIScrollbar during the build. I've learned to do this but the problem remains that I don't have any layers to modify for this particular website. Can someone explain why or how I can find the layers for this file? I am using Flash CS3... and unsure what version the original designer was using. I guess another option is to add a UIScrollbar to the website by modifying the .as file directly. Can this be done? Please help!

    It appears that the only items in the library are movie clips and a couple bitmaps. Here is a screenshot of my FLA file when opened in Adobe Flash: http://www.flashvideopro.net/images/flash_screenshot.jpg. Any ideas from what you see? I'm fairly new to Flash, but I have never before opened up an existing flash file for a flash website without seeing the layers for the site. Apparantly there are different ways to create flash content? Could it be that the textlayer I am looking for is hidden in a movie clip? And if that's the case would this be editable? I menitoned in my original post that I can actually edit the page in the main.as page as you see in this image. But I have no clue how to add a UIScrollbar without having the textlayer in front of me. The FLA file I am trying to edit is for global and trendy links (dot) com.

  • Add Newsfeed to Flash website

    Hi,
    I have a flash website that I'd like to add a newsfeed to.
    Similar to science@nasa (
    http://science.nasa.gov/Host/).
    Sadly, I've no idea how to do this. Any suggestions?

    It appears that the only items in the library are movie clips and a couple bitmaps. Here is a screenshot of my FLA file when opened in Adobe Flash: http://www.flashvideopro.net/images/flash_screenshot.jpg. Any ideas from what you see? I'm fairly new to Flash, but I have never before opened up an existing flash file for a flash website without seeing the layers for the site. Apparantly there are different ways to create flash content? Could it be that the textlayer I am looking for is hidden in a movie clip? And if that's the case would this be editable? I menitoned in my original post that I can actually edit the page in the main.as page as you see in this image. But I have no clue how to add a UIScrollbar without having the textlayer in front of me. The FLA file I am trying to edit is for global and trendy links (dot) com.

  • I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro

    Hi,  My name is David and I followed a course creating my own website from Lynda.com by Paul Trani. After that I created my first own webste. After I finished it, everything was working well in flash and firefox. I have only one problem and question concerning the feed back form for sending info from my website to my emailaddres. I created my website “LisbonDreamWalking”in Flash CS5 pro. I herein have a contact page, where people can send an email for a walk in Lisbon, date,the number of people etc. Now I want through my ISP / host funpic.org, that the input, info text fields to be sended to my emailaddress [email protected]. My mail URL adress  iss: http://lisbondreamwalk.li.funpic.org  This is a free host, so they don't work with forms like in the course, and I need some additional info for the php. Here is my HTML (Flash actionscript 3.0) for the sending I only have the red text to fill in (php), I was told by the adobe course.I really hope someone can help me?! Thanks in advance!
    Instructions: 1. Add your custom code on a new line after the line that says "// Start your custom code" below. The code will execute when the symbol instance is clicked. */  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13);  function fl_MouseClickHandler_13(event:MouseEvent):void {          if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "")      {           thankyou.text = "please fill out all fields";      }      else      {           // create a variable container           var allVars : URLVariables = new URLVariables();           allVars.name = thename.text;           allVars.email = theemail.text;           allVars.time = thetime.text;           allVars.persons = thepersons.text;           allVars.message = themessage.text;           //Send info to a URL           var mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php");           mailAddress.data = allVars;           mailAddress.method = URLRequestMethod.POST;           sendToURL(mailAddress);            thankyou.text = "Thank YOU!";           thename.text = "";           theemail.text = "";           thetime.text = "";           thepersons.text = "";           themessage.text = "";      } }
    H

    Thank you Kglad, I am going to see if I can make it work. I will let you know!
    Date: Thu, 13 Oct 2011 08:55:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        Re: I need help for actionscript 3, sending php info to my email, website created in Flash cs5 pro
        created by kglad in Action Script 3 - View the full discussion
    you missed part of the tutorial (or the tutorial is incomplete):  send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_13); function fl_MouseClickHandler_13(event:MouseEvent):void{     if (thename.text == "" || theemail.text == "" || thetime.text == "" || thepersons.text == "" || themessage.text == "") { thankyou.text = "please fill out all fields"; } else { // create a variable container var allVars : URLVariables = new URLVariables(); allVars.name = thename.text; allVars.email = theemail.text; allVars.time = thetime.text; allVars.persons = thepersons.text; allVars.message = themessage.text; //Send info to a URLvar mailAddress:URLRequest = new URLRequest("http.www.namewebsite.com/gdform.php"); mailAddress.data = allVars; mailAddress.method = URLRequestMethod.POST; sendToURL(mailAddress);
    }}  var urlLoader:URLLoader=new URLLoader(); function sendToURL(mailAddress):void{urlLoader.addEventListener(Event.COMPLETE,completeF);urlLoade r.load(mailAddress);} function completeF(e:Event):void{ thankyou.text = "Thank YOU!"; thename.text = ""; theemail.text = ""; thetime.text = ""; thepersons.text = ""; themessage.text = "";}
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969414#3969414
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969414#3969414. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Action Script 3 by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Preview image for videos on flash website. Help!

    Hi, I'm not sure if I'm at that right place so sorry if I'm wasting your time by asking this question but I'm having problems with my flash website.
    I want the video on my website to show a preview image before the video is played instead of it displaying a blank black frame. I went on component inspector - preview - and selected the frame of the animation that I wanted to be shown. But when I came to uploading my swf and html file the preview image for the video is still black. On component inspector - preview - it says 'To generate a runtime preview image, use the export button and load the image back by writing your own actionscript'. So I exported the image but I haven't got a clue how to write my own actionscript. I've spent hours trying to find help on this but I haven't been successful.
    Do you know how I can sort this out? Thank you

    Have a look at this tutorial: http://web.archive.org/web/20081012122149/http://www.monkeyflash.com/flash/poster_frame_fo r_flash_video/
    If you still have questions, ask again.

  • Advice needed for beginner to Flash website building

    Help!
    I have zero knowledge about using Flash.  I am being asked by my boss to build a flash web site for our music and video game stores.  I built our old site in Dreamweaver.
    Does anyone have advice on where i should start?  A suggested book that will walk me through beginning to end.  I've worked through a few tutiorials but I feel lost as far at the time line and actions.
    Any expert advice is appreciated.  I need to get started in the next month.  I'd like to build it myself instead of outsourcing to someone else.
    Know where I should start?

    Lindsay,
    Last month I built my first Flash website after following this tutorial on Lynda.com:
    http://www.lynda.com/home/DisplayCourseN.aspx?lpk2=735
    Needless to say the concept behind the tutorial was mind-opening, at least for me: I have a HTML/CSS background and I always used Flash almost only for banners, headers and simple animations.
    Hope this helps...
    JC

  • NEWBIE - Best Practices for FLash Website Development

    I've decided to try and build my own flash website, so to help me learn the basics I downloaded the following sample Dynamic Flash Template: http://info.template-help.com/pre-sale_questions/about_web_design_templates/article25.html.
    I've been playing around with it a little bit, and feel like I definitely know a lot more than I did previously, but also feel like I may learning the most efficient and effective methods.
    Basically, my questions are what's the best software / methods to do the following, as it relates to the template described above.
    1) I want the site able to be viewed by people who have flash enabled and those who don't.  I'd like for the default website to be flash oriented, but of the browser doesn't support flash or if there are no flash plug-ins installed, I want the HTML version of the site to display.  What the best way to make this happen?
    2) If I use the dynamic text option for the flash site, all text is pulled from the tfile_main.html file.  Is this the best way to embed dynamic text into my flash file?  Is it the most efficient way or should the dynamic text be embedded from the HTML pages of the Non-Flash site?
    3) Is it possible to have the flash and non-flash versions overlay each other, where if flash is supported, the flash content is displayed, but if flash is not supported, only the non-flash versions are displayed?
    4) What the best way of optimizing a site of this nature for search engines?  If I were to upload only the flash version of the site, embedded in the index.html file, I think that the search engines would interpret my whole site as simply being one page, which I do not want.  I want them to recognize each distinct page.
    5) Should I use Static or Dynamic text?  Should I insert any outgoing links with the flash file itself, or within the html files?
    6) I've read alot about SWFObject2.x and it seems like it would help me do a lot of the things I'm wanting to do, but I have no idea how to use it.  I downloaded the .zip file, but have no clue what to do with it from there.
    7) I have Flash CS3, but also currently have a free trial of the Adobe Creative Suite Premium CS5, so I have FLash CS5, Dreamweaver CS5, etc.  Should I use Flash CS3 or CS5?
    8) How should I set-up my Publish Settings in FLash?
    Sorry for such a long message and requesting so much info.  If you can only help out or provide guidance on 1 of the above questions it would be very beneficial to me and greatly appreciated.
    Thanks in advance for everyone's help and let me know if you need additional information.

    No one is going to answer 8 questions, I certainly can't be bothered.
    Cut them down in to different threads, in the relavent Adobe forum
    But:
    Use CS5.
    You can use JS to determine if they have flash and show a style sheet/site accordingly, google it.
    You can optimise flash sites too

  • I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    If you are talking about Safari on the iPad, there is no version of Adobe Flash for iOS and there never has been. Clear Safari, close the app and reset the iPad.
    Go to Settings>Safari>Clear History and Website Data
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If you are talking about Safari on your Mac, you are in the wrong forum. But I would still clear the cache, quit Safari and restart the Mac.

Maybe you are looking for

  • DL Break Point Issue - Please Help.

    Hello, I use to work in DVDSP when you could only do one layer and even then I knew just enough to get the job done. Now I have a program that is 6.6 gigs total size (according to DVDSP) and I can't get this thing to find the break point. I have read

  • Adobe flash player not support in android 4.1.2 samsung s2

    Plz give me feedback (private contact info removed by moderator). i have Samsung S2 Mobile. And i have android 4.1.2(Lastest S2 Version). I can install this software. but I cant see any LIVE TV CHANNEL. EveryWhere flash player required. And i READ so

  • Can not create follow up transaction FS Quotation from Lead in WEB UI

    Dear All, We have requirement wherein IC agent should be able create FS Quotation (Transaction type FSO1) from Lead transaction type in WEB UI. I have made all the necessary cutomization for copy control. FS Quotation is also maintained for all chane

  • Slow speed after new contract

    In the last 6 years i have taken 4 new contracts with BT after being offered a better deal on every occassion my speed has dropped from around 3 meg to less than 250 kb/s each time im met with the same requests when i call to plug my laptop in to the

  • Direct production order when saving sales order.

    Hi, How to create a production order from sales order.ie. When a sales order is saved production order automatically created. Thaks and regards Harish