I uploaded the plugin but did not work becuase it is for older version of Joomla, mine is 1.5
How exactly I can use html to embed swf files?
Thanks for responding.
DP
Main Topics
Browse All TopicsI want to insert Flash in Joomla and cant do it. The url is http://www.frozen-flavors.
The flash is in Front Page Manager in the Article Gravy Recipes.
The url for the flash is:
http://www.frozen-flavors.
I tried using the film strip icon to embed it but unsuccessful. Please help
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
There is two plugins, one for 1.0 and one for 1.5.
For embed using html, don't forget to deactivate your editor first.
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
For more information, take a look at:
http://www.w3schools.co
I Hope it helps
Luis C. Fernandes
When I use Film Strip icon to enter the url ( http://www.frozen-flavors.
Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2035: URL Not Found. URL: SkinOverAll.swf"]
However, I have the SkinOverAll.swf in the same folder.
Please help.
I told you, deactivate firts your editor.
Global Configuration-> Default WYSIWYG Editor -> No editor
After that your code will not be modified.
I know it's more pratical using an editor, but you could write your article and only at the end deactivate editor and put your embeded code. If it's to much work, try to download a plugin that allows you to insert html or swf in your articles.
In your case, the relative path is: flash/M2U00453.swf
<object width="550" height="400">
<param name="movie" value="flash/M2U00453.swf"
<embed src="flash/M2U00453.swf" width="550" height="400">
</embed>
</object>
A last thing, I recommend : don't hack any component modifying source code.
Here is the URL
http://www.frozen-flavors.
I don't see any error???
The best you can do is encode your video in FLV ! SWF is used for interactive animations not video.
In that case you could use allvideo plugin that is great and work correctly.
http://www.joomlaworks.gr/
T
If you still want to include flash files in your content, you can also use the following editor: http://jxtended.com/produc
It has a button to include a flash file. Install the editor, activate the plugin, and change your editor:
Global Configuration-> Default WYSIWYG Editor -> Editor - WYSIWIG
There's lots of software available to encode video files in a different format.
This one's open source: http://mediacoder.sourcefo
This one's also free: http://www.erightsoft.com/
If you want to use the Allvideos plugin (http://www.joomlaworks.gr
There is also the All Videos Reloaded out there for free that allows Flash and many other types of media to be played, check them out here...
http://allvideos.fritz-elf
Here is a format list:
(.flv, .swf, .mov, .mp4, .wmv, .avi, .mpg, .mpeg, .rm, .ram, .wma, .mp3 etc.).
Business Accounts
Answer for Membership
by: claraferPosted on 2009-06-16 at 23:35:15ID: 24645388
Hello,
oomla.org/ extensions /style-&-d esign/flas h- manageme nt/2713/de tails
You could use following plugin:
http://extensions.j
You could also export your swf file embeded in html, that you paste in your article. For that deactivate your editor first.
I hope it helps
Luis C. Fernandes