Resolution compatibility for FullScreen Flash File

This is a discussion on "Resolution compatibility for FullScreen Flash File" within the Flash & Multimedia Forum section. This forum, and the thread "Resolution compatibility for FullScreen Flash File are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 8th, 2007, 00:30
New Member
Join Date: Aug 2007
Location: Australia
Age: 21
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Resolution compatibility for FullScreen Flash File

I have a few simple questions I cant seem to find the answer for online (looking through a fair few tutorial sites)

Ironically #1:
A close button that works to exit a compiled .swf (turned into an .exe with SWFkit) from fullscreen

using:
fscommand("fullscreen", "true")

#2:
This flash program is an e-book and has to work from resolutions 800 x 600 and onward, since I compiled it on a 1680 x 1050 screen and the images I uploaded (Yes .jpg's) I kept in their high resolution form so that they can be zoomed in on and panned around. Is there a way to optimize the flash so that it doesn't slow down on older computers (As I noticed a lag on an old p3)

Thank you for all your help and I am sorry if this isn't posted in the right section.
Reply With Quote

  #2 (permalink)  
Old Aug 8th, 2007, 15:47
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: Resolution compatibility for FullScreen Flash File

#1

Put this on a button:
Code: Select all
on (release) {
        getURL("javascript:window.close(this)");
}
#2
You can mess around with the publish settings in flash, that might do it for ya...lowering the quality of the publish. But then you might be sacraficing quality for faster speeds.

Other than that there aren't many other ways to optimize a .swf since they are already extremely compressed.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Tags
flash resolution

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Want fullscreen browser window... omhingmire JavaScript Forum 3 Mar 12th, 2008 02:46
Fullscreen Projector nutbolt Flash & Multimedia Forum 4 Mar 30th, 2007 17:18
Fullscreen Projector nutbolt Flash & Multimedia Forum 12 Mar 12th, 2007 22:38
Background and Resolution compatibility, My background gets cut off Funion Web Page Design 1 Dec 4th, 2005 04:42


All times are GMT. The time now is 22:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43