Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default can not play media

    Hello, i have an error when i want to display a media file that says the
    following:
    error Requested resource '/empleado/videos/xmen.flv'
    <%2fempleado%2fvideo%2fxmen.flv> not found
    The strange thing is that the file IS in that directory of the server, the
    extension is good, when i do double click on it it plays allright so what can
    it be the problem?
    I made other sites an none of them reproduces .flv i receive the same message.
    thanks!
    i use Jrun



    pacalla Guest

  2. Similar Questions and Discussions

    1. Play recorded media through the Live application
      Can you stream a pre-recorded .flv file thru the livestream instead of using the Encoder with a Camera and Mic? I would like to publish an already...
    2. Broadcast Desktop to the web with media play
      Hey, Is thier anyway i can broadcast the desktop with flash and flash media server? I just want it to broadcast my desktop to a webpage which...
    3. Media class Video play problem
      Hi Friends, I am having a problem with play() method of a MediaDisplay component. When I say myMedia.play(2) ..video starts at 4 seconds instead...
    4. Totem fails to play streaming media
      With apologies to DSeuse: Totem doesn't just fail here-or-there ... but TOTEM fails everywhere ... It fails at SAIL(.tv) with gails of hail ......
    5. How do I make an AVI Video play with Media Player
      Hi .. i'm having a problem with playback of my Projector on certain computers because the default video software is RealPlayer.. makes a big red x...
  3. #2

    Default Re: can not play media

    Your slashes are being escaped. How are you requesting this resource? This
    is all pretty vague.


    Carson

    ____________________________________________

    Carson Hager
    Cynergy Systems, Inc.
    Macromedia Flex Alliance Partner
    [url]http://www.cynergysystems.com[/url]

    Email: [email]carson.hager@cynergysystems.com[/email]
    Office: 866-CYNERGY ext. 89
    Mobile: 1.703.489.6466



    "pacalla" <webforumsuser@macromedia.com> wrote in message
    news:dlcoqe$nrq$1@forums.macromedia.com...
    > Hello, i have an error when i want to display a media file that says the
    > following:
    > error Requested resource '/empleado/videos/xmen.flv'
    > <%2fempleado%2fvideo%2fxmen.flv> not found
    > The strange thing is that the file IS in that directory of the server, the
    > extension is good, when i do double click on it it plays allright so what
    > can
    > it be the problem?
    > I made other sites an none of them reproduces .flv i receive the same
    > message.
    > thanks!
    > i use Jrun
    >
    >
    >

    Carson Hager Guest

  4. #3

    Default Re: can not play media

    <mx:MediaPlayback contentPath="../videos/spider.flv" />
    pacalla 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