<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I want to embed a flash movie, so I added a File containing the swf. Then I added an environment containing a content widget and the embed code:</div><div><br></div><div>- Pier</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- Environments<br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>- Flash (this contains the html code for embedding the flash)<br></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>swf (this is the contents widget)<br></div><div><br></div><div><br></div><div><br></div><div>This is the html code fpr flash:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">          &lt;object classid="....."
                        id="timeline" width="777" height="220"
                        codebase="<a href="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab</a>">
                        &lt;param name="movie" value="*swf*" />
                        &lt;param name="quality" value="high" />
                        &lt;param name="bgcolor" value="0xffffff" />
                        &lt;param name="allowScriptAccess" value="sameDomain" />
                        &lt;embed src="+swf+" quality="high" bgcolor="0xffffff"
                                width="777" height="220" name="timeline" align="middle"
                                play="true"
                                loop="false"
                                quality="high"
                                allowScriptAccess="sameDomain"
                                type="application/x-shockwave-flash"
                                pluginspage="<a href="http://www.adobe.com/go/getflashplayer">http://www.adobe.com/go/getflashplayer</a>">
                        &lt;/embed>
        &lt;/object></span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div><div><br></div><div>The rendered output looks like this:</div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 10px; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">&lt;param name="movie" value="&lt;h1 class="heading">TimelineFlash&lt;/h1>&lt;a href="<a href="http://localhost/seaside/pier?_s=ZCjhBTwrFdESmfmG">http://localhost/seaside/pier?_s=ZCjhBTwrFdESmfmG</a>">TimelineFlash&lt;/a>" /></pre></span></div><div>How can I get only the url without the &lt;h1> and &lt;a> tags?</div><div><br></div><div><br></div><div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Michael Markowski</div><div><a href="mailto:michael.markowski@gmail.com">michael.markowski@gmail.com</a></div><div><br></div><div><p align="">Si forte in alienas manus oberraverit hec peregrina epistola incertis ventis dimissa, sed Deo commendata, precamur ut ei reddatur cui soli destinata, nec preripiat quisquam non sibi parata.</p><p align="">(Translation: If by chance this wandering epistle, sent forth to the uncertain winds but commended to God, wanders into alien hands, I beg that it be returned to her to whom alone it was sent, nor should anyone steal things not written for him.) From: The prologue to the Liber Confortatorius of Goscelin of St. Bertin (born between 1030 and 1040).</p></div></div></span> </div><br></div></body></html>