IDE :: Set Site So Look Decent On All Types Of Desktops And Laptops?
Feb 14, 2011
I have built a web site in flash and i have played around with the publish settings but for some reason on some laptop's and pc's the font is too small and blurry.I know that those monitors are probably using a lower resolution but how can i set the site so look decent on all types of desktops and laptops?
View 2 Replies
Similar Posts:
Jun 29, 2009
After publishing my fla file and uploading it, everything seems s Ok on large monitors like 23 inch. It works with Explorer firefox and Safari but, looking at the site on a laptop, the top of the site is chopped up. There is no way to redraw the windowThe issue seems to be only on laptops from 12 inch to 17 inch.It looks like the site is too big for the screen so, the top area is not viewable. As my buttons are at the top, you cannot navigate through the site There are no scrolling bar on the right hand side so you cannot scroll up or down. I am including some screen shotsI tried a few things in the Publish settings and things like the percentage and
View 1 Replies
Dec 13, 2010
So I'm trying to make a basic step sequencer and I'm somewhat of a beginner when it comes to AS3. I was wondering if anyone knew how I could set up a decent array or object for this sequencer?
I think I have the loop down but I'm stuck at the object/array and timer.
View 2 Replies
Jan 24, 2012
Consider the following function:
Code:
public function foo(bar1:int, bar2:uint, bar3:String, bar4:Boolean):void{}
What I want is to have the different types of data represented by custom named types which are essentially representing the original data types. I other word, I would like to proxy the data types and have a valid function as following:
Code:
public function foo(bar1:PAR_Bar1, bar2:PAR_Bar2, bar3:PAR_Bar3, bar4:PAR_Bar4):void{}
so PAR_Bar1 would proxy the `int` data type, PAR_Bar2 would proxy the `uint` data type, so on and so forth.
The reason I need this is because I'm using a debugger with a GUI that can run methods and allows changing function parameter values in real-time, the issue is that the debugger can't tell me what parameter I'm changing, it only displays the data type of a parameter. So if I need to change 10 different parameters all of type int, the debuggers display all of them as int and not by their names.
I think that if I use proxy types I can easily differentiate between parameters.
So, my question: Is it possible to proxy data types? I mean map specific data types to custom data types that would represent the base data types?
View 2 Replies
Aug 23, 2005
I was wondering if anybody could help me or knows where I can find help with the AS for Bert on Desktops of the Future.
View 4 Replies
Mar 27, 2012
We are live streaming to iphone/ipad and jwplayer for desktops. We have used adobe encoder and wirecast and with both products if we stop and then restart a stream, the iphone/ipad receives a short loop of the old stream instead of what is currently playing. The only way we can make it play the live video is to stop the encoding, then clear the stream files from the server, inside the stream package, and then start the stream again. Is there some setting that is causing this behavior?
View 4 Replies
Jun 24, 2009
I have written a Google Maps-based application in Flex. Currently you can use the mouse wheel to zoom in and out the map. Is it possible on Mac laptops to use the pinch gesture to zoom?
View 1 Replies
May 10, 2011
Any way to send bytes via bluetooth between two identical laptops in flash as3?
View 1 Replies
Feb 25, 2012
i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.
View 2 Replies
Nov 4, 2009
the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.
View 8 Replies
Jul 28, 2011
Forgive if I am not explaining this very well- here goes. I have one major site with three other gallery sites that are related. From one of the gallery sites I need to create a button that takes you back to a specific page on the major site.
[Code]...
View 7 Replies
May 20, 2009
I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]
View 4 Replies
Mar 16, 2009
I was looking for the difference between the different content types in Flash CS3/CS4 - Browser/Screen Saver/Application etc - especially it's capabilities and limitations. Of interest are Standalone player and Application.
View 3 Replies
Mar 19, 2012
Types like Movieclip , String, Object act as references when declared and defined, while types like int, Number are primitives. Why such difference has been made. Why not all of them can be primitives ?
View 1 Replies
Oct 16, 2007
I want to create a function that creates various types of MC. Lets say so:
[Code]....
Explanation: Create function that creates MovieClip, make for statment to create more Mc with that function.
View 5 Replies
Nov 24, 2009
I've been working on a cute game and I've hit a bit of a wall
It's a shooting gallery game and I want to add multiple target types (so far this has been easy) but I want to game to randomly bring them up as you play. There are four possible target spots and seven possible targets:
baddie1
baddie2
baddie3
baddie4
baddie5
baddie6
goodie1
View 2 Replies
Jun 16, 2010
In the past I embedded several (with makers permission) youtube clips into a html web page (with the file stored on my server - mainly because I think it looks nicer). It worked fine. Now these were the old plain .flv low quality ones. But now I am trying to embed the newer higher quality youtube version, again, with the file stored on my server, and the embed code I used previously doesn't work. Now the new higher quality file is still called flv but it has a codec: mp4a
My old coding:
<object type="application/x-shockwave-flash" width="704" height="546"
wmode="transparent" data="mediaplayer.swf?file=xxx.flv&autoStart=false ">
<param name="movie" value="mediaplayer.swf?file=xxx.flv&autoStart=fals e" />
<param name="wmode" value="transparent" />
</object>
View 1 Replies
Oct 8, 2009
A gentleman doing the sound track for the video I want to do on Flash has asked me what audio files Flash will handle? I have looked at Adobe and Macromedia and many other Flash websites and, of course, Flash itself, and cannot find any enumeration of what video files Flash handles, much less any mention of what audio files.
View 4 Replies
Dec 4, 2009
There is only simple type of button in Component - User Interface - Button. How to insert different types of buttons in flash document.
View 3 Replies
Dec 15, 2011
How many types i can import as file in FLA and what's the differences ?
View 3 Replies
Jul 14, 2010
I'm trying to use Vector. in a Flash Professional Project, Person being a custom class. Eclipse keep saying it cannot find the type in brackets, even if I try with basic types like int or String[code]...
View 2 Replies
Sep 6, 2010
i have a tree of nodes that i dont want some type of nodes to appear in the tree, i can check the data on tree item renderer for each specific node type, so i have one type that i dont want it to be shown as tree node, like it doesn't exist.
if(this.data.type == TypeEnum.id){
this.visible=false;
this.height = 0;
}
else {
View 1 Replies
Apr 21, 2011
This css can set style for all normal Arial, but I have Arial bold in project, how can I apply bold font for them?
@font-face {
src:url("fonts/ARIAL.TTF");
fontFamily: Arial;
[code].....
View 2 Replies
Jun 14, 2011
I've been developing a framework for ActionScript 3 and have come across a peculiar scenario where I want a method to be able to return either an AvFrameworkObject or an Array containing multiple instances of AvFrameworkObject.[code]...
View 3 Replies
Jan 24, 2012
Consider the following function:
public function foo(bar1:int, bar2:uint, bar3:String, bar4:Boolean):void{}
What I want is to have the different types of data represented by custom named types which are essentially representing the original data types. In other words, I would like to proxy the data types and have a valid function as following[code]...
View 3 Replies
Jul 15, 2009
moochin' off this forum.Basically I have this string:
Code:
{
a:123,
[code]....
View 1 Replies
Dec 4, 2010
I want to disable dynamic types in AS3.0 Flash Builder 4. I hate it. Today I spend 30 minutes looking for a bug, when it turned out I typed lengHT instead of length. Apparently, AS3.0 dynamically created lenght which caused the problem. I want to have only static types enabled.
View 5 Replies
Dec 31, 2010
The AS3 Reference says that...
ActionScript Code:
var v:Vector.<DisplayObject> = new Vector.<Sprite>();
...won't compile because the object's base type isn't the same as the variable's declared base type (even though Sprite is a subclass of DisplayObject)But I tried the following which compiles fine:
ActionScript Code:
var v:Vector.<Sprite> = new Vector.<Sprite>();
var a:Sprite = new Sprite();
var b:MovieClip = new MovieClip();
[code]....
View 7 Replies
Dec 14, 2010
A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?
View 1 Replies
Sep 21, 2009
I was just wondering if there are any problems that could arise from passing MouseEvents of different types (i.e. MouseEvent.CLICK or MouseEvent.MOUSE_DOWN) at different times to the same function? I've already built my project, and it seems to function fine, I just want to make sure that I'm not setting myself up for some problems in the future. I understand it's probably not the "cleanest" or "best practice" to construct my project in this manner, but if it works...
A simplified example:
PHP Code:
// This is the function that I want to call from varying places with different MouseEvents and triggered by different event listeners
function myFunctionA(evt:MouseEvent):void{
[Code] .....
Actually, in writing that, I may have answered my own question, because it seems that myFunctionA is simply expecting a MouseEvent... regardless if that event is CLICK or MOUSE_DOWN or MOUSE_UP event, right? Now, a MouseEvent.CLICK may have different properties than a MouseEvent.MOUSE_UP that I can access within myFunctionA; however, that shouldn't matter to the function, or is my thinking flawed?
View 3 Replies