Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139