Sorry the link had a spelling mistake:
It should be
http://www.ssdesigninteractive.com/flashBlog.html

Sajid


On 11/28/05, Sajid Saiyed <[EMAIL PROTECTED]> wrote:
> Still does'nt work.
>
> Has anyone tried loading multiple images in one dynamic textfield?
>
> I am stuck here.
>
> Gregory, I tried using HSPACE as u mentioned and u can see the result here.
> http://www.ssdesigninteracative.com/flashBlog.html
>
> Scroll down a little to find an entry with images.
>
> HSPACE spoils the layout.
> VSPACE also does the same.
>
> Thanks for any help.
> Sajid
>
> On 11/27/05, Gregory_GOusable <[EMAIL PROTECTED]> wrote:
> > Sajid,
> >
> > You need to add <br> tag instead of <p> AND hspace/vspace attributes
> > to your IMG.
> > Current html:
> > > ><img alt="kp.jpg"
> > > > src="http://www.ssdesigninteractive.com/blog/archives/kp.jpg";
> > > > width="450" height="348" />
> > > > <p>
> > > > <img alt="amit.jpg"
> > > > src="http://www.ssdesigninteractive.com/blog/archives/amit.jpg";
> > > > width="450" height="348" />
> >
> > Need:
> > <img alt="kp.jpg" 
> > src="http://www.ssdesigninteractive.com/blog/archives/kp.jpg";
> >  width="450" height="348" />
> >  <br>
> > <img alt="amit.jpg" 
> > src="http://www.ssdesigninteractive.com/blog/archives/amit.jpg";
> >  width="450" height="348"   hspace="180"  />
> >
> >  I think this should help.
> >
> >
> > --
> > Best regards,
> >  Gregory_GOusable
> > ================================
> > http://GOusable.com
> > Flash components development.
> > Usability services.
> >
> > >  Fri, 25 Nov 2005, Sajid Saiyed wrote:
> > >
> > > still noone?
> > >
> > > --Sajid
> > >
> > > On 11/25/05, Sajid Saiyed <[EMAIL PROTECTED]> wrote:
> > >> Hi,
> > >> Was anyone able to look at this question.
> > >>
> > >> Any feedback is appreciated.
> > >>
> > >> Thanks
> > >>
> > >> On 11/25/05, Sajid Saiyed <[EMAIL PROTECTED]> wrote:
> > >> > Hi,
> > >> > I was surprised to see this result.
> > >> >
> > >> > I have a Dynamic text field on stage.
> > >> > I am loading some XML data which contains HTML formatted text inside 
> > >> > CDATA tag.
> > >> >
> > >> > The content of CDATA is something like:
> > >> >
> > >> > <img alt="kp.jpg"
> > >> > src="http://www.ssdesigninteractive.com/blog/archives/kp.jpg";
> > >> > width="450" height="348" />
> > >> > <p>
> > >> > <img alt="amit.jpg"
> > >> > src="http://www.ssdesigninteractive.com/blog/archives/amit.jpg";
> > >> > width="450" height="348" />
> > >> >
> > >> > Now when I run the movie, the two images load BUT the spacing between
> > >> > the two images is just a line break given by <p>.
> > >> >
> > >> > Also the images overlap each other.
> > >> >
> > >> > I expected the two images to load in line one fter another.
> > >> >
> > >> > Anyone faced this problem before?
> > >> >
> > >> > ******* note: If you want to look at the actual problem, try this URL.
> > >> > Scroll down a bit to the post called "FRIENDS AT MACROMEDIA" .
> > >> >
> > >> > http://www.ssdesigninteractive.com/flashblog.html
> > >> >
> > >> > This is my flash frontend for Wordpress, The archives and search links
> > >> > are not working currently but you can explore otherwise.
> > >> >
> > >> > Thanks
> > >> >
> > >>
> >
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to