Install InsertFlashFile package and I upload the swf succesffully. however when I play it in my webpage it display the plugin but the movie won't play. anyone has this kind of experience before ?
Whenever the page renders, the path to the video is empty.
Viewing the source code on the Content page yields this after the video is inserted:
<div umb_videoheight="315" umb_macroalias="InsertFlashFile" umb_videoid="Bankruptcy2" umb_settingsnode="/media/1275/bankruptcy.swf" umb_videowidth="400" ismacro="true" onresizestart="return false;" umbversionid="99a0a66d-653e-4391-9eba-5d399b86bac0" umbpageid="1266" title="This is rendered content from macro" class="umbMacroHolder"><!-- startUmbMacro --> <span>No macro content available for WYSIWYG editing</span><!-- endUmbMacro --> </div>
When the code renders in the browser (FF / IE / etc.), this is what the source code reveals:
<div id="Bankruptcy2"> <strong> </strong> <p><strong><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this content.</strong></p> </div>
var path = ""; var videowidth = "400"; var videoid = "Bankruptcy2"; var videoheight = "315"; var flashvars = {}; var attributes = {}; var params = { wmode: "transparent", allowfullscreen: "true", allscriptaccess: "always" };
The four parameters on the InstallFlashFile macro are:
SettingsNode - Choose Video - mediaCurrent videoid - Video ID (unique, no special chars) - text VideoWidth - Width - number VideoHeight - Height - text
Any help that you can give would be greatly appreciated.
Insert Flash File does not work
Hello,
Install InsertFlashFile package and I upload the swf succesffully. however when I play it in my webpage it display the plugin but the movie won't play. anyone has this kind of experience before ?
thanks
Hi Baqus
Which insert flash project are you using? If it's http://our.umbraco.org/projects/insert-flash-file, then perhaps I can help.
What version of swfobject is in your /scripts/ folder?
Dan
Hi Baqus,
Type providing the flash code chunk in here, we can take a look.
Else
Try using fiddler HTML traffic debugging tool: http://www.fiddler2.com. Any request that causing problem or bad request will show up in red.
Regards.
Ranjit J. Vaity
Dan, I'm having the same problem as Baqus.
swfobject.js ver. 2.2
Whenever the page renders, the path to the video is empty.
Viewing the source code on the Content page yields this after the video is inserted:
When the code renders in the browser (FF / IE / etc.), this is what the source code reveals:
As you can see, the first var "path" is empty, which is probably why the movie doesn't appear on the page.
The XSLT (InsertFlashFile.xslt) that was installed is:
The four parameters on the InstallFlashFile macro are:
SettingsNode - Choose Video - mediaCurrent
videoid - Video ID (unique, no special chars) - text
VideoWidth - Width - number
VideoHeight - Height - text
Any help that you can give would be greatly appreciated.
Mark
is working on a reply...