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




Flash Not Loading In IE.



The flash script has been running without issue for a long time. Now it doesn't load in IE. It still loads in Firefox.

View this URL: www.brannlaw.com (Issue: Homepage, left-green sidebar, under 'some of our clients' graphic, the flash movie not loading.

Any help is appreciated.

Thanks



ActionScript.org Forums > ActionScript Forums Group > ActionScript 1.0 (and below)
Posted on: 05-24-2007, 09:03 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Small Flash File Loading Into HTML - Weird Sporadic Loading
Hi,

I'm hoping someone can help...

I have a very small Flash file (less than 5k) loaded into a table cell of an HTML page .

On occasion (on Mac/IE) there is a flash of white appears in the table cell before the file starts. On other occasions only a portion of the file appears (while the rest of the cell is white). And at other times, none of the file appears (the table cell that it's in is appears as white).

The background of the flash file is orange (not white) so I guess that means that none of the Flash has loaded. Sometimes when I refresh the page, the problem resolves itself.

Does anyone know what the problem may be? Is there any sort of pre-loading JavaScript that would help, even though the file is very small to begin with?

Thanks for any help, I really appreciate it!

Loading Flash AFTER Html Finishes Loading - IE Not Working
Im using some javascript to load a flash music player after the rest of the gfxs have loaded (IE was trying to load the first song while the gfx were loading & was slowing the page load down to a CRAWL) ... I found this code on the web & THINK I did it right.

in my onLoad I have window.document.soundPlayer.setVariable('loaded', 'true');

my object is named soundPlayer

Then in my Flash (using MX if it matters) I have 3 blank keyframes at the beginning of the movie. In the first keyframe I have a dynamic text box called loaded with the var set to false. The in the 2nd keyframe I have this actionscript:

if (loaded == "true") {
gotoAndPlay (4);
}

then in the 3rd keyframe I have this code:

gotoAndPlay(2);

It works fine in ALL browsers except IE. In IE the movie is just sitting there flashing on & off even when everything else has loaded. I cant actually tell if its working right in the other browsers because Im testing it on my local machine but it loads & starts playing .... more than I can say for IE!

Any ideas on this one? Im not a flash guru ... only use it when a customer cant live without it! Thanks

[Flash Loading Options]How Can I Prevent Flash From Loading?
Hello,
I'm new to this formum so hello every one (and sory for my bad english )!

I have a problem regarding loading a certain set of frames and prevent flash from downloading the rest.
I'm making a download and upload tester and was hoping to do it all in AS.
I'm hoping to get an answer to the question: is there a function which I can call lets say on button click/event ocurrance which will stop furthere downloading the aplication from a server.

The idea is very simple, I tried to put a big jpg in the last frame of the movie, and based on the information from getBytesLoaded , getBytesTotal and getTimer i would specify the speed of my internet connection.

Pleas help.


Note:
For those who would like to implement the bandwidth tester, I had several problems which I solved:
- forced re-downloading by getting a random number in php and passing it to the flash by specyfying the embed src as "flashmovie.swf?rand=some_random_number:"
-problem with units (flash has the function getBytesLoaded() which specyfi the ammount in B of the WHOLE application so I had to convert B to bits (the ammount of getBytesLoaded times 8 ) .

the efects are on: http://student.agh.edu.pl/brunar/speed2.php
not much but I will be agging graphics and better functionalyty soon

Help With Loading Flash Page Loading Clocks
Hello users i don't really know alot about flash. What happens is when i click on the link to open one of my .swf it takes about 6 seconds but all you see is a white box until then. How do i put one of those loading clocks where it has loading 1-100 % until my flash is ready to be viewed.

Thanks guys

GBRadio

wakeup.to/gbradio

XML Loading In Flash, Not Loading In Browser
Could anyone give me a clue as to why when i test a movie in Flash my XML document is found and successfully loads (xml.status returns 0). However when the swf is used inside a browser, the swf can no longer find the XML document ( or something else ) ???

is there a way to pipe XML.status into a javascript function or some way to see what is going on inside of the browser environment?

thanks for any help.
-

Loading Exterior Pictures (jpg-png) And Txt Into Flash Movies Loading Exterior Pictur
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I don't know how to do it, please help with action script if you can.

thanks,

-mike

Flash 8 Loading External HTML Pages Inside Flash Window
Hi

I was wondering if it is possible to load a google map into a window within my contact page that one can scroll about like you can in actual google maps. At the moment i just have a static picture that when you click on it it takes you to a seperate page. But i dont want to clog my site up with extra graphics if i can avoid it.

Many thanks

Greg

I Would Like To Externally Control Loading Flash Movies In To A Flash Player With Js
I am seeking assistance on loading a flash movie in to a set flash player, by externally selecting an html link. I am wondering if I need to set a javascript variable within my flash player to do this.

Loading External Flash 8 Files Into A Published Flash 7 File
Hi,

Just wondering if I were to load an external movie published in Flash 8 into a movie that is published in Flash 7... the user would not require a flash 8 player, right? I'm thinking that the external Flash 8 movie takes on the Flash 7 player when loaded. Does anyone know if this is correct?

Thanks!

Loading External Flash Files Onto Flash Website
I need help on how to load .swf files on a flash site as a portfolio section, each one will have their own image or animation. The way I want them is to when you change the pages it loads the next object rather than have it on the site and make the site file bigger to load than having it minimual. I found only one tutorial but it incorporates something I don't want and tried working around it to have it load under a frame (not animation frame but like picture frame) in a certain location.

Loading A Flash Movie Into An Existing Flash Screen
I would like to know how to call a flash movie into a window on an existing flash page, so that this movie does not have to be loaded with the initial flash page - as in the Font for Flash website advertised on this site. Also, I would like to know how to make it appear with a preloader with a percentage bar in it. I have Flash 5 and don't know very much about action scripts as yet.

Loading Techniques: Flash 5 & Flash MX Tutorial Question
Hello,
I am trying to dynamically load sound into my movie, but my problem is that when i follow this tutorial the sound doesn't play, here is a link to the tutorial:
http://www.kirupa.com/developer/mx/loading.htm
Now I don't understand what goes in the URL section of the code. Is this a place for a target path like in HTML or a place for a linkage ID name. If it is a place for the linkage ID, when I set the properties to export for AS and set in export in the first frame my preloader doesn't preload until after the sound is already loaded. I hope that wasn't too confusing. And I hope someone can help. Thanks in advance.

drumrby

Loading Techniques: Flash 5 & Flash MX Tutorial Question
Hello,
I am trying to dynamically load sound into my movie, but my problem is that when i follow this tutorial the sound doesn't play, here is a link to the tutorial:
http://www.kirupa.com/developer/mx/loading.htm
Now I don't understand what goes in the URL section of the code. Is this a place for a target path like in HTML or a place for a linkage ID name. If it is a place for the linkage ID, when I set the properties to export for AS and set in export in the first frame my preloader doesn't preload until after the sound is already loaded. I hope that wasn't too confusing. And I hope someone can help. Thanks in advance.

drumrby

Flash Begginer - Loading Flash Site...
Yes, I made a flash loading animation of my site (in flash) and I'm
interested how
can I make make that animation loop till my site completely loads in
my web browser (Internet Explorer).
Yes, how can I do it and do you need to put any actionscript to make that happen?

Flash Progress Bar When Loading Non-flash Content
Hi folks, I have a question and someone might be able to help...

Basically I have a standard HTML site which contains loads of large images. Is there any way I can use a flash progress-bar to show how much of the non-flash content has loaded before entering the site. When all of the large images are cached, then redirect to the homepage.

I know I can do this with a Javascript loading bar, but I need the loading page to be much more complex than a simple prog bar so it really calls for a flash movie.

Any help would great, thanks.

Loading A Flash Intro Into A Flash Header ?
hey people,

i've currently got a flash header for my site, and i want to add a flash intro to the header, which is only activicted when the user clicks a button.

So once they click the button to start the intro, it then goes to an intro which loads seperatly to the flash header - once loaded the flash intro then plays - once the intro has finished it then goes back to the flash header..

I've found an example of exactly what i want at http://www.hostrocket.com - the normal header will load up, then it has a button saying 'activate launch sequence' - you click on the button, it then loads the intro, pays through the intro and then goes back to the normal header once the intro is finished.

If anyone could help me out with how this is done, it would be much appreciated. Or if you could direct me to a tutorial or a source file.

Thanks!

White Flash Before Loading Flash Movie
I'm not sure if there is an easy answer to this one...

I have a complete Flash website (www.driversedge.org) The background color is grey. When you first go to the site the index.html page loads the grey background, but there will be a quick white flash in the swf file.

Is there any way around this??

Here is an example of a site that does not do this. It seems to keep the red background. No white flash.

http://www.thelodgeatsonoma.com/

I would very much appriciate any help. Thanks.

Flash Files Not Loading Within A Flash File
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://www.djzyx.com/resume/8009-10.swf' tried to access incompatible context 'file:///C|/Documents%20and%20Settings/Sebastian/Desktop/photowebsite/photowebsite.swf'


hi there, i made a little photo portfolio of my work. I made the main file to guide you through my photo work. When you click on each small photo it enlarges and makes it bigger. It basically guides you to each .swf file and loads it in a box. But for some reason when i point the main file with all the small pictures, it spits out that error... it works one my computer in a directory. but when i upload it to my server www.djzyx.com/resume/ it doesnt want to work...

any ideas

thanks in advance!!!

Q On Loading Techniques: Flash 5 & Flash MX JPEGS
Hey can someone tell me where everything goes? and i was also wondering if i can make the jpeg clickable (when its clicked on it will open a _blank window with the bigger picture)



PHP Code:



_root.createEmptyMovieClip("container",1);
container.loadMovie("photo.jpg");
container._x = container._y = 50 ;

_root.onMouseDown = function () {
    startDrag ("container",false) ;
}
_root.onMouseUp = function () {
    stopDrag () ;





the file name is 1small.jpg and the bigger file is called 1big.jpg

Problem: Flash 8 Loading Flash 7 SWF'd Media
Is anyone else experiencing the problem of Flash 8 loading Flash 7 compiled media via loadClip? The media just doesn't load at all (v7 media are very simple vector graphic files).

But if I make the basemovie Flash 7, then it is fine (or export the old v7 media as v8 files - this works too).

Any suggestions?

Flash 8 Xml Flash Slideshow Loading Problems
Hi to everyone

Big hi and thankyou to Kirupa you have helped with code for flash in the past. Your the best.

Ok guys i have a real dilemma. Dont know where to start? but i'll try. Im fairly new to flash im trying to load xml slideshow into flash now i can get the slideshow movie to load into my site ok. But the problem is that when its loaded and say a user clicks the button 2 or 3 times like some people do the xml slideshow has a view list switch at the top with gallerys that keeps geting longer every time a you click the button. Now ive been in touch with DWUser and they have given me some ideas of code but it still does the same thing please can anyone help? code i have is below for a button allthough im trying to load several swf's each with there own button into a movie clip?
Thanks
Danny

nav_bt.onRelease = function() {
// load in the low res swf
loadMovie("lover.swf","plate");
};
nav2_bt.onPress = function () {
loadMovie("lover1.swf","plate");
};
nav5_bt.onPress = function () {
loadMovie("lover2.swf","plate");
};
nav6_bt.onPress = function () {
loadMovie("lover3.swf","plate");
};
nav8_bt.onPress = function () {
loadMovie("lover4.swf","plate");
};

Flash Player 9 Not Loading Flash 8 Files ?
hi , im sorry if this has been asked before , the database gave me an error while searching ...

i only have access to flash MX 2004 Professional and need to create a very basic site for my game server.

when loading the page with flash player 9 installed all i get is a blank white .swf file and nothing happens , no loading whatsoever , anyone know if i can still build a flash site in flash 2004 ?

did some thinking and is it the .html page it is embedded on ? do i have to change the html code for script class , its on javascript now , and is the same as it was when flash 8 was working back a year or two ago.

Flash Satay: Flash Not Loading Properly
I have just used the Flash Satay method of putting my swf into my php page and all that shows up is a white space that is the size of my flash movie.

What part of it could I be doing wrong.

Right now I have added the embed tag just to get it up and will switch it out once I have figured out this problem...

The code I was using was this:

<object type="application/x-shockwave-flash"
data="c.swf?path=mediaPlayer.swf"
width="780" height="240">
<param name="movie"
value="c.swf?path=mediaPlayer.swf" />
</object>



and I have a c.swf that calls upon this:

_root.loadMovie(_root.path,0);

in the first frame.

Yet all I get is a white space that is the size of what my movie is supposed to be.

Any idea what is not working?

Thanks,

Brad

Flash Wrapper Quick Flash Loading
I've got 12 flash animations used throughout my site (each 150 X 150 pixels). Each one is 5 to 35 KB in filesize. I've read that the best way to serve the animations is to embed a <1k animation. That small file would be coded to load the actual swf file.

My knowledge of actionscript is rated at zero, and I have had difficulty finding an answer to my simple question.

Loading An MP3 In Flash?
How would I load an MP3 from a set directory and play it when a user clicks a button?

Also... if it isn't too much trouble is there a way I can put a preloader in it too?

(I consider myself a bit over the newbies when it comes to actionscripting in Flash 5... )

Any help would be appreciated... I need to try and get this done tonight...

Thanks,
ICCold

Loading Exe From Flash
How should i call an exe file from flash?

Flash Loading
Is there any way to stop the swf 'flashing' as it loads into a page? I sometimes get a white box before the movie loads up. (I use dreamweaver to build my pages).

Loading .jpg/.gif Into Flash, Not In .fla?
say i have a information program , which i am working on, i would like the users to import pics of themselves ("or their pets) into the .exe and have it save them and display them there? any ideas??

Loading XML Into Flash GUI
im trying to load an xml file into my flash and call on a line to display in a dynamic text box...
my code is all over the place so id rather avoid the laughing fit and apreciate someones help as to what the action scripting should generally look like. my xml looks like this in the browser:

<?xml version="1.0" standalone="no" ?>
- <GTAA>
<heading>"GTAA"</heading>
<sub>"LBPIA"</sub>
- <lvl_1>
- <Block_A_Rm_100>
- <varFANrm100>
VARIABLE FAN ROOM 100
<FANstatus100>100%</FANstatus100>
<FANstatus90>90%</FANstatus90>
<varFANstatus80>80%</varFANstatus80>
<varFANstatus70>70%</varFANstatus70>
<varFANstatus60>60%</varFANstatus60>
<varFANstatus50>50%</varFANstatus50>
<varFANstatus40>40%</varFANstatus40>
<varFANstatus30>30%</varFANstatus30>
<varFANstatus20>20%</varFANstatus20>
<varFANstatus10>10%</varFANstatus10>
<varFANstatusOFF>OFF</varFANstatusOFF>
</varFANrm100>
</Block_A_Rm_100>
</lvl_1>
</GTAA>


if i want the heading GTAA in the text box, how would the code look like?

~;)Phatty

FLASH MX NOT LOADING I NEED HELP PLEASE
i just uploaded a site for a company i just started with and there are people who are unable to see the site...

it is completely in MX and i NEED HELP!


http://www.mul-ti-ple.com is the link...


please tell me what i can do so that everyone can view the site.. PLEASE PLEASE.. im desperate..


thanks a million,

manuel
mannyme80@hotmail.com
http://www.mannyme80.com

Something About Loading Asp In Flash
If i have something textfield in flash that will load external text from asp, the asp file will return some text randomly, but when I reload the same asp by calling "loadvariableNum", it returned the same thing always. How can I clear the cache or solve this problem.

thanks

Loading Pic In Flash With Php
Okay so i have a site where you can dress your own characther, now we wont to do everything in flash. So first i had to learn to use drag and drop.. that was easy. But i have a .php file that contains restrictions for what images that´s going to be loaded.

here´s the code.
<?php

$sql = "SELECT * FROM bel WHERE bel_user_login ='$fuserid'";

$result = mysql_query($sql, $link);

while ($abel = mysql_fetch_array($result)){

// Get item

$sql = "SELECT * FROM item WHERE item_id = $abel[bel_item_id]";

$aitem = mysql_fetch_array(mysql_query($sql, $link));

// Get item belongs to

if ( $abel[bel_loc_id] != "0" ) {

$sql = "SELECT * FROM bel WHERE bel_id = $abel[bel_loc_id]";

$abelloc = mysql_fetch_array(mysql_query($sql, $link));

$sql = "SELECT * FROM item WHERE item_id = $abelloc[bel_item_id]";

$abelitem = mysql_fetch_array(mysql_query($sql, $link));}



// Get image

$sql = "SELECT * FROM pic WHERE pic_id = $aitem[item_pic_id]";

$apic= mysql_fetch_array(mysql_query($sql, $link));

?>

<tr><td><?=$aitem[item_desc]?></td><td><?=$aitem[item_attr1]?></td><td><?=$aitem[item_attr1]?></td>

<td><img src="<?=$apic[pic_img]?>" width="40px" height="40px"></td>

<td><?=$abelitem[item_desc]?></td><td><?=$abel[bel_id]?></td><td><?=$abel[bel_loc_id]?></td>

<?php

}

?>

But how do i do to load them into my flash movie?
Like take the actions from the php file but let flash load the pictures. What actionscript should take care of this.... IF UR INTRESTED IN MAKING THE PROGRAM mail me at: karl@myselfonline.com
you be paid $$$$$$

last thing in what format should i save the pictures we make so lash can load em?

Loading Flash Only Once
I've seen sites that load the flash file, it plays and then it won't play again even if you reload the page, but it is showing the last frame of the file. To play it again, you have to hit the Replay button.

I've got the Replay set right and it works, but I can not figure out how to make it not autoload and play from the start when you enter the page again.

Is there an easy way to do this that I have overlooked.

Thanks!

Loading In Flash
I have made a page called members for a clan, now I would like to load the names ages location and connection from a txt file. I made dynamic blocks in my fla file with variables Nicknames, age, location and connection. How can I load these from a TXT file :/ somebody who can help me.

Grtz Insa

Loading JPG In Flash
hello

I am using flash MX, and i want to load a JPG in flash from outside. I am using...
mc.loadMovie("mypic.jpg")

But it is not working.

I am also relatively now to flash Actionscripts. Perheps i don't know the full method. So Plz help me in this regard.

and i also want to load the jpg to a specific location, also plz tell me the methods of this.

thanks

Help With Loading Flash
Hi!
Im making a website where first you enter a HTML document first and then by klicking an enter button it loads a flash window.
What kind of script should i put into the html document link to load a flash movie?
Thats my question!
Thanks for the help!
Interesting

Help With Loading Flash
Hi everyone, can someone please tell me whats the easiest way to load 4 different text effect flash movies (generated using SWfx) in sequence. My problem is that I'm loading them using a timer script one after another and the effect is not as desirable as if I was to load them all and then play them. I'm not good at Flash at all, so I'm just looking for a simple solutions... doesnt have to be pretty.

thanks!

Loading Php Var Into Flash?
hehe? hi there, so, you think you are the man eh ? then answer my question m8!

Okay, lets get to the point: I have some cool flash game and it needs to load a variable from a php file ($credits) and, this variable "$credits" is into some php file


PHP Code:



<?php
blablalblala
if bla bla bla
blalbla bla bla
bla bla bla bla
{ $credit = 5215
}
?>




Now: My question is simple: HOW Do I load the variable "credit" into my movie ? ( a dynamic textbox that is ;-))

Thank you

Flash 6 Not Loading
OK here'tis..

Regular Flash file on my desktop, loads fine, filesize 79k.

Same file, copied to a networked drive, blank screen, 'Movie not loaded', filesize 174k.

Publish that file, loads fine, still 174k

What difference does the network make? If it plays as a flash 6 exported file then why does this happen only when I move/copy it to the network??

This is sh"#$ing me and if anyone can answer this then i'd be gr8full

Cheers

Flag

Loading Flash Swf's
ok, i have my main page that when you click a button it loads a flash file inside it. that all works fine, then it screws up in the button thats in a movie clip that has the code that says:

on (release) {
_root.gotoAndPlay(2);
}

for some reason it unloads the whole movie and goes blank.

Loading Into MC Flash
I have a mc (_root.thumbsMC) that I use loadMovie to place an external swf into depending on user choses etc. There is a short but noticable and unsightly flash as the mc empties and loads the new swf. All the external swfs that can be loaded into the mc have the same layout so the blank flash is noticeable.

Any clean tips out there for preventing this flash in the graphics? Perhaps load swf into another mc over the top of the main mc and then toggle between the two as they are loaded/unloaded...?!

Any ideas much apreciated )

Loading In Flash ?
ok so this has been confusing me for quite a while, and i really hope i get response so i can complete my site.

I dont know how to explain it well tho...but here goes..

Well, sometimes, in some .SWF's....there are parts of the flash that load separatley...

For example, www.2advanced.com .

There are 3 panels, Feature, Press and Featured press.

Now, whenever the owner of this site updates these 3 panels, when i enter with IE, it doesnt reload the ENTIRE .SWF, it somehow just loads the movie as usual, but with different news (usually it loads for like 1 milli sec).

Can u get me ?

Dont know how to explain it ><

Im doing a flash website for myself, and i dont want people to load the entire .SWF whenever i update the news section.

Please, help...

Thanks~

Flash Loading Help
I am creating CD based project in flash... nearing the end and the file is over 60 MB which on some machines can take a while to load and start playing. So what im looking to do is have one file that opens and just generally says "Loading" to inform the user, then this file opens the other flash file and once that file is loaded they seemlessly switch over.. The loading file that is no longer needed closes, and the main file continues on and does what it was made to do..

Any help I would be very greatful for..

Cheers

Loading Xml In Flash
Please can anyone tell me the procedure of loading external xml file of text in buttons.

Flash Not Loading
I posted this in general help but havnt had any response. Anyways, my problem is that my SWF files are not loading on my page. Visit it here: http://nathanscherneck.com/portfolio%205/ . There are a total of 5 independent Flash files totalling about 86KB. Im not sure why they will not load. Help please!!!!

Loading Xml Into Flash
i am trying to make a game that loads random questions and answers from an xml file.(which i know how to do) but im not sure how i can get flash to know which answer is correct.


any ideas?

any help is appreciated.

thx

Flash Not Loading
Is there a way you can put an image inplace of the swf if it does not load?

Loading .txt To Flash
Hey guys,

I was wondering if any of you could tell me how I can load text from a .txt file into flash so it can be displayed in a dynamic text as news.

Also does anyone know how to make a simple shoutbox? which would display the time and date someone posted? How would i go about doing that?

Thanks

Help,flash Not Loading
I created a picture galleria with flash with 27 pictures,when i preview the galleria on my pc,it works fine but when i upload to my server,it wont load up,what is wrong? do i need to set permission or what? or do i need to upload all the pictures i use in the galleria to the folder where i place the html and swf files?

http://www.littlesistahdrummers.com/.../galleria.html

Need the urgently pls

Loading Flash
Hello!
I need help please!. I created an intro for my home page but I can't build a loaDıNG page that will appear while loading flash.

how can I build? Anyone?

Copyright © 2005-08 www.BigResource.com, All rights reserved