Using external XML to add and set parameters for AS cuepoints.

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

  1. #1

    Default Using external XML to add and set parameters for AS cuepoints.

    Hi there. I am trying to use external xml to set cue point times (for video),
    titles, and other parameters. I have everything set up, except getting the
    proper data from the xml file to set the parameters for my cue points. I am
    researching hard and learning quickly - at this point, I need help. Thanks!

    G.Bob Guest

  2. Similar Questions and Discussions

    1. cuepoints usage?
      Dear List I'm looking into my options on the achieving the following: 1) A progressive download of an .flv file (we don't have media server,...
    2. FLV cuepoints crashing browser
      Hi Ive spent months building a site all in flash 7 using captionate, no problems, right, until the flash 8 player comes out, now it crashes after a...
    3. Cuepoints
      Is anybody succesfully using cuepoints? I was working with the MediaPlayback component. I've added cuepoints to the video and the listener is...
    4. Cuepoints problem in SWA member D7.02
      It seems that Director 7.02 misplaces cuepoints (there are more than 50) in SWA file (in WAV files or D8.5 it works fine). Is there any patch or...
    5. passing parameters to external application
      You will probably need to enclose the entire argument to open with quotes:- open quote & "the moviePath" & "apps\thing.exe" && "-a nargument" &...
  3. #2

    Default Re: Using external XML to add and set parameters for AScue points.

    Anyone?

    Still working on this if anyone has advice. Still haven't been able to figure
    out how to put xml data in the right place:

    addASCuePoint(//data from xml here to set name and time of cue point -
    HOW??//);

    Thanks!

    G.Bob Guest

  4. #3

    Default Re: Using external XML to add and set parameters for AScue points.

    Anyone?

    Still working on this if anyone has advice. Still haven't been able to figure
    out how to put xml data in the right place:

    addASCuePoint(//data from xml here to set name and time of cue point -
    HOW??//);

    Thanks!

    G.Bob 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