PDA

View Full Version : Creating widgets fast and easily


pascal_ecmo
12-12-2008, 04:35 PM
hi everybody,

first, thanks for validating my author account.

i've just finished my first tutorial which is called: "Creating widgets fast and easily with SPAS 3.0"

as english is not my mother language, feel free to send me your corrections.

thx,
pascal

ps: i've got some problems with the "block" displaying of embeded swf files. if you have any idea about how to fix it... thx in advance.

pascal_ecmo
12-20-2008, 03:51 PM
hi,

Some people asked me how to get the same visual rendering as the example in the tutorial. So I've added a new part at the end of the article with an improved class.

thx,
Pascal

CyanBlue
12-20-2008, 06:44 PM
Howdy and Welcome... :)

The article looks good to me... It's approved...

http://www.actionscript.org/resources/articles/850/1/Creating-widgets-fast-and-easily-with-SPAS-30/Page1.html

I am assuming that you were able to figure out embedding SWF part, correct???

pascal_ecmo
12-22-2008, 06:27 PM
Thanks CyanBlue

The problem comes from the following line of code, which is automatically generated:
<div>
<embed loop="true" quality="high" scale="exactfit" wmode="window" align="Left" width="400" height="200" src="http://www.actionscript.org/resources/content_images/846/celciusconverter/CelsiusConverter.swf" type="application/x-shockwave-flash"/>
</div>

The div element is not displayed as a 'block' element but as an 'inline' element.
But this is not important, it's just a question of visual appearance.

pascal

CyanBlue
12-22-2008, 06:38 PM
I cannot tell exactly, but I think that's just the way it is how the software is behaving... :(