English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Power Point 2007 not other versions.

2007-04-12 17:35:23 · 2 answers · asked by Anonymous in Computers & Internet Software

2 answers

It does not support flash files. Sorry....

2007-04-14 09:33:53 · answer #1 · answered by Taba 7 · 0 0

stick to the instructios given below: Step a million launch Adobe Photoshop CS4 and create a clean ActionScript 3.0 venture. This academic assumes which you have an present SWF (Adobe Flash animation) report accessible to run. If no longer merely create a clean one and convey at the same time it (press CTRL+enter). Step 2 on your new ActionScript 3.0 venture which you created in step a million, create a clean layer and get in touch with it "movements". this is the place we can placed our code. Step 3 click physique a million of the movements layer and press "F6" which fits a clean keyframe. you will see it defined with a hollow dot. Step 4 pick "window" from the menu on the perfect and then pick "movements" from the submenu that seems. this would strengthen the window the place you sort on your action script code. you additionally can press the "F9" key on your keyboard. Step 5 with a view to embed yet another swf report to run interior of this flash animation we ought to apply the geared up in school sort spoke of as "loader". So on line a million of your action script window sort in: var myLoader:Loader = new Loader(); you're holding the variable "myLoader" to be of sort "Loader" and assigning to it a clean classification "Loader". Step 6 on line of our code we ought to function the myLoader merchandise to the degree. So write here code: addChild(myLoader); Step 7 With our loader variable created we ought to tell it what to load for this reason we ought to create a variable to get our exterior swf report. sort interior of here code on line 3: var url:URLRequest = new URLRequest("present.swf"); This code creates a variable spoke of as "url" of sort "URLRequest" and assigns it the SWF report it is to be run. If the SWF report isn't in the comparable itemizing because of the fact the present application you're engaged on then would sort in the whole course and filename. Step 8 the terrific step is to completely load the swf report so this is going to run. sort interior of here code on line 4: myLoader.load(url); This unquestionably plenty the SWF report into the myLoader merchandise, and because you already further this merchandise to the degree in step 6, as quickly as you run your Flash venture, this is going to run the exterior SWF report.

2016-10-02 22:05:58 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers