
ChetW
Staff

Jun 28, 2006, 11:05 AM
Post #2 of 3
(2036 views)
Shortcut
|
|
Re: [Jesus] Uploading swf files
[In reply to]
|
Can't Post
|
|
Hi Jesus, Thanks for your post. :) Page Publisher by default has no method to deal with Flash. one thing that you could do is have a text field (with HTML enabled) then have users modify the embed parameters by hand. The code for the flash embed would look something like: <object width="YOUR_WIDTH_HERE" height="YOUR_HEIGHT_HERE"> <param name="movie" value="PATH_TO_AND_MOVIE_FILE_NAME_HERE.swf"> <embed src="PATH_TO_AND_MOVIE_FILE_NAME_HERE.swf" width="YOUR_WIDTH_HERE" height="YOUR_HEIGHT_HERENot "> </embed> </object> Would this solution work for you? If you have any other questions please feel free to ask. I hope this helps. :) Cheers, Chet Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|