Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








White Space Before Swf


I have this weird problem with a intro.
Using Dreamweaver/Flash MX

set up:
index.html launches main movie pop-up. The pop-up is white (where I have inserted the swf) for around 3 seconds before loading my flash movie. The swf within the pop-up is 160K with a preloader. Is there a way to preload the html, or preload the flash preloader? Is this a simple mistake...I have enable cache on in dreamweaver. Any help appreciated.




FlashKit > Flash Help > Flash MX
Posted on: 05-12-2004, 01:21 PM


View Complete Forum Thread with Replies

Sponsored Links:

White Space
Does anyone know how to simulate in flash 5 the XML.ignoreWhite behaviour that flash MX has?

View Replies !    View Related
White Space
Anyone else running into issues with whitespace being read by flash and causing issues with variables being read correctly?

I want to have uniform code but it keeps reading all the white space so I have to cram it all together to work.

*edit the variables are being read from a jsp page *

View Replies !    View Related
Why The White Space?
I'm progressing gradually!!

Still have the silly questions though

Here's another,
I have added a preloader to enter my site. This brings you to the navigation and a holder background. On clicking any of the nav buttons it loads in the background to the section in a new layer with another preloader.

My question is that when I'm previewing it online, before each of the preloaders show theres a massive wait of nothingness (white screen)

Why would this be, do you need me to post exactly whats going on in my frames?

Hears a link to the work in progress, only the home button is active.
http://www.elliotroberts.com

Thanks for reading and posible helping this post, respect!

View Replies !    View Related
White Space
I made an image that's supposed to be 350 x 100 and when I go to make it my signature on a certain forum it seems as though it shrinks to the size of a flash ad banner and gains white space on the sides. How can I fix this?

http://www.digitalmonkey.net/NewSig.swf

View Replies !    View Related
White Space
Hello,

When I load my flash page I get a split second of a white square (the size of the swf against the black BG color). How do I prevent this from occurring?

Thank you.

Hedley

View Replies !    View Related
Too Much White Space
I would like to fined a simple way to pre format text files be for they are loaded in to a swf file.

First what is the simplest way to load a text file in to flash? Via which way, .txt, .xml or html? ideally I would like to use a txt file and just have it so simple as


Code:
hello
I'm text, text text text text text
text text text text text text text

text text text text text e
tetet tee


but insead I get



Code:
hello


I'm text, text text text text text


text text text text text text text

text text text text text e


tetet tee


now I know it has to do with white space and hinden characters
I'v tryed _txt.condenseWhite = true; but then I get

Code:
helloI'm text, text text text text texttext text text text text text texttext text text text text etetet tee

with no format at all. I realy dont want to format everything in html <br>

Any help would be great.

View Replies !    View Related
Too Much White Space At The Top?
Okay..I am *gulp* trying my hand at developing my first flash site. I am using Cs3

Heres the thing...when I upload it to my server, and publish it...there is too much white space at the top. Do I have to go in each and every button and reposition everything...I cannot imagine starting from scratch and doing it all over again.

Its there a much more user friendly way where I can just grab everything and scoot it to the top?

Please explain what I need to do in very simple terms..I want to make sure I learn it for next time!

Thank you very much!

View Replies !    View Related
Too Much White Space At The Top?
Posts: 1 Too much white space at the top????

--------------------------------------------------------------------------------

Okay..I am *gulp* trying my hand at developing my first flash site. I am using Cs3

Heres the thing...when I upload it to my server, and publish it...there is too much white space at the top. Do I have to go in each and every button and reposition everything...I cannot imagine starting from scratch and doing it all over again.

Its there a much more user friendly way where I can just grab everything and scoot it to the top?

Please explain what I need to do in very simple terms..I want to make sure I learn it for next time!

Thank you very much!

View Replies !    View Related
Too Much White Space At The Top?
Okay..I am *gulp* trying my hand at developing my first flash site. I am using Cs3

Heres the thing...when I upload it to my server, and publish it...there is too much white space at the top. Do I have to go in each and every button and reposition everything...I cannot imagine starting from scratch and doing it all over again. I am editing it from a template that I really like

Its there a much more user friendly way where I can just grab everything and scoot it to the top? Its like a word doc that has wayyyy to much margin and header room at the top.

Please explain what I need to do in very simple terms..I want to make sure I learn it for next time!

Thank you very much!

View Replies !    View Related
White Space In Timeline
I'm working on my first flash animation and all was going well till I tried to add another movie clip to my timeline. (I'm using Flash 8 if that makes any difference.)

My animation starts out with a movieclip as the forground of the animation (on its own layer), and another movieclip contains my actor, which sits on a layer below the forground movieclip.

At around frame 60 I have another movieclip placed on the root timeline. I have a keyframe with mc1 in frame 59 and a keyframe for mc2 in frame 60.

When I move along the root timeline in Flash the transition looks like it should, but when I go to test the movie there's a big blank space, where mc1 disappears completely and mc2 hasn't appeared yet (mc2 should appear in the same place as mc1 on the stage.)

I thought perhaps this was a problem with my framerate or something, so I tried dropping mc2 onto its own layer and created a keyframe in frame 55, so from frame 55-59 both movieclips should appear on the stage and overlap.

They do when I scroll through the root timeline in Flash, but when I test the movie I have the exact same problem as before.

I'm kind of at a loss as to what is happening here, though I imagine it's probably something really simple that I'm overlooking.

I hope I've described the problem accurately. Any suggestions would be appreciated.

View Replies !    View Related
Xml Is Not Ignoring White Space
I'm open to an alternative for what I need to do, but here is the current problem:

I need to get a dynamic xml file. Because the url query is so long, I can not use GET like so foo.php?cat=hello world. Therefore the only way (that I know of please correct me if I am wrong and this will be a lot easier) to send values to a dynamic xml page to use use LoadVars like this:


ActionScript Code:
var lv:LoadVars = new LoadVars();
lv.search = words;
lv.onData = function(info)
{
    xml = new XML(info);
    xml.ignoreWhite = true;
    trace( xml.firstChild.nextSibling );
}
lv.sendAndLoad(host+"search.php", lv, "POST");

where I am POSTing the data to the php page and then passing the results from LoadVars to an XML object.

The problem is the xml oject is not ignoring the white space.

When I trace the xml it looks like this:

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<matches>
<cue id="5">
<url>cueFolder/DarkenedDreams.mp3</url>
<name>Darkened Dreams</name>
<composer>Ron</composer>
<time>76199</time>
<description>I am Batman</description>
</cue>

<cue id="9">
<url>cueFolder/IndustrialWaste.mp3</url>
<name>IndustrialWaste</name>
<composer>Ron</composer>
<time>79778</time>
<description />
</cue>
......
From the traces

Code:
xml.firstChild =

xml.firstChild.nextSibling = <matches>
<cue id="5">
........
So obviously the white space is not being ignored. The only thing I can think of to do is strip all line breaks before I feed it to the XML object. I don't want to do this, but if I must I will.

Suggestions / Comments ????

View Replies !    View Related
White Space Around Movie
I have a movie that I enlarged from the standard 550 x 400 stage to
996x609 In the properties of the movie file in Dreamweaver.
However, when I view it in IE I have a 200+ pixel border down
the right and the left side of the movie.
Viewed here: http://www.testbeddesigns.com/runinthesun.html
my question is simple enough, how do I remove all the white space?
If view my source you'll see that all I have is a <div> tag with the movie in it with the width and height set to fill the
browser.
Ultimately what I would like to do is to play the movie in the browser window so that it will size to any window size the
way it is done here: rheacom.com
No matter what resolution you set the window at, or how you resize the window manually using the mouse,
it always looks the same
Thank You
Kevin

View Replies !    View Related
White Space While Loading
At this location:
http://sublime-dezine.com/mandalas/insart50.htm

I have a flash file, app. 90K, not huge, but in the two to three seconds it takes to load, the screen shows a white space where the swf file is embedded in the page. How can I format the page or embed the swf file so that the page background shows, not a white space?
thanks,
duby-us

View Replies !    View Related
White Space Around Videos
Hello,
I am embedding videos into an HTML page and they show up with a big white space around the player. Is there a way I can get rid of this white space so the videos are neatly contained in only the space of the actual video and controls?
Thanks
Fiona

View Replies !    View Related
White Space /boarder
when i open up my swf file , there's always white spaces at the side of the window. but when i open up my .fla file, everything is in place. How can i remove that white spaces? anyone noes how to do it?

View Replies !    View Related
White Space When Loading. How Do I Fix It?
Hi fellow Flashers.

How do I get rid of the white space that appears as soon as you hit enter after entering the URL to my website. The white space is where the .swf movie goes. It's the big white square you see when you first go to my website, before the loading bar appears. The white box does not stay up for long, but it still looks unprofessional. Other websites don't have it. Is there some sort of action script or CSS that gets rid of it?

I have a table that holds the .swf. I have the table set with a black background. The .swf also has a black background.

www.giltstudios.com

I hope you guys see what I'm talking about. Please help.

Much thanks in advance.

View Replies !    View Related
Self Increase White Space
Hi guys, was wondering if anyone knows how to obtain the effect that's shown on http://www.simonchrisandra.com/ whereby when we view the site using different resolution, the white space in the .swf actually decreases/increases.

thanks!

View Replies !    View Related
White Space /boarder
when i open up my swf file , there's always white spaces at the side of the window. but when i open up my .fla file, everything is in place. How can i remove that white spaces? anyone noes how to do it?

View Replies !    View Related
Trim White Space
Hi guys,

I am trying to trim/remove all the white space on my flash file. I tried to adjust the size by adjusting the page dimension but the feature will reajust the whole file. I only want it to adjust either bottom only or left only not as whole..

can somebody pls give me an idea how I should go about ?

thanks,,,

regards,
leo

View Replies !    View Related
Unwanted White Space In Javascript Pop Up
when my pop up window appears there is a white space on the right and bottom of the jpg (16 pixels) how do I get rid of this. My code:

//FLASH:
on (release) {
getURL ("javascript:window.open('etoy.html','myWin','widt h=520,height=395,top='+((screen.height-395)/2)+',left='+((screen.width-520)/2));void(0)");
}

View Replies !    View Related
White Space While Loading Flash...
i embedded the swf in the html page with a dark background.

while its loading online there is also a blank white space before the movie loads.

any way to change color without loaders?

the site is
http://www.wbarchitects.com

thanks in advance

View Replies !    View Related
White Space In Dynamic Text Box
I need some advice on dealing with white space in dynamic text.

I have a text box that is being created and filled via actionscripting. I'm filling it with a simple .txt file like this:
body=here is some text.

The text is not HTML and it's not escaped.

The box is narrow (25-30 characters) and the text usually winds up being eight or ten lines deep. When the text flows in, I get a space at the beginning of some lines. It apears to happen when the space won't fit on the line above. I really want my left edge to be squeeky clean here. I'm sure there is a simple solution, but condenseWhite didn't work. What am I doing wrong?

thanks in advance...

View Replies !    View Related
Detect White Space In A String?
was thinking along the lines of .....


ActionScript Code:
someString = "foofoo foo blah blah foo";
whiteSpace = " ";
start = 0;
searchThis = someString.indexOf(whiteSpace, start);
trace("1st white space occures : " + searchThis);

wondering how to setup a loop through this to detect all the white spaces.

any ideas?

View Replies !    View Related
HtmlText Not Ignoring White Space
my code to dynamically load the text should be fine:

ActionScript Code:
var myQuotes:LoadVars = new LoadVars();
myQuotes.load("text/quotes.txt");
myQuotes.onLoad = function() {
    scenes_mc.press_mc.quotes_txt.html = true;
    scenes_mc.press_mc.quotes_txt.htmlText = myQuotes.quotes;
};
the weird thing is in one text field i use this text and the extra white space is ignored:

Code:
&links=<a href="http://www.blabla.com">blabla</a>
<br><a href="http://www.blabla.com">blabla</a>



<br><a href="http://www.blabla.com">blabla</a>
<br><a href="http://www.blabla.com">blabla</a>
But in another dynamically loaded text file it does NOT:

Code:
&quotes=<b>Hercules, a disconcerting phenomenon of the monsters.

Hello there</b>
In this one, the white space is a part of the output--what the viewer see. But before it was ignored by flash. I looked through many of the htmlText questions in here, the most of them was problems with not setting html=true; which isn't my problem.

As always, Thanks for the help.
FG

View Replies !    View Related
White Space Behind Loading Animation
I have a DW doc, with Black background color set in page properties.

I have a table with text and a sfw. When the page opens in browser, as the animation loads there is a big white hole in the swf space. I've tried blacking the table in the background color and even made a black png for the table to link to. The ghastly white hole still remains.

Know of any fixes?
example
www.cfhda.com

View Replies !    View Related
How Do I Crop White Space Around Button
Hi! Can someone please help me. I published a button, but can't seem to get rid of the white space around it so that I can eventually place other published buttons next to this one. I am able to minimize the width, but on the bottom of the button there is still white space left. Also if I decrease the heigth then the whole button minimizes itself. How can I crop the white space around the button so that the button will maintaine its original size? I even tried putting the $sa or $sc ,which is I believe supposed to crop at least 3 sides of the button, into my html tag,but I am not sure if I put it into the right spot because it did not make a difference.

View Replies !    View Related
White Space On Imported Images
When I import an image into Flash MX, how should I get rid of the white space bordering the image? This is probably a ridiculous question, but I just didn't see any simple way of doing it.

View Replies !    View Related
White Space At Of Beginning New Line
I've got a multiline textarea that pulls it's content from an external .txt file. The text file just has the var followed by couple of paragraphs of text. This text contains some basic HTML tags <font>, <b> and <br>'s

When flash wraps the text onto a new line sometimes it inserts the space between the two words at the beginning of the new line

Does anyone knowhow I can stop this?

View Replies !    View Related
Get Rid Of Blank White Space Before Preload
Does anybody know why you get a blank white space before your preloader kicks into action on dialup? If the html pg holding the swf has no white bg and the swf itself has none- why does it happen?

View Replies !    View Related
White Space In Actionscript Slows Performance?
I had heard a while back that actionscripting with a lot of white space (tabs, spacing, comments) can have an impact on the speed of script execution when the FLA is exported as a SWF.

Am I nuts or has anyone else had similar experiences?

View Replies !    View Related
Pop-up Window With Flash Leaving White Space
I have a link on a web page that pops up a window containing my .swf. That works fine using Javascript, but why is there white space in the top and left areas of the pop-up? My .swf is getting cut off! The pop-up window size is 680 x 380 and so is the .swf file. Here is the HTML of the pop-up window:
(html tag omitted)



<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="680" HEIGHT="380" id="main11" ALIGN="">
<PARAM NAME=movie VALUE="main11.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="main11.swf" loop=false menu=false quality=high scale=exactfit bgcolor=#FFFFFF WIDTH="680" HEIGHT="380" NAME="main11" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

Any suggestions?

Thanks,
Lou

View Replies !    View Related
Stage Area Or White Space Around Movies
Hi i have created a simple strip of buttons that are placed into a html table,
I have reduced the size of the stage area around them to extactly the same size as rectangular strip, although the fit in the table is fairly snug, I put a graphic underneath it, and there is a very small strip of white space, like one pixel thickness, underneath it , so the rectangular graphic is not as snug to it as i want i cant see what this space is..

I want the graphic to touch the buttons, without any white space.. cellpadding etc is set to zero.

http://www.laww.pwp.blueyonder.co.uk site with strip and white space beneath it.


Please see attached file for more details.

View Replies !    View Related
Help For White Space[blank Frame] When Uploaded Swf
hi der
plz can anybody can help me wid expalinging how to get rid of white frame which occurs even befroe preloader ,when i uploded my swf,its stays a while on screen n den preloader cums
plz help
u cna chk d site
http://mayalight.byethost11.com/


thks

View Replies !    View Related
Font Name With White Space, Flash Bugs ?
Hi there,

I try to do the following:
I have a css file including:

lBody {
display: inline;
font-family: my font;
font-size: 13px;
text-align: left;
}


I have on my stage a textField with embed options turn on for example for Latin 1 + no anti alias (Bitmaptext).
the font is: "my font"

I use tags in an xml to assign this style to my text: <lBody>myText</lBody>

I won't use font symbols in my situation.

My problem is the following: the typography's name I need to use includes a white space: my<whitespace>font

Flash seems to have difficulties to interpret this name with a whitespace and make matching the one in CSS with the one put in Flash GUI.
If I test it with a font name without white space, it works great.

How should I write in the CSS file the font name to make Flash understand it? which character to use instead the whitespace?


Thank you very much in advance for your help!

View Replies !    View Related
Iliminate White Space HTML Embedding
checked out your tutorial at http://www.actionscript.org/tutorial...ol/index.shtml

showing you how you can fit a flash movie to fit a window size in one direction and fixed in another.

For example if you had a 1000x400 swf.file you could in the HTML set the width to 100% and keep the height fixed at 400px, whilst keeping the scale correct.

This is great however you get two white spaces either at the top and bottom or left and right depending on the size of the window at the time. That's fine if the html body background is white as everyone is none the wiser. But looks bad if the background is black for example. I think you get the same problem if you have both width and height set to 100%.

Is there a way to iliminate these white spaces or change them to another colour? I think I've tried most methods, changing all the bg colors, inserting the movie in a table, frame etc. but to no success.

Does anyone have a solution. Thank you in advance!

View Replies !    View Related
How To Remove White Space Of Loaded Jpg From Browser
hi all...

check this site... www.stratumfilms.com/test/default.htm
check for WHERE YOU CAN SHOOT section... theres one gallery... if you click on any of the thumbnail a new broswer window opens with jpg... if u check it when jpg loads in that browser it leaves left top and bottom white space... i want to remove that white space.. how can it be done...

help me out...
thanx in adgance

View Replies !    View Related
SWF Showing Up As White Space When Page Loads
Hello,

I have a site I'm working on and I'm trying to include an swf as part of the site design like this site does:

http://www.bonnaroo.com/2006/

If you notice this page when it loads, it loads the swf immediately w/out showing a white block before the swf loads.

My attempt, on the other hand, shows a white block before the swf loads:

http://americanchikung.com/new_site_templates/

Any ideas on what I can do to make my site more like the bonnaroo's?

Thanks for your help,
Clem C

View Replies !    View Related
White Space In An External Text File
Is it possible to use an load an external text file with multiple variables and line breaks? In other words could I make:

Code:
&defaultParkNum=1&printEnabled=no&usePointer=yes
look like this?


Code:
&defaultParkNum=1

&printEnabled=no

&usePointer=yes
I want to do this so it is easier for people other than me to change these settings. However, when i try to put line breaks into the file, the variables don't get loaded.

Perhaps theres something like ignoreWhite i could use?

View Replies !    View Related
AS 2 Loading Text In Dynamic Box Help (the White Space) ? ? ?
Hello everyone,

I am trying to find a bug that comes from flash when i load text from external txt file.
Let`s say that in the text file i have this line "Hello World", in flash using LoadVars it will load and show the message as it is "Hello World".

But what happens if the text is like this with 2 lines?
"Hello
World"

In flash it will load and it will show the text as this
"Hello

World"

You notice that it will put an empty line for every new line in the text file.

How can i avoid that?
I have tried to emmbed the characters and also i made many changes but none of them came to work and show the message without the unnecesary empty line.

If anyone knows how to make it work as i need i would appreciate the help

Thanx in advance!

View Replies !    View Related
Transparent White Space When Importing Images...
Hey, I've got a question. When I'm bringing images in from photoshop, even if the background is transparent, when its imported into flash its white. Is there a way to fix this - make the background transparent?

Thx

View Replies !    View Related
White Space Under Flash Movie In Firefox?
I'm having difficulties with a flash navigation movie I've made, the movie works fine. Th movie is a number of tabs and is supposed to sit directly above a table with a CSS border. In IE6 the page appears absolutley fine, but in firefox I get a white space between the table and the movie. I have tried setting the CSS for the two items to have 0px mrgins and borders, but the problem persists. Can NE1 shed some light on the issue?

Thanks

Take a look at:

http://www.webamoeba.co.uk/glam/CS1S01/cw2/index.htm

View Replies !    View Related
White Space When Loading Html Text From XML?
I am trying to load a html text from a XML with flash cs4 but It loads with huge whitespace before and after the text. In an older, different version of the site made in AS2 it loads the same xml with no whitespace.

I've tried setting xml.ignoreWhiteSpace = true but it doesn't seem to change anything. Somebody please help?

flash code:
Code:

var XMLRequest:URLRequest;
var XMLLoader:URLLoader;
var xml:XML;

var myBody:String;
var myTextFormat:TextFormat;

loadXML();

function loadXML():void{
   XMLRequest = new URLRequest("blakedirect.xml");
   XMLLoader = new URLLoader();
   

   XMLLoader.load(XMLRequest);
   XMLLoader.addEventListener(Event.COMPLETE,onLoadXML);

   function onLoadXML(e:Event):void{
      xml = XML(e.target.data);
      xml.ignoreWhitespace = true;   //notice i've put this option
      makeText();
   }
}


function makeText(){
   myTextFormat = new TextFormat();
   //myTextFormat.bold = true;
   //myTextFormat.italic = true;
   myTextFormat.size = 10;
   //myTextFormat.color = 0x32ACC4;
   myTextFormat.font = "Verdana, Arial, Helvetica";
   
   
   
   myBody = xml.TEXTWINDOW;
   //trace(myBody);
      
   var bodyTF:TextField = new TextField();
   bodyTF.x = 0;
   bodyTF.y = 0;
   bodyTF.width = 550;
   bodyTF.height = 400;
   bodyTF.setTextFormat(myTextFormat);
   bodyTF.htmlText = myBody;
   bodyTF.wordWrap = true;
   addChild(bodyTF);
}




xml code:
Code:

<PAGE>
   <HEADER TXT="BLAKE WEST"/>
   <TITLE>Director / Producer</TITLE>
   <FORMAT><![CDATA[
   <!-- Put your html here -->
<a target="_blank" href="http://us.imdb.com/name/nm1231010">IMDB link</a><!--and end it here -->
   ]]></FORMAT>
   <CREDITS>UPDATED</CREDITS>
   <OTHERINFO>9.2008</OTHERINFO>
   <QUICKTIME HEADING="CLICK FOR DIRECTING REEL" HTML="blake/directproduce/blakedirect_video.html"/>
   <TITLEIMAGE JPEG="blake/blakeimages/blake2.jpg"/>
   
   <TEXTWINDOW>
   <![CDATA[
   <!-- Put your html here -->

   After editing for several years, Blake West made the leap into directing and producing when he formed Ivisualeyes Films in 2003.  He is currently attached to direct & produce "The Flyer Hold-up" with producer <a target="_blank" href="http://us.imdb.com/name/nm1155608/">Jason Koornick</a>.  It is in development.


   <!--and end it here -->
   ]]>
   </TEXTWINDOW>
   <SLIDES>   
      
      <SLIDE JPEG="musicvideos/caine/gallery1/crop0009_1.jpg" />
      <SLIDE JPEG="musicvideos/caine/gallery1/P1180253.jpg" />
   <SLIDE JPEG="blake/blakeimages/Blake_susanrawdin_1.07_2.jpg" />
      <SLIDE JPEG="blake/blakeimages/Blake_susanrawdin_1.07.jpg" />
      <SLIDE JPEG="blake/blakeimages/B-IN-NYC_2.jpg" />
      <SLIDE JPEG="blake/blakeimages/IMG_6614.jpg" />
      <SLIDE JPEG="blake/blakeimages/IMG_6656.jpg" />
      <SLIDE JPEG="blake/blakeimages/IMG_6722.jpg" />
      <SLIDE JPEG="blake/blakeimages/IMG_6725.jpg" />
      <SLIDE JPEG="blake/blakeimages/IMG_6741.jpg" />
      <SLIDE JPEG="blake/blakeimages/blake2.jpg" />
      
      
   </SLIDES>
</PAGE>

I'm just loading the <TEXTWINDOW> node for this test.
source files are here: http://kangaroach.xtreemhost.com/test/test.zip
...

View Replies !    View Related
Page 2 - Get Rid Of Blank White Space Before Preload
1beb , I swear to the toadgod of flash that I have a non white background not only to my movie but also my html page!
Do you want the fla to prove it? ...I really don't want to labour you with having to dload it but maybe you could go to the site I'm working on (IGNORE THE PRELOADER- it's what I have put in as just anything till i make the graphics for it- that should be another nightmare but at least fun with a dog chasing his tail)
www.br0wnsnake.com Do you see the annoying white bloody bg?
and while your at it maybe you could tell me how in hell I get a damn preloader for that ext loaded infinite menu!

View Replies !    View Related
Brief White Space When Flash Film Loads Into Html
Hi
Can someone help me get rid of a brief flicker of white space that always happens after a button's been hit and the linked Flash film appears in a html page in Netscape (doesn't do this with IE)?

Thanks!
Kat

View Replies !    View Related
Change White Space Whilst Flash Is Loading
I have a 40k flash movie that I have put into a html file with a blue background.

The problem is that when you go to the site online, the Html page loads immediately, but there is a big white space in the blue HTML page, which is where the flash movie will load.

Is there a way to have this white space to actually be blue, while the Flash movie loads?

Thanks

View Replies !    View Related
Text String - Input Field - White Space
Hello

Question:

can flash recoqnize white space in a text string?

For example: If an input field was to collect words in a sentence and pass them to an array or individual variables. Basically would it be possible to take a sentence that has been inputed and seperate each word. Flash would have to recognize the white space inbetween each word and seperate it from there.

I not asking for an example although it would be nice just a answer if it is possible or not with ActionScript then I can try and figure it out from there.

Thanks

cheers,

noss

View Replies !    View Related
White Space And Hscroll In Dynamic Text Fields
I have an anomaly where text loaded into a scrollable dynamic text field can sometimes disappear into hscroll boundaries beyond the borders of my text box even though wordWrap is set to true.

ex:
the text is wrapping
fine upto a point
then suddenly disappears off screen ==>

Does anyone know what might be causing this?

Second anomaly:
text is wrapping fine
then suddenly a new
[space]line starts
with a space.

I am loading variables, simple text files
then myText.text = [varibale]

Thanks.

PS meanwhile I found a solution. The application used to create a text file seems to impact how Flash handles the text. If I use TextEdit on a Mac the non-wrapping problem occurs. If I use MS Word the same, except when I save the word file as an MS-DOS text file my problems are solved but not entirely, new anomalies arise. Which application do you use for creating text files.

I also tried putting the text inside the index.html page using "param name=FlashVars value=some text" but Flash is still not wrapping words correctly so I can only assume it is a bug and not a feature. I suspect if a character does not 'touch' the borders of a text field Flash does not detect the end of a word to apply wrapping.

View Replies !    View Related
[F8] Put Color Or Picture In White Space While Flash Loads?
Hi
I have a Flash that I use as a menu on my site. My problem is that while it's loading the space in the html where the flash is is white. Can you put a picture there while the flash loads or atleast a color?
Thanks

(the flash file is very small so no preloader is necessary and the white shows only for a second mostly while surfing to the site.)

View Replies !    View Related
When Importing Images, How Do I Remove The White Space Around The Corners?
When Importing Images, How Do I Remove The White Space Around The Corners?

View Replies !    View Related
How Can I Crop An Image With Out Having White Space In The Final Product
I am trying to create a crop component or Class so that I could use a live video feed to create an ID Card Picture application.

For example> I have a live video feed(Camera) with a rectangle shape on top of the video feed, so that the user can drag the rectangle around the live video and select what he would want to be in the preview window.

The problem is this: The rectangle tool creates a white space around the top and left side of the preview window(which is a bitmap). In other words the rectangle is only acting as a mask of the orginal video.

For example> Original video/camera feed has width:320 and height:240. I then use the draw method with a rectangle element as a paramenter. The rectangle has coodinates of (x:20,y:20,width:50,height:50). So yeah that seemed to work fine. But actually it only creates a masked image of the original video. In other words 0 to 20 pixels at the top of the preview bitmap is white an the 0 to 20th pixel on the left side of the priview windows is also white......So I essentially just created a masked image. What I actually want the draw tool to do is to have the rectangle area be a cropping tool. The final bitmap would have a width and height of 50. I could then stretch out the bitmap and have it appeared to of zoomed the image.

What is up with the whitespace?
===============================
AS3 code reference
var myRectangle:Rectangle= new Rectangle(30,30,150,150)
// render the player as a bitmapdata
myBitmapSource.draw ( myVideo,null,null,null,myRectangle,false );
=======================================I am also starting to investigate the transform methods, maybe I need to transform the original feed somehow. I aslo saw a read only property named PixelBounds?

Any help would be appreciated:

Doug Lubey of Louisiana (DougLubey.com)

View Replies !    View Related
Does Removing White Space In Code Lower SWF Size?
Hi --

I am working on a Flash project where file size optimization is critical. I
am curious if removing white space from the code (which lowers the size of
the AS file) will reduce the size of the finished SWF or if the Flash
compiler already does this?

Thanks

Rich

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved