Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 6th, 2007, 02:44 PM
Authorized User
 
Join Date: Jun 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default Flash movie not loading

I have an xsl style sheet that has an .swf on it...

it is referenced through a package path (ie {$basepath}stylesheets/movies/movie.swf )

the white space where the movie is supposed to be shows up, and it gives me the option to "click to activate this control"

however it says the movie is not loaded....

how do I fix this, is it a reference issue or something else?

 
Old June 6th, 2007, 02:51 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

This might be because your HTML is incorrect, or it might be some browser configuration issue. It's very unlikely to be anything to do with the XSLT that was used to generate the HTML (except of course that if you generated the wrong HTML then you need to change the XSLT to fix it).



Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old June 13th, 2007, 02:23 PM
Authorized User
 
Join Date: Jun 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

to answer my own post...

the <object> tags and such were causing incorrect HTML to be generated...making the movie not load...i went with a simple <embed src="filename" width="" height=""> and it worked fine even rendering from within the java package






Similar Threads
Thread Thread Starter Forum Replies Last Post
flash movie not loading smys123 Flash (all versions) 1 July 17th, 2007 06:39 PM
random movie loading Adam H-W Flash (all versions) 2 June 26th, 2007 01:18 AM
flash movie kanoorani Beginning VB 6 0 September 3rd, 2006 08:18 AM
Loading Movie Functionality helgaana1 Flash (all versions) 1 April 6th, 2005 04:19 AM
Loading Additional Movie in the Background [email protected] Flash (all versions) 0 July 22nd, 2003 10:26 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.