我对AS3非常新,我从未与班级合作,因此,我遇到了几个问题。
我喜欢用一部电影制片,这样它就能够达到一定规模。 然后,我要补充一个背景说明,不管我如何扩大浏览器。
请允许我在婴儿院中解释一下我的情况吗? 自2006年以来 我不知道如何执行一个班子,使它与我一道工作。
谢谢你!
J. 出席情况
我对AS3非常新,我从未与班级合作,因此,我遇到了几个问题。
我喜欢用一部电影制片,这样它就能够达到一定规模。 然后,我要补充一个背景说明,不管我如何扩大浏览器。
请允许我在婴儿院中解释一下我的情况吗? 自2006年以来 我不知道如何执行一个班子,使它与我一道工作。
谢谢你!
J. 出席情况
如果我听你正确的话,你想要把你的 file子放在一个网页的中心,改变背景颜色,如果你绕过网上浏览器的界限,就不要把 s花掉。
如果是的话,你的问题就更具有超文本性,因为无法通过行动文本做到这一点。 如果你想要做的是正确把你的 s放在超文本档案中的话,你就可以将闪电出口到你面前的超文本档案中(假设你会重新使用闪电系统)。
这里有一条通过这一进程指导你的联系,它写得非常清楚:。 http://www.w3schools.com/flash/flash_inhtml.asp。
http://www.tizag.com/htmlT/bgcolor.php” http://www.tizag.com/htmlT/bgcolor.php。
一旦你收到从闪电中出口的超文本文件,你就可以检查它如何调整你。 闪电离网页的其余部分。 守则中有些地方应当像<代码>align=“left”,而且你可以将这一条变成中心、权利等。
希望,
de
————
var toCenterMc:MovieClip = new MovieClip();
toCenterMc.x = stage.stageWidth/2 - toCenterMc.width/2;
toCenterMc.y = stage.stageHeight/2 - toCenterMc.height/2;
background you you you you you add(必须高于班头,也就是说,读到<条码>的代码行
[SWF(backgroundColor="0xec9900")]
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!