• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Flash program not loading when using struts

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have the following JSP, which works fine and shows the flash program, when I access it directly.
However, when I define an action in sruts-config.xml and access it using that url, the flash program does not load in the JSP page.
The page keeps loading as shown by the progressbar on the browser, but never completes rendering. The title and text at the top does appear. Why could this be happening ?



[ March 29, 2006: Message edited by: Sreedevi Vinod ]
[ March 29, 2006: Message edited by: Sreedevi Vinod ]
 
Sreedevi Vinod
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any advice, anyone ?

Thanks,
Devi
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cannot think of a reason for this. Post the sections of your struts-config and action code and maybe somebody will be able to help out.

Now that I think about it, it is probably because the page cannot the file test19.swf. I would play around with your "movie" parameter.

- Brent
 
Sreedevi Vinod
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

The problem got fixed when I used <html:base> tag.
I remembered that when I saw your tip that maybe the page could not find the swf file. Thanks for that.

-Devi
 
reply
    Bookmark Topic Watch Topic
  • New Topic