I inserted a Flash movie into BV. BV is changing the height of the Flash movie to almost double. When I right click and select HTML it shows a different height than what the Flash movie should be.
BV resizing Flash Movie
Collapse
X
-
BV resizing Flash Movie
www.ME3ddd.com - Creative graphics and 3D animation
www.endbalding.blogspot.com Get remedies and info regarding hair lossTags: None
-
-
Re: BV resizing Flash Movie
Thanks David
But why does BV chg the dimensions of the Flash file? Im thinking of doing the site in Dreamweaver and inserting it into BVwww.ME3ddd.com - Creative graphics and 3D animation
www.endbalding.blogspot.com Get remedies and info regarding hair loss
Comment
-
-
Re: BV resizing Flash Movie
Originally posted by willc View PostI inserted a Flash movie into BV. BV is changing the height of the Flash movie to almost double. When I right click and select HTML it shows a different height than what the Flash movie should be.
Firstly, you must use a Flash Box in BV to enter the link to the .SWF file (that has been uploaded to the server) and not a HTML box (which is used to embed a script). If you enter the .FLA file instead of the SWF, it is possible that during Preview you will view a likeness of the proper Flash file, but it will display similar to an HTML script (out of bounds of the Flash box, or beyond defined limits). Double-check that you are indeed linking to the SWF file and that it has been uploaded to the server.
Secondly, since Flash is not a script as is HTML and behaves differently due to the file being linked to itself (and governed by the parameters you set using the 'box'), the display can be sized for both height and width. It is important to maintain perspective when doing this, however, as you do not want round objects becoming oval or flat (for example).
The X-Y Axis Rule applies to Flash embedments as it does for HTML boxes: the top left corner of the box will be the true placement point, and the remainder of size is determined either by the Flash box itself or the File Settings. The only time the Flash Box behaves differently is when you inncorrectly link the FLA file to it.
When using Dreamweaver, again, you will essentially be entering coded links to a SWF File, and the HTML code will govern the presentation according to the Style settings you configure in the Dream user panel.
Originally posted by davidundalicia View PostIf you put your .swf in an Iframe
then you can make it any size you wish.
Since you cannot "mask" Flash by laying objects over it (etc.), the only instance this might be somewhat plausible is if you previously publish your Flash Box on a page locked top-left, and using an iFrame to present the page in like manner, using the adjustable borders of the iFrame to mimic "cropping" the bottom and right margin of the displayed page only.
.
Comment
-
-
Re: BV resizing Flash Movie
Sneaky!
As your pages indicate, you are actually entering into your iFrames not pages, but TARGET files (which puts the burden of band on their account and not yours, let alone not needing to create or store the SWF file):
<iframe name="kids1" id="InlineFrame1" style="position:absolute;left:539px;top:166px;widt h:236px;height:148px;z-index:9" src="http://pascalcampion.com/seepy.swf" frameborder="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
and as seen on your other pages also >>>
<iframe name="kids1" id="InlineFrame1" style="position:absolute;left:159px;top:73px;width :648px;height:476px;z-index:9" src="http://pascalcampion.com/cartrip.swf" frameborder="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
*This method works fine for files not in your posession if entered as TARGET file, but not as mentioned above in iFrame presentation of files published on a second page ....... try it and see for yourself.
Comment
-
-
Re: BV resizing Flash Movie
have you worked out the problem? if not i would be happy to convert the swf to the size you need. let me know.mrmagoo144
www.videopostcards.info
Comment
-
Comment