Hi, I developed a simple Cocoa/Objective-C application that load a Flash presentation using a WebView. In this there are some link to web content and a list of pdf doc (these embedded in a folder of the presentation).
When I click a link or a pdf, a popup by Flash Plugin appears, asking if the content can acces the internet.
I read on internet a solution to make the content of the presentation trusted for Adobe. Now the popup doesn't appear, but nothing happens clicking on the links.
The presentation is structured as follow :
- MainRoot
- attachments (containing pdf files)
- data (containing the single slides .swf files)
- main.swf
- file.swf
- index.html
- presentation.xml
Someone could help me to solve this problem ?
Thank you.
When I click a link or a pdf, a popup by Flash Plugin appears, asking if the content can acces the internet.
I read on internet a solution to make the content of the presentation trusted for Adobe. Now the popup doesn't appear, but nothing happens clicking on the links.
The presentation is structured as follow :
- MainRoot
- attachments (containing pdf files)
- data (containing the single slides .swf files)
- main.swf
- file.swf
- index.html
- presentation.xml
Someone could help me to solve this problem ?
Thank you.