Can't see Flash player in Normal Mode

  • Thread starter Thread starter GDGerlach
  • Start date Start date
G

GDGerlach

I'm using FrontPage 2000 and I've inserted the code for a flash media player.
It works and I can see it in preview but not normal. Even if it would display
some sort of bounding box in normal, that would be great. Any suggestions?
 
Put it on a table cell or Div w/ the size you want

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| I'm using FrontPage 2000 and I've inserted the code for a flash media player.
| It works and I can see it in preview but not normal. Even if it would display
| some sort of bounding box in normal, that would be great. Any suggestions?
 
This is normal. You cannot see flash, javascript or any other
active/scripted components in Normal view (with the possible exception
of Java hover buttons - but they should be avoided anyway).
You could put a temporary box round the Flash so you can see where it
goes:
<div style="border:solid 1px
red;width:200px;height:200px;margin:0;padding:0;">Flash movie goes here
- change width and height of div to suit movie</div>
 
You would need to have a flash viewer installed on your PC to view a flash file outside of a
browser.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top