Help:How to publish a Flash with full screen HTML

Please, guys, be kind enough to teach me how to publish a
Flash with full screen size in HTML. I have tried to search the
board, but so far no luck.
Originally, I want my .SWF to keep changing its background.
The solution I got was placing colored stage-sized rectangles on
the bottom layer. Then I don't want the viewers to see the HTML
area where I cannot seem to control smooth color changes.
So, after I construct a Flash file with backdrop-color
changing by the method I mentioned above, how do I publish it with
full screen mode in HTML, as you can see
here? Help!
Thanks in advance, guys.

Here's an AS2 and a AS3 version I got from David Stiller
2 small details you have to add 1 in publish settings set Dimensions to percent 100 100
and in the html set <style>body {margin: 0; padding: 0}</style>
// AS2
import flash.display.BitmapData;
Stage.align = "TL";
Stage.scaleMode = "noScale";
var tile:BitmapData = BitmapData.loadBitmap("tile");
function fillBG():Void {
  beginBitmapFill(tile);
  moveTo(0, 0);
  lineTo(Stage.width, 0);
  lineTo(Stage.width, Stage.height);
  lineTo(0, Stage.height);
  lineTo(0, 0);
  endFill();
fillBG();
var listener:Object = new Object();
listener.onResize = fillBG;
Stage.addListener(listener);
// AS3
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
var bmp:Tile = new Tile(50, 50);
var tile:BitmapData = new BitmapData(50, 50);
tile.draw(bmp);
function fillBG(evt:Event = null):void {
  graphics.beginBitmapFill(tile);
  graphics.moveTo(0, 0);
  graphics.lineTo(stage.stageWidth, 0);
  graphics.lineTo(stage.stageWidth, stage.stageHeight);
  graphics.lineTo(0, stage.stageHeight);
  graphics.lineTo(0, 0);
  graphics.endFill();
fillBG();
stage.addEventListener(Event.RESIZE, fillBG);
David Stiller
Co-author, ActionScript 3.0 Quick Reference Guide
http://tinyurl.com/dpsAS3QuickReferenceGuide
"Luck is the residue of good design."

Similar Messages

  • How to publish iPhone Apps with Flash CS5 for beginners

    After many trial/errors and with lots of support from this site, I've decided to start building some tutorials to help people get into the packager. This is the first one and, now I'll work on a usual erros handle tutorial.
    Any comments and/or critics are welcome.
    http://www.chrisid.com/blog/2010/10/how-to-publish-iphone-app-with-flash-cs5-for-beginners /
    cheers,
    Chris.

    It helped me a lot, exept I hav this little problem ..
    I can't select the .p12 file .. it's disabled..

  • Need help with full screen slideshow image quality

    I am looking to display some images with full screen slideshow. The images I add are very large, over 5000 wide. When I publish the site some images retain their quality while others lose it and look like crap. Why would this be and how can I fix it. I tried to resize them to the 2560x1707 that muse does, and then add them. This doesn't change the end result of poor quality.

    Go to Assets Panel and locate the image you want to use at original size. Right click the image and chose 'Import Larger Size'.
    See if that helps retain quality for that image, since Muse does not resize/interpolate that image for you.
    Cheers,
    Vikas

  • How to save a flash with .SWF

    Hi, I have the 'Adobe Flash CS3 Professional', and I want to
    know if you could tell me how to save a flash with .SWF.
    When I want to create a new project, I can chose between nine
    types of documents, and I want to make a flash for a website. What
    type of document would you chose if you were me ?
    I can't write the name of the diferent types of documents,
    because I have this programme in Spanish.
    Can you help me ?
    Thank you

    FLA is the native source format - make your movie and then
    publish to SWF -
    you can not create an SWF initially - SWF is the
    exported/published format
    of your FLA>
    "Marti_17" <[email protected]> wrote in
    message
    news:gioa0k$otm$[email protected]..
    > Hi, I have the 'Adobe Flash CS3 Professional', and I
    want to know if you
    > could
    > tell me how to save a flash with .SWF.
    > When I want to create a new project, I can chose between
    nine types of
    > documents, and I want to make a flash for a website.
    What type of document
    > would you chose if you were me ?
    >
    > I can't write the name of the diferent types of
    documents, because I have
    > this
    > programme in Spanish.
    >
    > Can you help me ?
    > Thank you
    >
    >

  • Publish setting - flash with scorm 2004 tracking

    Hi,
    I am using the HTML publish setting 'Flash with SCORM 2004
    tracking'.
    Can anyone help point me in a direction to find out how to
    use this from within the .flas?
    Is it 'fscommand("set/getValue","paramameter,value");?
    Thanks,
    Lisa

    Hello,
    For AS3 projects we use Pipwerks Actionscript 3 SCORM API Wrapper for LMS communication (this includes CS6 built projects). See link below:
    SCORM projects | pipwerks
    Works well.
    dave

  • I want to make all my caller id pics full screen how do i do that? When i download a picture from my phone it makes it full screen then it goes back to the small photo in the upper right hand corner how do i make them stay full screen help please:-)

    I want to make all my caller id pics full screen how do i do that? When i download a picture from my phone it makes it full screen then it goes back to the small photo in the upper right hand corner how do i make them stay full screen help please:-)

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • I accidently click for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen?

    I accidently clicked for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen without access to view options?

    Co-el, This wasn't possible as there wasn't a navigation bar available. The F11 did the trick though. Thanks for adding to the discussion.

  • How to publish from Flash CC to player 10.1 or lower?

    How to publish from Flash CC to player 10.1 or lower?
    Just realised CC by default dont have such player as option to publish for... Problem is, that a lot of big ads publishers like google adwords doesnt allow swfs in player higher than 10.1... So basically i have a huge problem... Why Adobe has to be so ignorant towards the needs of their customers? "If you dont upgrade flash, you wont be able to open higher versions of .fla files", if you do upgrade, you wont be able to publish in lower players version"... You make my proffesional part of life miserable, you know that? :/ I bet most of flash usage is for ads, so why not checking what publishers demand and maybe consider not removing it from your software?
    That just ruined my schedule and deadlines are collapsing on me. Thank you very much.

    Hi,
    If you open the swf file in text editor:
    The first 8 bytes of any SWF file are not compressed, the rest of the file could be compressed (or not) by zlib compression.
    1st byte: 'F' (not compressed) OR 'C' (compressed).
    2nd byte: 'W' always.
    3rd byte: 'S' always.
    4th byte: version number (09 means this file is targeted at Flash Player 9 and so on...)
    5th to 8th: Length of entire file in bytes
    More details at actionscript 3 - How can I determine what flash player version a swf was published for? - Stack Overflow
    Thanks!
    Mohan

  • Please help -- How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if flash plugin is not available in browser

    Hi,
    Please help
    How can I install flash player plugin (version 8) in browser
    without
    downloading setup or redirecting to macromedia site if flash
    plugin is not
    available in browser
    Thanks

    Via Javascripting. Look for Flash detection kits at the
    Adobe/Maromedia web
    site and also at Internet search engines.
    As well this forum focuses on database access issues and you
    might find more
    takers for this type of question in the Flash General forum.
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "jiby" <[email protected]> wrote in message
    news:e3odp2$pdc$[email protected]..
    Hi,
    Please help
    How can I install flash player plugin (version 8) in browser
    without
    downloading setup or redirecting to macromedia site if flash
    plugin is not
    available in browser
    Thanks

  • Website with Full Screen Background Images

    I'm trying to create a website with full screen background images (or  possibly, a video) that will crop to the browser window. It's also  important that the image be center-justified. The Die Antwoord site does  pretty much what I'm trying to accomplish. I'd also like to know how  they can use such high resolution images. If I try to use a high res  image, the file size is enormous. Another site that uses similar  technology only with a video is the TV on the Radio site.
    I  am fairly new to Flash so please forgive me if this is a rudimentary question.  Any help will be greatly appreciated.

    Hi Bob,
    Thanks for your reply.
    What I'm concerned about is the crispness of my full-page images. Am I right in assuming with a PDF folio, static images won't be as crisp? Is there a way to maintain its sharpness?
    M

  • Loadmovie for flash mobile full screen?

    I tried using flash mobile full screen with flash lite 2.1.
    How do I load a movie?
    I tried to embed a FLV, but when I tried to publish it I got
    an error.
    It said :
    WARNING: This movie uses features that are not supported in
    the Flash Lite 2.1 player
    Scene=Scene 1, layer=Content, frame=1:VP6 Codec requires
    Flash Player 8 or higher
    I tried it by creating the video as an swf, then using
    loadmove to play it but that did not work in
    the windows browser, using flashplayer 9. Would it work on a
    mobile phone, or
    is there something else I have to do.

    Hi Travistee,
    You can load a movie with a embed video using
    movie_mc.loadMovie("file.swf").
    Did you try to encoding the video with Sorenson Spark video
    codec? The error was the video encode feature.
    Try this sequence:
    1. File > import video
    2. Press Next
    3. Select the video
    4. Press Next
    5. Chose embed video in SWF and play in timeline
    6. Press Next
    7. Press Next again
    8. On encoding step click in 'Show Advanced Settings', select
    the video codec Sorenson Spark.
    9. Press next and finish.
    You can find video playback issues on the QTek 8310, 9000,
    9100 and i-Mate MP5 devices.
    Regards,

  • Creating a FLV video player with full screen option

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3258016930_5977304
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi!
    I am trying to create a video player that will allow full
    screen functions
    like what we can see on youtube. I know how to create the
    window and the pop
    up but the only problem I am having is having the original
    video in the
    small screen to pause or go silent when the full screen mode
    is activated.
    How can get it done?
    Thank you.
    °K.
    --B_3258016930_5977304
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Creating a FLV video player with full screen
    option</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    <BR>
    I am trying to create a video player that will allow full
    screen functions =
    like what we can see on youtube. I know how to create the
    window and the pop=
    up but the only problem I am having is having the original
    video in the sma=
    ll screen to pause or go silent when the full screen mode is
    activated. How =
    can get it done?<BR>
    <BR>
    Thank you.<BR>
    <BR>
    <BR>
    <B>&deg;K.<BR>
    </B> </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3258016930_5977304--

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Embed with full screen

    Hi, i will try to sum this up...
    what i need help with is embedding with full screen, how do i
    do that? like for ins-tents a youtube video, now i know they don't
    have any "full screen" button on their video as you embed it, but i
    want to make a costume one, like i make a link under the video
    "full screen" then you press it and the video will adjust to your
    IE or Firefox browser,, I've seen many sites to that for example
    www.all-aboutsp.com.
    and my second question, how do i embed a video from another
    website but yet use my own Player like www.southparkzone.com ?
    thanks in advance

    nobody can?

  • How do i change widescreen to full screen

    how do i change widescreen to full screen?
    Is it possible?
    I currently have handbrake, pspware, fcp studio.
    what can i use.
    please help?
    I dont care if it takes a while. (4x3) looks better on the ipod

    You can view widescreen video at 4:3 on your iPod with video. Just go into the Video Settings menu in the Video menu and turn widescreen off. After you do this, your iPod will display ALL video at 4:3 regardless of the video's aspect ratio.
    Hope this helps!

  • Lack of All format playable Video player with Full Screen STRETCH feature

    I am a big fan of Nokia and i know Windows phone is the world best smart phone.im using Lumia 820. but in my highend Lumia devices lack of a
    All format playable Video player (like mkv etc.)officially from Nokia or Microsoft.pls this is very important thing for all Lumia user for HD movie experience.pls update current video player.now I'm using Moli player but there is 1
    vital feature is missing...this is Full Screen STRETCH...when i play movie using Moli player on my phone screen upper and lower portion appear black bar.It mean Ascept ratio not match.This is very important for full screen movie exp.But  this
    feature is also available on Android  MX player.
             So,I request you please update current video player with
    Full Screen STRETCH feature for windows phone user.Thank you.

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for