Re: displaying an uploaded swf

2014-11-06 Thread Theodore Petrosky
Paul, Thank you, Thank you! the perfect push in the right direction. here’s my solution. at the bottom of this page: http://jenkins.wocommunity.org/job/Wonder/javadoc/er/attachment/package-summary.html there is information about custom viewers. so I added to my properties file: er.attachm

Re: displaying an uploaded swf

2014-11-06 Thread Paul Hoadley
Hi Ted, On 7 Nov 2014, at 5:22 am, Theodore Petrosky wrote: > I am trying to use this: > > data="your-flash-file.swf" width="0" height="0"> > > > > > I was thinking I could adjust the data and value to be WOStrings. I am > passing the attachment to my page and I wanted to access the at

displaying an uploaded swf

2014-11-06 Thread Theodore Petrosky
Maybe i am going about this all wrong but I have a custom page in my D2W app to display a swf. I am passing in the attachment with: public void setTheAttachment (ERFileAttachment anAttachment) { _theAttachment = anAttachment; } I am trying to use this: I was thinking I could adju