Ask a Question related to Macromedia Flash, Design and Development.
-
keanu.net #1
Re: my swf doesn't load
Dnia Fri, 13 Aug 2004 10:16:47 GMT, decorix <decorix@hotmail.com> napisał:
My english is poor :)> Hi all,
>
> I'm trying to load an external swf from my indexpage. When I test it
> offline
> it works.
> it isn't the size as some people have said. The whole site gets loaded.
> But
> when i test
> online it doesn't load the external swf.
>
> I'm puzzeld and don't understand.
>
> I also hear that there's nothing wrong with my action...
>
> on (press){
> _root.holder.visible=true;
> loadMovie("test.swf", "_root.empty")
> }
>
> what can it be?
>
>
Some serv change filenames (for example: test.swf -> Test.swf) check this
and try:
on(press) {
_root.holder.visible=true;
loadMovie("_root.test.swf","_root.empty")
}>
>
--
Remont sygnaturki...
keanu.net Guest
-
How can I load load Additional extensions ?
My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I... -
xml.load
I have an XML file that is being updated occasionally, and I want to show the latest version. When I use XML.load in the development environment it... -
I want to load a swf from another swf?
I want to build a preloader in a movie that loads another hidden movie. After the hidden movie is loaded it become visible and the preloader... -
my .swf won't load
Do you have a limit on your file sizes for that site? Your 6 meg file is there.. Portfolio.swf, but there is another file with lower case p..... -
load of ram
Hi, for a long time we want to detect what is the ram load. Now my question: Is there an easy way, to get the information for the size of a... -
decorix #2
my swf doesn't load
Hi all,
I'm trying to load an external swf from my indexpage. When I test it offline
it works.
it isn't the size as some people have said. The whole site gets loaded. But
when i test
online it doesn't load the external swf.
I'm puzzeld and don't understand.
I also hear that there's nothing wrong with my action...
on (press){
_root.holder.visible=true;
loadMovie("test.swf", "_root.empty")
}
what can it be?
decorix Guest



Reply With Quote

