Re: How to play swf actionscript2 in Flash catalyst when press play button?
That is going to be a real problem. You might be able to bring the project into Flash Builder (4.5 if you want to enable round tripping), then you could look around for some of the solutions people...
View ArticleRe: off stage object's
The question is how you want your content to be displayed? If you want to hide the offscreen elements, you can do that by editting the html output. By default it will use 100% as values for the width...
View ArticleRe: off stage object's
When i'm using this code: <title>Untitled Document</title><style type="text/css">body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom:...
View ArticleRe: off stage object's
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=8,0,0,0" width="100%" height="100%"><param...
View ArticleRe: off stage object's
I'm afraid it doesn't work.. Can you explain to me, on the above post, why the height is cropped?
View ArticleRe: off stage object's
It is not cropped, the swf is rendering at it's defined size. That is why the browser window has a scroll bar. the swf content is larger than the browser window. You can also adjust the...
View ArticleRe: off stage object's
i meant that is cropped on the first picture, where there is a lot of blank page.. I'll try that right now
View ArticleRe: off stage object's
Ok, if i do that, the swf appears with dimensions 1600x1200, also the index that i'm embeding the Main.swf file appears with those dimensions, but i don't have scale..
View ArticleRe: off stage object's
Have you read my post on scaling and resizing: http://chrisgriffith.wordpress.com/2011/06/22/understanding-resizing-a nd-scaling-in-flash-catalyst/ ? Chris
View ArticleRe: off stage object's
I read your post and this is exactly what i need, my flashcatalyst website to fit in any screen or in any window.But i don't understand how..how you did that?How can i do that?Do i need to laod it to...
View Articleno scroll bars and and swf not scaling automatically
hello i have flash catalyst cs5.5 my problem is after publishinfg my project i dont see the the scroll in the browser to scroll down the page, later i wanted to show the project in a cd rom that will...
View ArticleRe: How to play swf actionscript2 in Flash catalyst when press play button?
Dear brother Chris,I appritiate on ur reply and i am going to able something well but kindly help me. I am going to more freaking point where i knotch my hair. Flash builder I installed after run...
View ArticleRe: How to play swf actionscript2 in Flash catalyst when press play button?
Here is a quick demo of using the SWFLoader. It is a two state Flex based app, and on the second state I load an AS2 based file. If you click the colored square, the AS2 sw changes frames. The live...
View ArticleHow can I stop an action sequence with another
Hi, I am quite new to flash catalyst. I made a side with an office where you can click the phone to go to the status "phone". In there you should be able to call some virtuell people. I made buttons...
View ArticleAction Sequence change to state
Hi, I am searching for a command to put in an action sequence that does like "change state to". Is something like this possible. After clicking the action sequence should be startet and triggering...
View ArticleRe: Action Sequence change to state
It has been a while since I used Flash Catalyst, but I don't think you can define that property from the Action Sequence. I think you will have to take your project into Flash Builder and rewrite the...
View ArticleRe: off stage object's
Another idea that might work, if you just wanted to adjust overall scale would be to simply embed your swf in a div with a hidden overflow. Then, use javascript to scale that div to the appropriate...
View ArticleRe: Action Sequence change to state
Hi, thanks for your fast answer I just saw it. My problem is that I just have a very basical knowledge of scripting and Flash Builder is just about scripting, wright? Is there any forum or person left...
View ArticleRe: Action Sequence change to state
Hi, When editing an action sequence, if you select a component on the canvas that has more than 1 state, you can add the "Set Component State" action to it. Unfortunately, this will not let you edit a...
View ArticleRe: Action Sequence change to state
Thanks a lot. I needed this workaround and will try it instandly!
View Article