A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Please Actually Anser This Instead Of Ignoring Me...

  1. #1
    Senior Member
    Join Date
    Sep 2003
    Location
    mn
    Posts
    244

    Please Actually Anser This Instead Of Ignoring Me...

    I have posted on here and needed help and nobody answered me....so please dont ignore me this time.

    I am trying to stream video from flash and have created a button you click on and it should bring up the video...it doesnt work..Ive tried different formatys and nothing. This is my code

    on (release) {
    loadMovie("BUGS_BUNNY_EASTER_YEGGS_256k.wmv", "new");
    }


    this should work right? why doesnt it work for me? Also is there a better way of doing this?

    please help.
    pickles

  2. #2
    Senior Member
    Join Date
    Sep 2003
    Location
    mn
    Posts
    244
    hello? anyone????
    pickles

  3. #3
    Senior Member
    Join Date
    Sep 2003
    Location
    mn
    Posts
    244
    hellllllloooooooooo
    pickles

  4. #4
    Junior Member
    Join Date
    Feb 2002
    Posts
    2

    wmv not supported

    Flash cannot internally load and play anything but spark-encoded video using either an swf or flv container.

  5. #5
    Senior Member
    Join Date
    Sep 2003
    Location
    mn
    Posts
    244
    thanks webwonk. I meant externally linking out, like a getURL method?
    pickles

  6. #6
    Flash Video Moderator Wheels's Avatar
    Join Date
    Dec 2000
    Location
    Minneapolis
    Posts
    1,590
    You do this just like any other URL call - but you may want to cal an html page with either the launch code for the .wmv or an embeded .wmv.

    Code:
    getURL("windoze.wmv", "_blank");

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center