|
The Articulate Community Forums have moved! Head over to E-Learning Heroes, your new Articulate community site, where you'll find the new forums and a whole lot more! Signup is free. The forums you see here will remain open for browsing, but are no longer open to new posts. |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
# 1 | ||
|
Member
Join Date: Jun 2010
Posts: 13
|
Hi,
We have a pile of Flash movies sized at 760x560 and when viewed in blogPlayer the movies are clipped. Can anyone suggest a quick fix that won't mess the graphic rendering within the movie or am I looking at resizing the whole lot ? Many thanks Tim |
||
|
|
|
|
# 2 | ||
|
Member
Join Date: Sep 2006
Location: Arlington, VA
Posts: 121
|
I'm not sure if this would work; however, here's a suggestion to try.
Flash movies are embedded in _level33.g_mcMoviePlayer. In your custom skin, you could try using the _xscale and _yscale properties on _level33.g_mcMoviePlayer in the slides that contain the large movies. I'd be curious to know if you try this and it works. |
||
|
|
|
|
# 3 | ||
|
Member
Join Date: Aug 2007
Posts: 67
|
Quote:
Do you know what level is the main PPT slide loaded to? |
||
|
|
|
|
# 4 | ||
|
Member
Join Date: Sep 2006
Location: Arlington, VA
Posts: 121
|
Here is a list I put together based on several discussions in this forum.
List of levels for Flash in Articulate _level22.mcSlideGroup PPT slide loaded into in Articulate _level33 Flash embedded in PPT slide _level33.g_mcMoviePlayer container for swf and flv _level44 Side panel _level55 Quizmaker _level56 Engage _level57 Toolbar items _level58 ast_notes.swf and navicons _level55.g_mcFrame quizmaker interaction _level56.mcImageContainer Engage interaction?? Hope this is helpful. |
||
|
|
|
|
# 5 | ||
|
Member
Join Date: Aug 2007
Posts: 67
|
Thanks! it does
![]() |
||
|
|
|
|
# 6 | ||
|
Member
Join Date: Jun 2010
Posts: 13
|
Hi again,
Sounds a good plan. I'm a noob to the player skins but have knocked together a skin I'm happy with. How could I change the variable within my custom skin ? I have tried adding the line _level33.g_mcMoviePlayer._xscale = 200; Into an action in my API_Tester.fla as a test but nothing changed. Am I doing this right ? |
||
|
|
|
|
# 7 | ||
|
Member
Join Date: Sep 2006
Location: Arlington, VA
Posts: 121
|
I did some playing around by putting the scaling statements into a custom skin. Try creating a skin with statements something like the following:
Quote:
You need some kind of event to occur to trigger the resizing. I tried just having a statement to execute when the skin loads, but the Flash movie in the slide is loading after the skin, so you need to put the resizing statements in a function that is called by some kind of event. Hope this helps. |
||
|
|
|
|
# 8 | ||
|
Member
Join Date: Jun 2010
Posts: 13
|
Thanks for all the replies,
Cyrelle suggestion works best but unfortunately not exactly as I need it so a mega resize operation is in progress ! Once I'm out of that I have a similar problem with Quizmaker inserts. I can use Cyrelle's method of resizing which will work but is there a way to make the y position at the foot of the available area rather than at the top ? |
||
|
|
|
|
# 9 | ||
|
Member
Join Date: Sep 2006
Location: Arlington, VA
Posts: 121
|
I think that you would need to add the height of the target movieclip to the y position to find or define the position of the left corner of the movieclip
|
||
|
|
|
|
# 10 | ||
|
Member
Join Date: Jun 2010
Posts: 13
|
Thanks Cyrelle,
You're right, adding the lines _level55._xscale = 95; _level55._yscale = 95; _level55._y = 55; To my API-Test.fla actions has done the trick. Thanks for your help |
||
|
|