Flashvars get clearred in <htmlobj>.innerHTML

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

  1. #1

    Default Flashvars get clearred in <htmlobj>.innerHTML

    dear all,

    I've hit a problem when working with Flash objects such that, for some reason,
    e.g. content page with third party ad tags, I need to put the Flash <Object/>
    with a non-empty "FlashVars" field into a hidden <div /> and then copy its
    innerHTML to another place using javascript, however I've found that the
    "FlashVars" field of the innerHTML of the <div/> got clearred and causing this
    copied version of code mal-function.

    can somebody tell me whether this is a bug or not ? and how to workaround ?

    thanks !

    richso Guest

  2. Similar Questions and Discussions

    1. FP8 IE BUG - innerHtml
      Hi everybody. When i make a loadMovie() and load a swf into the master swf a funny thing appends... if you load the master swf into some div via...
    2. innerhtml problems in IE5/Mac
      IE5/Mac users are encountering a problem with a web page that IE/PC users are not encountering. The problem is....I have a form which has an...
    3. Setting the innerHTML on a <span>
      Sorry, That was a typo. It should read. I have a RequiredFieldValidator This gets rendered out as a <span> I want to set the innerHTML.
    4. Setting the innerText / innerHTML on a <span>
      Hi, I have a span as below. <span id="lblTest" style="color:#FF0033;font- weight:bold;">This is a test.</span> When the user clicks a...
    5. Modify InnerHtml of HtmlControl with JavaScript?
      Here is my current code: ------------ <script runat=Server> void Page_Load(object sender, EventArgs e){ if (!IsPostBack){ myDiv.InnerHtml =...
  3. #2

    Default Re: Flashvars get clearred in <htmlobj>.innerHTML

    I don't have an idea for solving your problem but I will suggest reading this:
    [url]http://www.macromedia.com/resources/richmedia/tracking/designers_guide/[/url]
    phileplanet 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