Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-17-2013, 09:26 PM   PM User | #1
Mezume
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Mezume is an unknown quantity at this point
How to get old swf files to play with the lastest flash players

I'm fairly new to flash, and I don't really understand flash coding very well to fix my problem. I also like to add that, this freeware program was created by a Japanese programer and I cannot contact them for help, because their website no longer exists.

I am hosting a client through my computer where people can draw together in a room. Before entering, there is list that shows usernames that are currently drawing in that room. The problem is no one can see the list of names in the latest flash player. In order to see the names the flash player needs to be downgraded to version 9.0.47.0. Is there a way to fix this by changing the coding?

This a working example of what I am talking about, it isn't my website but it is essentially the same http://midna.info/pchat/

when I open the HTML file in my dreamweaver the following code in the flash section is written like this:
Code:
 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
 id="pchat_user_list" align="middle" height="300" width="200">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="pchat_user_list.swf">
<param name="quality" value="low">
<param name="bgcolor" value="#ffffff">
<embed src="pchat_user_list.swf" quality="low" bgcolor="#ffffff" name="pchat_user_list" allowscriptaccess="sameDomain"
 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
 align="center" height="300" width="200">
</object>
I don't know where to begin to solve this problem, so any help will be appreciated.
Mezume is offline   Reply With Quote
Old 01-23-2013, 12:06 AM   PM User | #2
djpaul1963
New Coder

 
Join Date: Apr 2012
Location: Athens GR
Posts: 58
Thanks: 0
Thanked 6 Times in 6 Posts
djpaul1963 is an unknown quantity at this point
You must have the flash source code to do any changes for the problem you encounter. The HTML embedding has nothing to do with that unfortunately.
djpaul1963 is offline   Reply With Quote
Old 01-23-2013, 06:12 AM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,452
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
The classid is only needed for IE6 which is now dead - if you get rid of that then the object tag will then be able to work for all modern browsers and you can then get rid of the embed - which is only there to avoid needing complicated conditional comments to nest two object tags (one for IE6 and one for all other browsers).
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Tags
flash, old flash player, swf

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:48 AM.


Advertisement
Log in to turn off these ads.