Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-03-30 06:13:40
Point:500 Replies:10 POST_ID:828460USER_ID:11059
Topic:
Adobe Flash;Web Graphics Software;Miscellaneous Web Development
I got one example tutorial of swf banner at http://www.flash-banner-maker-online.com/example.htm
but it just work on IE not Firefox and not Safari.
Do we need to add some code in html for firefox and Safari ? but I've aready donwload flash player
The last question is in the website said "HTML code for placing transparent flash banner:"
What is that meaning and visual function of transparent flash banner: Is that meaning the
banner can be played under the image background or not ?
Please advise
Duncan
but it just work on IE not Firefox and not Safari.
Do we need to add some code in html for firefox and Safari ? but I've aready donwload flash player
The last question is in the website said "HTML code for placing transparent flash banner:"
What is that meaning and visual function of transparent flash banner: Is that meaning the
banner can be played under the image background or not ?
Please advise
Duncan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width=468 height=60> <param name=movie value='http://www.flash-banner-maker-online.com/templates/movie_01.swf'> <param name=scale value=noscale> <param name=allowScriptAccess value=sameDomain> <param name=loop value=true><param name=quality value=high > <!--[if !IE]>--> <object type='application/x-shockwave-flash' data='http://www.flash-banner-maker-online.com/templates/movie_01.swf' width=468 height=60> <!--<![endif]--> <a href='http://www.adobe.com/go/getflashplayer'> Get Adobe Flash Player from official site! </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object></html> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:
Author: duncanb7 replied at 2024-04-04 12:13:17
duncanb7,
I changed the zones for this question from
--Outlook Groupware Software
to
--Adobe Flash
--Web Graphics Software
--Web Languages/Standards
--Web Browsers
--Miscellaneous Web Development
EE allows you to assign your question to up to three zones, and it almost always makes sense to assign your question to more than one. (Moderators, Admins, and ZAs can assign a 'neglected' question to up to five zones.)
modus_operandi
EE Admin
I changed the zones for this question from
--Outlook Groupware Software
to
--Adobe Flash
--Web Graphics Software
--Web Languages/Standards
--Web Browsers
--Miscellaneous Web Development
EE allows you to assign your question to up to three zones, and it almost always makes sense to assign your question to more than one. (Moderators, Admins, and ZAs can assign a 'neglected' question to up to five zones.)
modus_operandi
EE Admin
Author: duncanb7 replied at 2024-04-01 12:10:01
Now it is not working even in IE
Probably, it is virus, any suggestion for free and good virus tools or registry clearner ?
Probably, it is virus, any suggestion for free and good virus tools or registry clearner ?
Assisted Solution
Expert: remorina replied at 2024-04-01 09:17:45
250 points GOOD
That's odd, you can go to http://www.adobe.com/software/flash/about/, If you have flash running properly it should show a flash banner at the top saying that you have successfully installed flash, it also shows the flash version you have installed.
Author: duncanb7 replied at 2024-03-31 04:12:11
I have uninstalled and re-install adobe 10 minutes ago, and the banner website still not
work in Firefox and Safari, so I try to uninstall and re-install Firefox and Safari, it is same.
I have check virus, and web it again but it is same.
How I check adobe flash player is working on Firfox and Safafi ?
work in Firefox and Safari, so I try to uninstall and re-install Firefox and Safari, it is same.
I have check virus, and web it again but it is same.
How I check adobe flash player is working on Firfox and Safafi ?
Accepted Solution
Expert: remorina replied at 2024-03-30 23:55:57
250 points GOOD
I have tested the website in all three browsers and so far I'm getting similar results, I've also navigated through their examples and they seem to work correctly in all browsers.
I'm not sure what you're getting in FF or Safari, but it might seem that you have a problem with your flash player plugin for those browsers.
Try uninstalling flash and re-installing it again, you can use the uninstaller here or go to http://kb2.adobe.com/cps/141/tn_14157.html for instructions on how to use the un-installer, then try installing flash again.
I'm not sure what you're getting in FF or Safari, but it might seem that you have a problem with your flash player plugin for those browsers.
Try uninstalling flash and re-installing it again, you can use the uninstaller here or go to http://kb2.adobe.com/cps/141/tn_14157.html for instructions on how to use the un-installer, then try installing flash again.
Author: duncanb7 replied at 2024-03-30 23:36:55
Yes, you are right my code is issue, I just copy the code from the website for testing only
But why I web the website http://www.flash-banner-maker-online.com/example.htm directly,
it only work in IE not Firfox and safari and I 've install flash player
Did you go to website at http://www.flash-banner-maker-online.com/example.htm
using those broswers?
But why I web the website http://www.flash-banner-maker-online.com/example.htm directly,
it only work in IE not Firfox and safari and I 've install flash player
Did you go to website at http://www.flash-banner-maker-online.com/example.htm
using those broswers?
Expert: remorina replied at 2024-03-30 21:56:58
@modus_operandi:
I believe this question should be under HTML/CSS/Adobe FLASH zones
I believe this question should be under HTML/CSS/Adobe FLASH zones
Expert: remorina replied at 2024-03-30 21:55:19
hi duncanb7,
For instance the code you posted above is not correctly formatted/valid HTML code, it is missing Head & Body tags and a container for the flash however, the flash object code is valid and works well, I have tested it on (IE7, IE8, Chrome, Firefox and Safari) and it seems to work well with them all, I have corrected the code for you and added the missing parts, below is how the valid code should look like.
For instance the code you posted above is not correctly formatted/valid HTML code, it is missing Head & Body tags and a container for the flash however, the flash object code is valid and works well, I have tested it on (IE7, IE8, Chrome, Firefox and Safari) and it seems to work well with them all, I have corrected the code for you and added the missing parts, below is how the valid code should look like.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head> <title>Flash Banner</title></head><body><div><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width="468" height="60"> <param name="movie" value='http://www.flash-banner-maker-online.com/templates/movie_01.swf'> <param name="scale" value="noscale"> <param name="allowScriptAccess" value="sameDomain"> <param name="loop" value="true"> <param name="quality" value="high"> <!--[if !IE]>--> <object type='application/x-shockwave-flash' data='http://www.flash-banner-maker-online.com/templates/movie_01.swf' width="468" height="60"> <!--<![endif]--> <a href='http://www.adobe.com/go/getflashplayer'>Get Adobe Flash Player from officialsite! </a> <!--[if !IE]>--> </object> <!--<![endif]--></object></div></body></html> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:
In terms of transparency, yes you can use a transparent flash to place it over an image or content, or with some CSS skills you can place images or content above the flash, the key to doing this is by adding a parameter to the flash object called wmode="transparent", it would look like below within the parameters portion of the object, also note that you need to specify the parameters for both objects used.
However, I believe it might require advanced CSS skills in order to achieve this as it has few tricks in order to get it right and working in all browsers correctly.
Hope this helps.
Expert: modus_operandi replied at 2024-03-30 21:03:58
duncanb7,
A message has been sent to some additional experts asking them to review your question. We will check back again later to see if you are getting the help you need.
This request included Experts from Adobe Flash, Web Languages/Standards, Web Graphics Software, Miscellaneous Web Development, Web Browsers and included sub-zones, where applicable.
Thank you for using Experts Exchange,
modus_operandi
EE Admin
http://www.experts-exchange.com/Q_26921547.html
A message has been sent to some additional experts asking them to review your question. We will check back again later to see if you are getting the help you need.
This request included Experts from Adobe Flash, Web Languages/Standards, Web Graphics Software, Miscellaneous Web Development, Web Browsers and included sub-zones, where applicable.
Thank you for using Experts Exchange,
modus_operandi
EE Admin
http://www.experts-exchange.com/Q_26921547.html
Expert: modus_operandi replied at 2024-03-30 21:03:13
duncanb7,
I changed the zones for this question from
--Outlook Groupware Software
to
--Adobe Flash
--Web Graphics Software
--Web Languages/Standards
--Web Browsers
--Miscellaneous Web Development
EE allows you to assign your question to up to three zones, and it almost always makes sense to assign your question to more than one. (Moderators, Admins, and ZAs can assign a 'neglected' question to up to five zones.)
modus_operandi
EE Admin
I changed the zones for this question from
--Outlook Groupware Software
to
--Adobe Flash
--Web Graphics Software
--Web Languages/Standards
--Web Browsers
--Miscellaneous Web Development
EE allows you to assign your question to up to three zones, and it almost always makes sense to assign your question to more than one. (Moderators, Admins, and ZAs can assign a 'neglected' question to up to five zones.)
modus_operandi
EE Admin