Re: Flash XML help
Re: Flash XML help
- Subject: Re: Flash XML help
- From: jerry porter <email@hidden>
- Date: Fri, 9 Dec 2005 07:52:34 -0800 (PST)
Hello,
I had similar problems getting flash to work too.
I have included a simple xcode project to show what I did.
I am sure you can use this to get things to work.
Jerry
--- James Cicenia <email@hidden> wrote:
> Hello -
>
> I have some html code for a flash component that loads the xml from
> my wo application. It works fine.
> However, when I embed it into a WOComponent it doesn't work. Is there
> something obvious or subtle
> I am missing?
>
> Here it the html that works fine:
>
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
> swflash.cab#version=7,0,0,0" width="440" height="50"
> id="propertylisting" align="middle">
> <param name="allowScriptAccess" value="sameDomain" />
> <param name="movie" value="scroller.swf" />
> <param name="quality" value="high" />
> <param name="bgcolor" value="#ffffff" />
> <embed src="scroller.swf" flashvars="file=http://www.mydomain.com/
> cgi-bin/WebObjects/Orbus.woa/wa/setupScrollerXML?product=FLSH"
> quality="high" bgcolor="#ffffff" width="440" height="50"
> name="propertylisting" align="middle" allowScriptAccess="sameDomain"
> type="application/x-shockwave-flash" pluginspage="http://
> www.macromedia.com/go/getflashplayer" />
> </object>
>
> here is my WOEmbedded code that doesn't work:
>
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
> swflash.cab#version=7,0,0,0" width="440" height="50" id="scroller"
> align="middle">
> <param name="allowScriptAccess" value="sameDomain" />
> <param name="movie" value="/orbus/scroller.swf" />
> <param name="quality" value="high" />
> <param name="bgcolor" value="#ffffff" />
> <embed src="/orbus/scroller.swf" flashvars="file=/cgi-bin/
> WebObjects/Orbus.woa/wa/setupScrollerXML?product=<webobject
> name="productCode"></webobject>" quality="high" bgcolor="#ffffff"
> width="440" height="50" name="scroller" align="middle"
> allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
> pluginspage="http://www.macromedia.com/go/getflashplayer" />
> </object>
>
> Any thoughts?
>
> Thanks,
> James Cicenia> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Jerry Porter
Senior Software Engineer
Universal Measurement Solutions, Ltd.
Unit 90, 2150-29th Street NE
Calgary, Alberta
Canada T1Y 7G4
http://www.umsltd.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Attachment:
FusionChartsTest.zip
Description: 3041726578-FusionChartsTest.zip
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden