Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-09-2001, 02:44 AM   #1
ajax
Registered User
 
Join Date: Feb 2001
Posts: 4
Default

Just wondering, is it ok to make parts of your movie not exactly on the stage?
EXAMPLE: I put a rectangle on the very edge of the stage, but when I tested the movie, there was still some room to the left. I then placed my rectangle slightly off of the stage, tested it and it looked nice and tight to the left. What's the best way? Or am I doing something wrong?

Thanks
ajax is offline   Reply With Quote
Old 02-09-2001, 03:21 AM   #2
Mattarm
Registered User
 
Join Date: Feb 2001
Location: Melbourne
Posts: 47
Default

Hi Ajax,

what you are probably seeing when you view your movie is probably the margins automatically imposed by the browser at the top and bottom of the movie.
You can remove these in the HTML of the page you publish. Can't remember the code off the top of my head but if you need it I could chase it up for you. Let me know if you need it
It is ok to have items off the stage as they should not show in the final movie - I often have MC.'s which move off the stage and it causes no problem.


Regards,
Matt
Mattarm is offline   Reply With Quote
Old 02-09-2001, 04:58 AM   #3
ajax
Registered User
 
Join Date: Feb 2001
Posts: 4
Default Thanks, I got it!

Thanks I know where my content is now.
I'm still having a major problem though..

Here's my movie dimensions:
400x820
Here's my publish settings:
Template= Flash Only (Default)
Dimensions=Match Movie
Scale=Default Show All

I want my flash movie to fill the browsers width and height, and look the same in 800x600 and 1024x768.
It's just sitting all the way left and is not flush against the browsers edge. It has a gap. I'm ready to tear my hair out. I've been trying this for the past 4 days. Trying all kinds of publishing combinations.

Thanks a Million,
Ajax
ajax is offline   Reply With Quote
Old 02-09-2001, 06:33 AM   #4
Mattarm
Registered User
 
Join Date: Feb 2001
Location: Melbourne
Posts: 47
Default

Ajax,

Not completely sure on the HTML but I think it is something like this:

to put inside the head tags:

leftmargin=0 topmargin=0

somebody else more into HTML will hopefully correct me on this.

I used to use a layer in dreamweaver to locate my movies properly but this is a bit messy. Much better to keep it simple.

Matt
Mattarm is offline   Reply With Quote
Old 02-09-2001, 06:38 AM   #5
Mattarm
Registered User
 
Join Date: Feb 2001
Location: Melbourne
Posts: 47
Default

Ajax,

Found the link I was looking for to fix your problem>
http://www.moock.org/webdesign/flash/fillthewindow.html
Hope it helps.
Regards,
Matt
Mattarm is offline   Reply With Quote
Old 02-09-2001, 06:46 AM   #6
ajax
Registered User
 
Join Date: Feb 2001
Posts: 4
Default Many Many Thanks!!!

Thanks Matt,

That margin trick worked perfectly! I'll check this link. Good news is that it looks pretty even in 800x600 and 1024. I think I just have to tweak my publish settings.

Thanks a million!!!!

Ajax
ajax is offline   Reply With Quote
Old 02-09-2001, 02:46 PM   #7
Chewie29
Registered User
 
Join Date: Feb 2001
Location: Lexington, KY USA
Posts: 4
Default The html for Netscape and IE is

topmargin=0 leftmargin=0 marginwidth=0 marginheight=0

Just put it in the body tag
Chewie29 is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hittest not working off stage - sollution? Rasper ActionScript 2.0 3 04-20-2006 08:43 AM
Need help with timeline code! GaJl ActionScript 2.0 2 02-28-2006 03:09 PM
dynamically resizing the stage for a .flv player? ykol20 ActionScript 2.0 2 01-03-2005 03:38 PM
Stage Language in Strings Panel flashch ActionScript 2.0 0 08-23-2004 12:35 PM


All times are GMT. The time now is 11:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.