Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
Old 12-10-2001, 06:27 PM   #1
CyborgNYC
Registered User
 
Join Date: Dec 2001
Posts: 5
Cool full screen? or just dumb?

I have a client for whom I developed a 550X300 movie, but now they're complaining that when they make it "full-screen" it looks all "herky jerky" well duh, it wasn't designed to be full-screen.

Any suggestions on a happy solution? I thought maybe I could "re-do" the movie with a lot of white space and a border, but it's not supposed to BE fullscreen.

Ugh.

TIA.
CyborgNYC is offline   Reply With Quote
Old 12-10-2001, 06:45 PM   #2
evilregis
Registered User
 
Join Date: Nov 2001
Posts: 47
Default

i'm guessing that the 'herky jerky' is being caused by bitmap images used in your movie? they don't scale at odd zooms (eg, 141%).

i'm thinking your only options are to replace bitmap images with vector... or add an fscommand to restricts the ability to scale the image so that even if the client selects full screen, it will fill the screen with a flash window but your movie will remain it's default size in the middle of their screen.

the command is:

fscommand( "allowscale", false );

put that in frame 1 of your timeline and you'll be fine.

.:er:.
evilregis is offline   Reply With Quote
Old 12-10-2001, 07:27 PM   #3
CyborgNYC
Registered User
 
Join Date: Dec 2001
Posts: 5
Question Good, that's good, but

Thanks, that helps squite a bit, but one other question if I might...it seems that although the movie is 550/300, in the first scene I have a "pan" whereby I take a large .png image and tween it across the stage to look like a pan,

but now that it's full screen, you can actually see the WHOLE image moving across the screen (it doesn't look like it's constrained within the boundary of the movie!) and it's terrible!

It's Okay in an HTML page, because it constrains the movie, but not in a projector...

any suggestions?

Here's a link...

www.puddlemedia.com/flash/test.html

TIA!
CyborgNYC is offline   Reply With Quote
Old 12-10-2001, 07:44 PM   #4
evilregis
Registered User
 
Join Date: Nov 2001
Posts: 47
Default

not sure how anyone else is doin', but i can't load your file... it just hangs with a white screen and the load status bar in the browser stops...

.:er:.
evilregis is offline   Reply With Quote
Old 12-10-2001, 08:10 PM   #5
MikeMac
Registered User
 
Join Date: Apr 2001
Location: Buckingham, UK
Posts: 7
Send a message via MSN to MikeMac Send a message via Yahoo to MikeMac Send a message via Skype™ to MikeMac
Default

Just hangs!!! There is no "flash/test.swf" in the directory named 'flash'. !C'mon soldier....this is sloppy!!
Let me know when it's up there!

Cheers
MikeMac is offline   Reply With Quote
Old 12-10-2001, 08:30 PM   #6
CyborgNYC
Registered User
 
Join Date: Dec 2001
Posts: 5
Unhappy Ugh - am I red...

My BAD.

I fo9rgot to make the src not my desktop file. Please accept my sorry-ness.

Mr. Slop.
CyborgNYC is offline   Reply With Quote
Old 12-11-2001, 08:54 AM   #7
Ricod
(@_@) -("pretty lights")
 
Ricod's Avatar
 
Join Date: Sep 2001
Location: the Netherlands
Posts: 3,988
Default

Flash seems to forget the set boundaries when you go to fullscreen. So, u can either put stuff on a higher layer/_level to act as a border or use a mask.
__________________
RicoD
Link ?
Ricod is offline   Reply With Quote
Old 12-11-2001, 07:09 PM   #8
MikeMac
Registered User
 
Join Date: Apr 2001
Location: Buckingham, UK
Posts: 7
Send a message via MSN to MikeMac Send a message via Yahoo to MikeMac Send a message via Skype™ to MikeMac
Default

Replace the embed source line with the one below (note the 100%) . This will force your file "test.swf" to fill the screen of the browser window - regardless of window size.

This could cause jerkiness for two reasons 1) The jpg is not optimised. Try reducing the number of colours or vectorising. 2) The power - or lack of - in the viewers PC.

<EMBED src="test.swf" quality=high bgcolor=#FFFFFF WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="top">

Is the SWF movement timeline? or actionscript? I supect that actionscript would give you a much smoother transition.

Good Luck.
MikeMac 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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Full screen and monitor resolution peter pan ActionScript 1.0 (and below) 1 03-21-2006 10:59 AM
Full screen script problems - need help peace HTML and JavaScript 1 03-13-2005 05:55 PM
Script to make index.html load full screen, even on Mac?? SCHIMKE Other Flash General Questions 3 05-09-2003 02:10 AM
buttons in to open html full screen windows pitale Other Flash General Questions 1 01-16-2003 10:41 AM


All times are GMT. The time now is 01:28 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.
You Rated this Thread: