Ask a Question related to Macromedia Flash, Design and Development.
-
morph\(c\)2004 #1
external swf
i have loaded an external swf but it isn't playing at all.
what seems to be the problem.
--
--------------------
morph(c)2004 |
--------------------
Macromedia Flash MX -
There is a very fine line between "hobby" and
"mental illness."
morph\(c\)2004 Guest
-
loading an external XML
Is there a way to load an XML file if it's on a differen server/domain than the html/swf file? I already set allowScriptAccess="all" but it didn't... -
load JPG external
question: - as to load an image JPG, external, atraves of programming - to load the image in the hour that I will be to execute applicatory 3D, in... -
External Trusts
I have two Win 2003 servers, a PDC and a member server. These are set up in their own AD forest, and are intended to run at Windows 2003 forest... -
Want to launch an external App
I want to launch an external app in Windows, but I want to assume that the app is may or may not be there and it is not going to be in the same path... -
external cast members of an external cast
I am trying to import a png image (with transparency) externally to an external cast. The problem is that the image doesn't appear when I play the... -
Allan #2
Re: external swf
can't help you without knowing a little more info, Like teh code you used to
load the swf.
"morph(c)2004" <morphc2004@net4u.hr> wrote in message
news:cv2o0k$co6$1@magcargo.vodatel.hr...>i have loaded an external swf but it isn't playing at all.
> what seems to be the problem.
>
> --
>
> --------------------
> morph(c)2004 |
> --------------------
> Macromedia Flash MX -
> There is a very fine line between "hobby" and
> "mental illness."
>
>
Allan Guest
-
Reaps #3
Re: external swf
Ermmm, sorry to pee on your bonfire.....
But a little more info may assist us in finding the cause of your prob....
Reaps
"morph(c)2004" <morphc2004@net4u.hr> wrote in message
news:cv2o0k$co6$1@magcargo.vodatel.hr...>i have loaded an external swf but it isn't playing at all.
> what seems to be the problem.
>
> --
>
> --------------------
> morph(c)2004 |
> --------------------
> Macromedia Flash MX -
> There is a very fine line between "hobby" and
> "mental illness."
>
>
Reaps Guest
-
morph\(c\)2004 #4
Re: external swf
i have programmed my menu with arrays:
mainSections = new Array("Menu 0", "Menu 1", "Menu 2", "Menu 3", "Menu 4");
subSection0 = new Array("zero", "One", "Two", "Three", "Four", "Five");
subSection1 = new Array("zero", "One");
subSection2 = new Array("zero", "One", "Two", "Three");
subSection3 = new Array("zero", "One", "Two", "Three", "Four");
subSection4 = new Array("zero", "One", "Two");
menu looks like this :
menu0 menu1 menu2
sub0 sub0 sub0
sub1 sub1 sub1
sub2 sub2 sub2
so, target means menu'x' and sub means sub'x'
and this is the function that loads swf (for example: menu1sub2.swf,
menu2sub0.swf etc.)
function doSubSection (target, sub) {
loadMovie(target+sub+".swf", _root.loadswf);
closeSubs(currentOpen);
}
but loaded swf won't play...
help, please...
--
--------------------
morph(c)2004 |
--------------------
Macromedia Flash MX -
There is a very fine line between "hobby" and
"mental illness."
morph\(c\)2004 Guest
-
Reaps #5
Re: external swf
If you are willing morph, post your template in zip or rar format and we can
have a look.... you are entering the realm of coding here and a simple news
thread probably won't be detailed enough to resolve your swf program
issues.... I'm sure others and I will gladly have a look for ya.
I presume you are using Macro Flash 04?
Reaps
"morph(c)2004" <morphc2004@net4u.hr> wrote in message
news:cv5fr1$2v5$1@magcargo.vodatel.hr...>i have programmed my menu with arrays:
> mainSections = new Array("Menu 0", "Menu 1", "Menu 2", "Menu 3", "Menu
> 4");
> subSection0 = new Array("zero", "One", "Two", "Three", "Four", "Five");
> subSection1 = new Array("zero", "One");
> subSection2 = new Array("zero", "One", "Two", "Three");
> subSection3 = new Array("zero", "One", "Two", "Three", "Four");
> subSection4 = new Array("zero", "One", "Two");
>
> menu looks like this :
> menu0 menu1 menu2
> sub0 sub0 sub0
> sub1 sub1 sub1
> sub2 sub2 sub2
>
> so, target means menu'x' and sub means sub'x'
> and this is the function that loads swf (for example: menu1sub2.swf,
> menu2sub0.swf etc.)
>
> function doSubSection (target, sub) {
> loadMovie(target+sub+".swf", _root.loadswf);
> closeSubs(currentOpen);
> }
>
> but loaded swf won't play...
> help, please...
> --
>
> --------------------
> morph(c)2004 |
> --------------------
> Macromedia Flash MX -
> There is a very fine line between "hobby" and
> "mental illness."
>
>
Reaps Guest



Reply With Quote

